Skip to content

Commit 8913153

Browse files
Update dependency webpack to ^5.101.2 (#578)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f3779e commit 8913153

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
@@ -33,7 +33,7 @@
3333
"prettier": "^3.6.2",
3434
"style-loader": "^4.0.0",
3535
"typescript": "*",
36-
"webpack": "^5.101.1",
36+
"webpack": "^5.101.2",
3737
"webpack-cli": "^6.0.1",
3838
"webpack-dev-server": "^5.2.2"
3939
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6226,10 +6226,10 @@ webpack-sources@^3.3.3:
62266226
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723"
62276227
integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
62286228

6229-
webpack@^5.101.1:
6230-
version "5.101.1"
6231-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.1.tgz#bda907efcb233161fe17690ef906a2b244bbfede"
6232-
integrity sha512-rHY3vHXRbkSfhG6fH8zYQdth/BtDgXXuR2pHF++1f/EBkI8zkgM5XWfsC3BvOoW9pr1CvZ1qQCxhCEsbNgT50g==
6229+
webpack@^5.101.2:
6230+
version "5.101.2"
6231+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.2.tgz#08c222b7acfce7da95c593e2f88ea1638a07b344"
6232+
integrity sha512-4JLXU0tD6OZNVqlwzm3HGEhAHufSiyv+skb7q0d2367VDMzrU1Q/ZeepvkcHH0rZie6uqEtTQQe0OEOOluH3Mg==
62336233
dependencies:
62346234
"@types/eslint-scope" "^3.7.7"
62356235
"@types/estree" "^1.0.8"

0 commit comments

Comments
 (0)