chore(deps-dev): bump webpack from 5.25.1 to 5.26.0 (#952)

Bumps [webpack](https://github.com/webpack/webpack) from 5.25.1 to 5.26.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.25.1...v5.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-16 01:06:58 +01:00 committed by GitHub
parent 69d6bcc704
commit 29b43f0b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -30,7 +30,7 @@
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.25.1",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0"
},
"engines": {
@ -3227,9 +3227,9 @@
}
},
"node_modules/webpack": {
"version": "5.25.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.25.1.tgz",
"integrity": "sha512-dzFTJwehoLZkeHUkvMSwAgVdGL+PerfX0mke9tOWjJs4OzFctkxCqD8Zj5J387jLkC4gNqSin0/EurhH28boCg==",
"version": "5.26.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.0.tgz",
"integrity": "sha512-9kQATUOGQBkqzNKFmFON4KXZDsXnE7xk58tBxca8aCi+6/QhAbmWIvtGqBL66XIsBFpomFH0/0KyCaySo0ta2g==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -5946,9 +5946,9 @@
}
},
"webpack": {
"version": "5.25.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.25.1.tgz",
"integrity": "sha512-dzFTJwehoLZkeHUkvMSwAgVdGL+PerfX0mke9tOWjJs4OzFctkxCqD8Zj5J387jLkC4gNqSin0/EurhH28boCg==",
"version": "5.26.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.0.tgz",
"integrity": "sha512-9kQATUOGQBkqzNKFmFON4KXZDsXnE7xk58tBxca8aCi+6/QhAbmWIvtGqBL66XIsBFpomFH0/0KyCaySo0ta2g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View file

@ -196,7 +196,7 @@
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.25.1",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0"
},
"engines": {