diff --git a/package-lock.json b/package-lock.json index 25e15dab..3a4d196f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "@types/history": "^4.7.11", "@types/jest": "^29.5.12", "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.24", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@types/react-router-dom": "^5.1.6", @@ -6346,18 +6346,6 @@ "@babel/types": "^7.20.7" } }, - "node_modules/@types/eslint": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", - "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", @@ -6466,9 +6454,10 @@ "peer": true }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", + "license": "MIT" }, "node_modules/@types/lodash.mergewith": { "version": "4.6.7", diff --git a/package.json b/package.json index 65f8758c..b4a9a222 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/history": "^4.7.11", "@types/jest": "^29.5.12", "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.24", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@types/react-router-dom": "^5.1.6",