From 46943999044538b6913c699e8af6296274941ba9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:13:26 +0000 Subject: [PATCH] fix: rsg-chess-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- rsg-chess-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsg-chess-api/package.json b/rsg-chess-api/package.json index 1dc39f8..33b1496 100644 --- a/rsg-chess-api/package.json +++ b/rsg-chess-api/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/RSG-Group/RSG-Chess-API#readme", "dependencies": { - "lodash": "^4.17.4", + "lodash": "^4.17.17", "webpack": "^3.12.0" }, "devDependencies": {