Skip to content

Commit 2f2f4cc

Browse files
Bump webpack from 5.90.1 to 5.90.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.1...v5.90.2) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f74e9e commit 2f2f4cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@
11641164
"prettier": "^3.2.5",
11651165
"ts-loader": "^9.5.1",
11661166
"typescript": "^5.3.3",
1167-
"webpack": "^5.90.1",
1167+
"webpack": "^5.90.2",
11681168
"webpack-cli": "^5.1.1"
11691169
},
11701170
"extensionDependencies": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2200,10 +2200,10 @@ webpack-sources@^3.2.3:
22002200
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
22012201
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
22022202

2203-
webpack@^5.90.1:
2204-
version "5.90.1"
2205-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.1.tgz#62ab0c097d7cbe83d32523dbfbb645cdb7c3c01c"
2206-
integrity sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==
2203+
webpack@^5.90.2:
2204+
version "5.90.2"
2205+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.2.tgz#189686a8a292427076db9907d495625345805fab"
2206+
integrity sha512-ziXu8ABGr0InCMEYFnHrYweinHK2PWrMqnwdHk2oK3rRhv/1B+2FnfwYv5oD+RrknK/Pp/Hmyvu+eAsaMYhzCw==
22072207
dependencies:
22082208
"@types/eslint-scope" "^3.7.3"
22092209
"@types/estree" "^1.0.5"

0 commit comments

Comments
 (0)