diff --git a/package-lock.json b/package-lock.json index 3b746cfbe3..cc03eb9bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@rollup/plugin-terser": "~0.4.4", "@types/debug": "~4.1.9", "@types/jest-image-snapshot": "~6.2.2", - "@types/lodash-es": "~4.17.9", + "@types/lodash-es": "~4.17.10", "@types/minimist": "~1.2.3", "@typescript-eslint/eslint-plugin": "~6.8.0", "@typescript-eslint/parser": "~6.8.0", @@ -2495,9 +2495,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": "*" @@ -14762,9 +14762,9 @@ "dev": true }, "@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, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index f198d25885..02743c5f5f 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@rollup/plugin-terser": "~0.4.4", "@types/debug": "~4.1.9", "@types/jest-image-snapshot": "~6.2.2", - "@types/lodash-es": "~4.17.9", + "@types/lodash-es": "~4.17.10", "@types/minimist": "~1.2.3", "@typescript-eslint/eslint-plugin": "~6.8.0", "@typescript-eslint/parser": "~6.8.0",