Bump webpack from 5.105.2 to 5.105.3

Bumps [webpack](https://github.com/webpack/webpack) from 5.105.2 to 5.105.3.
- [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.2...v5.105.3)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-02 08:16:31 +00:00
committed by Kayne Ruse
parent b3aff2b5b4
commit a38024f179
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -30,7 +30,7 @@
"sequelize": "^6.37.7",
"socket.io-client": "^4.8.3",
"style-loader": "^4.0.0",
"webpack": "^5.105.2",
"webpack": "^5.105.3",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
},
@@ -7986,9 +7986,9 @@
}
},
"node_modules/webpack": {
"version": "5.105.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.2.tgz",
"integrity": "sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==",
"version": "5.105.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.3.tgz",
"integrity": "sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==",
"license": "MIT",
"dependencies": {
"@types/eslint-scope": "^3.7.7",
@@ -7997,7 +7997,7 @@
"@webassemblyjs/ast": "^1.14.1",
"@webassemblyjs/wasm-edit": "^1.14.1",
"@webassemblyjs/wasm-parser": "^1.14.1",
"acorn": "^8.15.0",
"acorn": "^8.16.0",
"acorn-import-phases": "^1.0.3",
"browserslist": "^4.28.1",
"chrome-trace-event": "^1.0.2",
@@ -8015,7 +8015,7 @@
"tapable": "^2.3.0",
"terser-webpack-plugin": "^5.3.16",
"watchpack": "^2.5.1",
"webpack-sources": "^3.3.3"
"webpack-sources": "^3.3.4"
},
"bin": {
"webpack": "bin/webpack.js"
+1 -1
View File
@@ -45,7 +45,7 @@
"sequelize": "^6.37.7",
"socket.io-client": "^4.8.3",
"style-loader": "^4.0.0",
"webpack": "^5.105.2",
"webpack": "^5.105.3",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
},