diff --git a/package-lock.json b/package-lock.json index 5b4bdd6414..3076416697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.2", "license": "Apache-2.0", "dependencies": { - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.5", "eslint-plugin-react": "^7.34.2", "eslint-plugin-unused-imports": "^3.2.0", "globals": "^15.6.0", @@ -1697,9 +1697,10 @@ "dev": 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.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "license": "MIT" }, "node_modules/@types/node": { "version": "18.11.15", diff --git a/package.json b/package.json index 6422ada740..1e759de7b9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "ts", "type": "module", "dependencies": { - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.5", "eslint-plugin-react": "^7.34.2", "eslint-plugin-unused-imports": "^3.2.0", "globals": "^15.6.0",