diff --git a/package-lock.json b/package-lock.json index 489266359..40617d810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "@types/d3-zoom": "^1.7.5", "@types/highlight.js": "^10.1.0", "@types/jest": "^28.0.0", - "@types/lodash-es": "^4.17.9", + "@types/lodash-es": "^4.17.10", "@types/mixpanel-browser": "^2.47.4", "@types/node": "^18.18.7", "@types/uuid": "^9.0.5", @@ -10917,9 +10917,9 @@ "license": "MIT" }, "node_modules/@types/lodash-es": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.9.tgz", - "integrity": "sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==", + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.10.tgz", + "integrity": "sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/package.json b/package.json index ff34400ad..029d49a19 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@types/d3-zoom": "^1.7.5", "@types/highlight.js": "^10.1.0", "@types/jest": "^28.0.0", - "@types/lodash-es": "^4.17.9", + "@types/lodash-es": "^4.17.10", "@types/mixpanel-browser": "^2.47.4", "@types/node": "^18.18.7", "@types/uuid": "^9.0.5",