chore(deps-dev): bump webpack from 5.20.1 to 5.20.2 (#879)

This commit is contained in:
dependabot-preview[bot] 2021-02-04 14:35:31 +00:00 committed by GitHub
parent 580f3d78a9
commit 3ff6f27fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -961,9 +961,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.652",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.652.tgz",
"integrity": "sha512-85J5D0Ksxjq2MIHfgwOURRej72UMlexbaa7t+oKTJan3Pa/RBE8vJ4/JzwaQjLCElPvd0XeLWi7+xYTVrq96aA==",
"version": "1.3.653",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.653.tgz",
"integrity": "sha512-LehOhcl74u9fkV9Un6WahJ+Xh+0FZLCCDnKYis1Olx1DX2ugRww5PJicE65OG8yznMj8EOQZRcz6FSV1xKxqsA==",
"dev": true
},
"emoji-regex": {
@ -2563,9 +2563,9 @@
}
},
"webpack": {
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.1.tgz",
"integrity": "sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg==",
"version": "5.20.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.2.tgz",
"integrity": "sha512-gGPip54KK7DznaaPHVuNGqym3LAXXL+bPkZ9SlLTCdHmmk+m5x+D4UZdhWvw32CMahYlZwZYPsioFIw36/txYQ==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View file

@ -200,7 +200,7 @@
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.20.1",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0"
},
"engines": {