Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 60d6eec

Browse files
build(deps-dev): bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b042a6 commit 60d6eec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"private": false,
4444
"devDependencies": {
4545
"@babel/cli": "^7.20.7",
46-
"webpack": "^5.75.0",
46+
"webpack": "^5.76.0",
4747
"webpack-cli": "^5.0.1"
4848
}
4949
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3453,10 +3453,10 @@ webpack-sources@^3.2.3:
34533453
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz"
34543454
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
34553455

3456-
webpack@^5.75.0:
3457-
version "5.75.0"
3458-
resolved "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz"
3459-
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
3456+
webpack@^5.76.0:
3457+
version "5.76.0"
3458+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.0.tgz#f9fb9fb8c4a7dbdcd0d56a98e56b8a942ee2692c"
3459+
integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==
34603460
dependencies:
34613461
"@types/eslint-scope" "^3.7.3"
34623462
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)