Skip to content

Commit b9a5e70

Browse files
Bump webpack from 5.81.0 to 5.82.0 (#866)
Bumps [webpack](https://github.com/webpack/webpack) from 5.81.0 to 5.82.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.81.0...v5.82.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67fe2b0 commit b9a5e70

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
@@ -581,7 +581,7 @@
581581
"pretty-quick": "^3.1.2",
582582
"ts-loader": "^9.4.2",
583583
"typescript": "^5.0.4",
584-
"webpack": "^5.81.0",
584+
"webpack": "^5.82.0",
585585
"webpack-cli": "^5.1.0"
586586
},
587587
"extensionDependencies": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,10 +2482,10 @@ webpack-sources@^3.2.3:
24822482
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
24832483
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
24842484

2485-
webpack@^5.81.0:
2486-
version "5.81.0"
2487-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.81.0.tgz#27a2e8466c8b4820d800a8d90f06ef98294f9956"
2488-
integrity sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==
2485+
webpack@^5.82.0:
2486+
version "5.82.0"
2487+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.82.0.tgz#3c0d074dec79401db026b4ba0fb23d6333f88e7d"
2488+
integrity sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==
24892489
dependencies:
24902490
"@types/eslint-scope" "^3.7.3"
24912491
"@types/estree" "^1.0.0"

0 commit comments

Comments
 (0)