diff --git a/package-lock.json b/package-lock.json index 16b5026c45..b49b8ac8d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9106,9 +9106,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.197", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz", - "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==" + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==" }, "node_modules/@types/mdx": { "version": "2.0.7", @@ -31607,7 +31607,7 @@ "@bundle-stats/plugin-webpack-filter": "^4.6.3", "@bundle-stats/plugin-webpack-validate": "^4.6.3", "@bundle-stats/utils": "^4.6.3", - "@types/lodash": "4.14.197", + "@types/lodash": "4.14.198", "core-js": "^3.21.0", "find-cache-dir": "^3.1.0", "fs-extra": "^11.0.0", @@ -31830,7 +31830,7 @@ }, "devDependencies": { "@types/jest": "29.5.4", - "@types/lodash": "4.14.197", + "@types/lodash": "4.14.198", "core-js": "3.32.1", "jest": "29.6.4", "jest-cli": "29.6.4", diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 6e272b1e7a..1540d288df 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -41,7 +41,7 @@ "@bundle-stats/plugin-webpack-filter": "^4.6.3", "@bundle-stats/plugin-webpack-validate": "^4.6.3", "@bundle-stats/utils": "^4.6.3", - "@types/lodash": "4.14.197", + "@types/lodash": "4.14.198", "core-js": "^3.21.0", "find-cache-dir": "^3.1.0", "fs-extra": "^11.0.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 5aa63fa3a9..5aaa0cd8a4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "29.5.4", - "@types/lodash": "4.14.197", + "@types/lodash": "4.14.198", "core-js": "3.32.1", "jest": "29.6.4", "jest-cli": "29.6.4",