From 412c38accae25c9ea440999be9ace36fffdff5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:23:08 +0000 Subject: [PATCH] Bump webpack and @microsoft/sp-build-web Bumps [webpack](https://github.com/webpack/webpack) to 5.94.0 and updates ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together. Updates `webpack` from 5.93.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0) Updates `@microsoft/sp-build-web` from 1.20.1 to 1.20.1 --- updated-dependencies: - dependency-name: webpack dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f31e57..bd1ebc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@microsoft/eslint-plugin-spfx": "^1.17.4", "@microsoft/rush-stack-compiler-4.5": "0.2.2", "@microsoft/sp-adaptive-card-extension-base": "^1.17.4", - "@microsoft/sp-build-web": "^1.17.4", + "@microsoft/sp-build-web": "^1.20.1", "@microsoft/sp-core-library": "^1.17.4", "@microsoft/sp-dialog": "^1.17.4", "@microsoft/sp-listview-extensibility": "^1.17.4", @@ -27349,13 +27349,12 @@ "dev": true }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "dev": true, "peer": true, "dependencies": { - "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", @@ -27364,7 +27363,7 @@ "acorn-import-attributes": "^1.9.5", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", diff --git a/package.json b/package.json index eac7159..026985a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@microsoft/eslint-plugin-spfx": "^1.17.4", "@microsoft/rush-stack-compiler-4.5": "0.2.2", "@microsoft/sp-adaptive-card-extension-base": "^1.17.4", - "@microsoft/sp-build-web": "^1.17.4", + "@microsoft/sp-build-web": "^1.20.1", "@microsoft/sp-core-library": "^1.17.4", "@microsoft/sp-dialog": "^1.17.4", "@microsoft/sp-listview-extensibility": "^1.17.4",