diff --git a/package-lock.json b/package-lock.json index 18ef1ba..a3fb5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@prisma/client": "^5.14.0", + "@prisma/client": "^5.19.1", "bcrypt": "^5.1.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5", @@ -71,10 +71,11 @@ } }, "node_modules/@prisma/client": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.14.0.tgz", - "integrity": "sha512-akMSuyvLKeoU4LeyBAUdThP/uhVP3GuLygFE3MlYzaCb3/J8SfsYBE5PkaFuLuVpLyA6sFoW+16z/aPhNAESqg==", + "version": "5.19.1", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.19.1.tgz", + "integrity": "sha512-x30GFguInsgt+4z5I4WbkZP2CGpotJMUXy+Gl/aaUjHn2o1DnLYNTA+q9XdYmAQZM8fIIkvUiA2NpgosM3fneg==", "hasInstallScript": true, + "license": "Apache-2.0", "engines": { "node": ">=16.13" }, diff --git a/package.json b/package.json index 7a47b30..01d8e97 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Huaman Altamirano Cristofer Jhoseph, Gomez Alarcón Samir, Carrion Ccorimanya Angelo, Diaz Quispe Yeferson", "license": "ISC", "dependencies": { - "@prisma/client": "^5.14.0", + "@prisma/client": "^5.19.1", "bcrypt": "^5.1.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5",