diff --git a/server/node/package-lock.json b/server/node/package-lock.json index 9940da0e..bba88cca 100644 --- a/server/node/package-lock.json +++ b/server/node/package-lock.json @@ -18,7 +18,7 @@ "express-validator": "^7.2.1", "helmet": "^8.1.0", "http-status-codes": "^2.2.0", - "jsonfile": "^6.1.0", + "jsonfile": "^6.2.0", "module-alias": "^2.2.2", "morgan": "^1.10.0" }, @@ -2830,9 +2830,10 @@ } }, "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, diff --git a/server/node/package.json b/server/node/package.json index cdfd914a..ce710cec 100644 --- a/server/node/package.json +++ b/server/node/package.json @@ -44,7 +44,7 @@ "express-validator": "^7.2.1", "helmet": "^8.1.0", "http-status-codes": "^2.2.0", - "jsonfile": "^6.1.0", + "jsonfile": "^6.2.0", "module-alias": "^2.2.2", "morgan": "^1.10.0" },