From e7cc2e60180abd95f0ea05d9551fe38a6c90bcf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 05:25:42 +0000 Subject: [PATCH] Bump webpack from 5.75.0 to 5.76.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.2) --- 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..ac322ba8 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.2", "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..4337c5cf 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.2: + version "5.76.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230" + integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^0.0.51"