Bump webpack from 5.100.0 to 5.100.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.100.0 to 5.100.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.100.0...v5.100.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.100.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]
2025-07-14 10:28:25 +00:00
committed by GitHub
parent ac2284c249
commit c85f9f84e0
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -37,7 +37,7 @@
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.100.0",
"webpack": "^5.100.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "4.15.0"
}
@@ -13414,9 +13414,9 @@
}
},
"node_modules/webpack": {
"version": "5.100.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.0.tgz",
"integrity": "sha512-H8yBSBTk+BqxrINJnnRzaxU94SVP2bjd7WmA+PfCphoIdDpeQMJ77pq9/4I7xjLq38cB1bNKfzYPZu8pB3zKtg==",
"version": "5.100.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.1.tgz",
"integrity": "sha512-YJB/ESPUe2Locd0NKXmw72Dx8fZQk1gTzI6rc9TAT4+Sypbnhl8jd8RywB1bDsDF9Dy1RUR7gn3q/ZJTd0OZZg==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.7",
@@ -23320,9 +23320,9 @@
"dev": true
},
"webpack": {
"version": "5.100.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.0.tgz",
"integrity": "sha512-H8yBSBTk+BqxrINJnnRzaxU94SVP2bjd7WmA+PfCphoIdDpeQMJ77pq9/4I7xjLq38cB1bNKfzYPZu8pB3zKtg==",
"version": "5.100.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.1.tgz",
"integrity": "sha512-YJB/ESPUe2Locd0NKXmw72Dx8fZQk1gTzI6rc9TAT4+Sypbnhl8jd8RywB1bDsDF9Dy1RUR7gn3q/ZJTd0OZZg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.7",
+1 -1
View File
@@ -67,7 +67,7 @@
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.100.0",
"webpack": "^5.100.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "4.15.0"
},