From c54dd15a66c90281d54c905b3e29118b40d92441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:54:45 +0100 Subject: [PATCH] Bump webpack from 5.92.0 to 5.92.1 in /aarch64-esr-web (#89) Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.92.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.0...v5.92.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- aarch64-esr-web/package-lock.json | 8 ++++---- aarch64-esr-web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aarch64-esr-web/package-lock.json b/aarch64-esr-web/package-lock.json index 486539c..c79ef97 100644 --- a/aarch64-esr-web/package-lock.json +++ b/aarch64-esr-web/package-lock.json @@ -11,7 +11,7 @@ "@wasm-tool/wasm-pack-plugin": "^1.1.0", "copy-webpack-plugin": "^12.0.2", "rimraf": "^5.0.7", - "webpack": "^5.92.0", + "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } @@ -3943,9 +3943,9 @@ } }, "node_modules/webpack": { - "version": "5.92.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.0.tgz", - "integrity": "sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA==", + "version": "5.92.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", + "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", diff --git a/aarch64-esr-web/package.json b/aarch64-esr-web/package.json index a22c41d..51b0d1d 100644 --- a/aarch64-esr-web/package.json +++ b/aarch64-esr-web/package.json @@ -12,7 +12,7 @@ "@wasm-tool/wasm-pack-plugin": "^1.1.0", "copy-webpack-plugin": "^12.0.2", "rimraf": "^5.0.7", - "webpack": "^5.92.0", + "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }