diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 30e0a38b..f7cf311d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "@svgr/webpack": "^8.1.0", "@testing-library/react": "^14.2.1", "@types/is-hotkey": "^0.1.10", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.5", "@types/node": "20.11.25", "@types/object-hash": "^3.0.6", "@types/qs": "^6.9.12", @@ -4873,9 +4873,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.202", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", - "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==", + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", "dev": true }, "node_modules/@types/mdast": { diff --git a/frontend/package.json b/frontend/package.json index 798f3d99..8f847d38 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "@svgr/webpack": "^8.1.0", "@testing-library/react": "^14.2.1", "@types/is-hotkey": "^0.1.10", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.5", "@types/node": "20.11.25", "@types/object-hash": "^3.0.6", "@types/qs": "^6.9.12",