diff --git a/backend/package-lock.json b/backend/package-lock.json index 9a4b982..6ace311 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@snyk/protect": "^1.1294.2", + "@snyk/protect": "^1.1294.3", "body-parser": "^1.20.3", "cors": "^2.8.5", "express": "^4.21.2", @@ -1056,9 +1056,9 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@snyk/protect": { - "version": "1.1294.2", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1294.2.tgz", - "integrity": "sha512-kbxrhscZK0BPxcFn70/p9G7AkWXdrQLqhmk+CsLQlRO3hSKvQzkWRXVXrJf7EvAG5A/Bbhj3C/v7YvVnsjV3hw==", + "version": "1.1294.3", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1294.3.tgz", + "integrity": "sha512-fvdO4kFaQ9wQNLlCMZEwc2VQ3KioFy/wINoE7BLCPiwnw5pYXCKwgduCIKK97Vmtaxn9+NGIT/g0PngRBaKsTQ==", "license": "Apache-2.0", "bin": { "snyk-protect": "bin/snyk-protect" diff --git a/backend/package.json b/backend/package.json index c932bf9..a62d8b7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/tuanicom/incap#readme", "dependencies": { - "@snyk/protect": "^1.1294.2", + "@snyk/protect": "^1.1294.3", "body-parser": "^1.20.3", "cors": "^2.8.5", "express": "^4.21.2",