diff --git a/backend/package-lock.json b/backend/package-lock.json index bba575af2..d862da50d 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -50,7 +50,7 @@ "@types/cors": "2.8.17", "@types/express": "4.17.21", "@types/express-session": "1.17.10", - "@types/lodash-es": "4.17.11", + "@types/lodash-es": "4.17.12", "@types/lz-string": "1.3.34", "@types/mapbox__polyline": "1.0.5", "@types/node": "20.9.2", @@ -934,9 +934,9 @@ "dev": true }, "node_modules/@types/lodash-es": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.11.tgz", - "integrity": "sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz", + "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/backend/package.json b/backend/package.json index e6f7fa5fc..033620d15 100644 --- a/backend/package.json +++ b/backend/package.json @@ -18,7 +18,7 @@ "@types/cors": "2.8.17", "@types/express": "4.17.21", "@types/express-session": "1.17.10", - "@types/lodash-es": "4.17.11", + "@types/lodash-es": "4.17.12", "@types/lz-string": "1.3.34", "@types/mapbox__polyline": "1.0.5", "@types/node": "20.9.2", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 73c9c1c70..8022609f3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -64,7 +64,7 @@ "devDependencies": { "@types/cli-progress": "3.11.5", "@types/file-saver": "2.0.7", - "@types/lodash-es": "4.17.11", + "@types/lodash-es": "4.17.12", "@types/mapbox__polyline": "1.0.5", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", @@ -3370,9 +3370,9 @@ "dev": true }, "node_modules/@types/lodash-es": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.11.tgz", - "integrity": "sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz", + "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/frontend/package.json b/frontend/package.json index 1d501a495..bb725a988 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -77,7 +77,7 @@ "devDependencies": { "@types/cli-progress": "3.11.5", "@types/file-saver": "2.0.7", - "@types/lodash-es": "4.17.11", + "@types/lodash-es": "4.17.12", "@types/mapbox__polyline": "1.0.5", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0",