chore(deps-dev): bump webpack from 5.22.0 to 5.23.0 (#906)
Bumps [webpack](https://github.com/webpack/webpack) from 5.22.0 to 5.23.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.22.0...v5.23.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:
parent
336c9439eb
commit
c485cff15e
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"terser-webpack-plugin": "^5.1.1",
|
||||
"ts-loader": "^8.0.17",
|
||||
"typescript": "^4.1.5",
|
||||
"webpack": "^5.22.0",
|
||||
"webpack": "^5.23.0",
|
||||
"webpack-cli": "^4.5.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -3063,9 +3063,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.22.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.22.0.tgz",
|
||||
"integrity": "sha512-xqlb6r9RUXda/d9iA6P7YRTP1ChWeP50TEESKMMNIg0u8/Rb66zN9YJJO7oYgJTRyFyYi43NVC5feG45FSO1vQ==",
|
||||
"version": "5.23.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.23.0.tgz",
|
||||
"integrity": "sha512-RC6dwDuRxiU75F8XC4H08NtzUrMfufw5LDnO8dTtaKU2+fszEdySCgZhNwSBBn516iNaJbQI7T7OPHIgCwcJmg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
@ -5693,9 +5693,9 @@
|
|||
}
|
||||
},
|
||||
"webpack": {
|
||||
"version": "5.22.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.22.0.tgz",
|
||||
"integrity": "sha512-xqlb6r9RUXda/d9iA6P7YRTP1ChWeP50TEESKMMNIg0u8/Rb66zN9YJJO7oYgJTRyFyYi43NVC5feG45FSO1vQ==",
|
||||
"version": "5.23.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.23.0.tgz",
|
||||
"integrity": "sha512-RC6dwDuRxiU75F8XC4H08NtzUrMfufw5LDnO8dTtaKU2+fszEdySCgZhNwSBBn516iNaJbQI7T7OPHIgCwcJmg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
"terser-webpack-plugin": "^5.1.1",
|
||||
"ts-loader": "^8.0.17",
|
||||
"typescript": "^4.1.5",
|
||||
"webpack": "^5.22.0",
|
||||
"webpack": "^5.23.0",
|
||||
"webpack-cli": "^4.5.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue