diff --git a/package-lock.json b/package-lock.json index 1c36a09a8..200eee734 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19929,9 +19929,9 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "license": "MIT" }, "node_modules/lodash.camelcase": { @@ -36537,7 +36537,7 @@ "es-module-lexer": "^1.2.1", "esbuild": "^0.27.0", "glob": "^12.0.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "path-browserify": "^1.0.1", "rehype-external-links": "^3.0.0", "rehype-slug": "^6.0.0", diff --git a/packages/storybook-builder/package.json b/packages/storybook-builder/package.json index adc0a4de5..a83013762 100644 --- a/packages/storybook-builder/package.json +++ b/packages/storybook-builder/package.json @@ -64,7 +64,7 @@ "es-module-lexer": "^1.2.1", "esbuild": "^0.27.0", "glob": "^12.0.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "path-browserify": "^1.0.1", "rehype-external-links": "^3.0.0", "rehype-slug": "^6.0.0",