diff --git a/package-lock.json b/package-lock.json index 1bc5fbb..80dd7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@prisma/client": "^6.16.2", + "@prisma/client": "^6.19.0", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", "compression": "^1.8.1", @@ -1100,9 +1100,9 @@ } }, "node_modules/@prisma/client": { - "version": "6.16.2", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.16.2.tgz", - "integrity": "sha512-E00PxBcalMfYO/TWnXobBVUai6eW/g5OsifWQsQDzJYm7yaY+IRLo7ZLsaefi0QkTpxfuhFcQ/w180i6kX3iJw==", + "version": "6.19.0", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.19.0.tgz", + "integrity": "sha512-QXFT+N/bva/QI2qoXmjBzL7D6aliPffIwP+81AdTGq0FXDoLxLkWivGMawG8iM5B9BKfxLIXxfWWAF6wbuJU6g==", "hasInstallScript": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index b0abbf1..0d096a0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@prisma/client": "^6.16.2", + "@prisma/client": "^6.19.0", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", "compression": "^1.8.1",