Bump webpack from 5.90.2 to 5.90.3

Bumps [webpack](https://github.com/webpack/webpack) from 5.90.2 to 5.90.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.2...v5.90.3)

---
updated-dependencies:
- dependency-name: webpack
  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] 2024-02-20 09:41:51 +00:00 committed by GitHub
parent 9e5496d93b
commit 4accccacbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -36,7 +36,7 @@
"terser-webpack-plugin": "^5.3.10",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "4.15.0"
}
@ -15663,9 +15663,9 @@
}
},
"node_modules/webpack": {
"version": "5.90.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.2.tgz",
"integrity": "sha512-ziXu8ABGr0InCMEYFnHrYweinHK2PWrMqnwdHk2oK3rRhv/1B+2FnfwYv5oD+RrknK/Pp/Hmyvu+eAsaMYhzCw==",
"version": "5.90.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz",
"integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -27920,9 +27920,9 @@
"dev": true
},
"webpack": {
"version": "5.90.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.2.tgz",
"integrity": "sha512-ziXu8ABGr0InCMEYFnHrYweinHK2PWrMqnwdHk2oK3rRhv/1B+2FnfwYv5oD+RrknK/Pp/Hmyvu+eAsaMYhzCw==",
"version": "5.90.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz",
"integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

View File

@ -67,7 +67,7 @@
"terser-webpack-plugin": "^5.3.10",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "4.15.0"
},