From 8421c9e81cbdf2cd713ba2c2c0ffe86480a016f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 05:27:11 +0000 Subject: [PATCH] Bump webpack from 5.75.0 to 5.76.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.3) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 978d5c24..ebbe14b2 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "stylelint-prettier": "^2.0.0", "tailwindcss": "^3.0.23", "typescript": "4.8.4", - "webpack": "^5.72.1", + "webpack": "^5.76.3", "webpack-bundle-analyzer": "^4.8.0", "webpack-inject-plugin": "^1.5.5", "yarn-audit-fix": "^9.3.7", diff --git a/yarn.lock b/yarn.lock index 97fd0d31..3db1ff78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12087,10 +12087,10 @@ webpack@5.74.0: watchpack "^2.4.0" webpack-sources "^3.2.3" -webpack@^5.72.1, webpack@^5.75.0: - version "5.75.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152" - integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ== +webpack@^5.75.0, webpack@^5.76.3: + version "5.76.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.3.tgz#dffdc72c8950e5b032fddad9c4452e7787d2f489" + integrity sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^0.0.51"