Bump webpack from 5.105.0 to 5.105.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.105.0 to 5.105.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack/compare/v5.105.0...v5.105.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.105.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-11 09:13:51 +00:00
committed by GitHub
parent eeef13b63b
commit 8d7169fe73
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -37,7 +37,7 @@
"terser-webpack-plugin": "^5.3.16",
"typescript": "^5.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.105.0",
"webpack": "^5.105.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "4.15.0"
}
@@ -11915,9 +11915,9 @@
}
},
"node_modules/webpack": {
"version": "5.105.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz",
"integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==",
"version": "5.105.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.1.tgz",
"integrity": "sha512-Gdj3X74CLJJ8zy4URmK42W7wTZUJrqL+z8nyGEr4dTN0kb3nVs+ZvjbTOqRYPD7qX4tUmwyHL9Q9K6T1seW6Yw==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.7",
@@ -20833,9 +20833,9 @@
"dev": true
},
"webpack": {
"version": "5.105.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz",
"integrity": "sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==",
"version": "5.105.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.1.tgz",
"integrity": "sha512-Gdj3X74CLJJ8zy4URmK42W7wTZUJrqL+z8nyGEr4dTN0kb3nVs+ZvjbTOqRYPD7qX4tUmwyHL9Q9K6T1seW6Yw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.7",
+1 -1
View File
@@ -67,7 +67,7 @@
"terser-webpack-plugin": "^5.3.16",
"typescript": "^5.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.105.0",
"webpack": "^5.105.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "4.15.0"
},