diff --git a/package-lock.json b/package-lock.json index 201ce51..aacce8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "lynixca", "version": "0.1.0", "dependencies": { - "@prisma/client": "^5.10.2", + "@prisma/client": "^5.21.1", "csv-parser": "^3.0.0", "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", @@ -444,10 +444,11 @@ } }, "node_modules/@prisma/client": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.10.2.tgz", - "integrity": "sha512-ef49hzB2yJZCvM5gFHMxSFL9KYrIP9udpT5rYo0CsHD4P9IKj473MbhU1gjKKftiwWBTIyrt9jukprzZXazyag==", + "version": "5.21.1", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.21.1.tgz", + "integrity": "sha512-3n+GgbAZYjaS/k0M03yQsQfR1APbr411r74foknnsGpmhNKBG49VuUkxIU6jORgvJPChoD4WC4PqoHImN1FP0w==", "hasInstallScript": true, + "license": "Apache-2.0", "engines": { "node": ">=16.13" }, diff --git a/package.json b/package.json index ac79988..c2e3a99 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@prisma/client": "^5.10.2", + "@prisma/client": "^5.21.1", "csv-parser": "^3.0.0", "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2",