diff --git a/integration/firestore/package.json b/integration/firestore/package.json index c2019dcc442..a0fe79b7b27 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -30,7 +30,7 @@ "mocha": "9.2.2", "ts-loader": "9.5.1", "typescript": "4.2.2", - "webpack": "5.76.0", + "webpack": "5.76.1", "webpack-stream": "7.0.0" } } diff --git a/package.json b/package.json index 7c65287bb20..248d790c029 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "typescript": "4.7.4", "undici": "6.19.7", "watch": "1.0.2", - "webpack": "5.76.0", + "webpack": "5.76.1", "yargs": "17.7.2" } } diff --git a/repo-scripts/size-analysis/package.json b/repo-scripts/size-analysis/package.json index 191901f5a6c..33e063cd71c 100644 --- a/repo-scripts/size-analysis/package.json +++ b/repo-scripts/size-analysis/package.json @@ -26,7 +26,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "@rollup/plugin-virtual": "2.1.0", - "webpack": "5.76.0", + "webpack": "5.76.1", "@types/webpack": "5.28.5", "webpack-virtual-modules": "0.5.0", "child-process-promise": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 92372aa94a3..b6f163839eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17908,10 +17908,10 @@ webpack-virtual-modules@0.5.0: resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz" integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw== -webpack@5.76.0: - version "5.76.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz" - integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA== +webpack@5.76.1: + version "5.76.1" + resolved "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c" + integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^0.0.51"