chore(deps-dev): bump webpack from 5.0.0 to 5.1.0 (#520)

Bumps [webpack](https://github.com/webpack/webpack) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.0.0...v5.1.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-10-15 08:51:56 -04:00
committed by GitHub
parent 199fac45ea
commit 0263bf8b12
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -2607,9 +2607,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.578",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.578.tgz",
"integrity": "sha512-z4gU6dA1CbBJsAErW5swTGAaU2TBzc2mPAonJb00zqW1rOraDo2zfBMDRvaz9cVic+0JEZiYbHWPw/fTaZlG2Q==",
"version": "1.3.579",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.579.tgz",
"integrity": "sha512-9HaGm4UDxCtcmIqWWdv79pGgpRZWTqr+zg6kxp0MelSHfe1PNjrI8HXy1HgTSy4p0iQETGt8/ElqKFLW008BSA==",
"dev": true
},
"elliptic": {
@@ -2742,9 +2742,9 @@
}
},
"escalade": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.0.tgz",
"integrity": "sha512-mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
"dev": true
},
"escape-goat": {
@@ -8502,9 +8502,9 @@
"integrity": "sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes="
},
"webpack": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.0.0.tgz",
"integrity": "sha512-OK+Q9xGgda3idw/DgCf75XsVFxRLPu48qPwygqI3W9ls5sDdKif5Ay4SM/1UVob0w4juJy14Zv9nNv0WeyV0aA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.1.0.tgz",
"integrity": "sha512-ZJDq7dpVs479C6zCSF/CwOVsqqobjCusa+BgbXCEROZMS0RcBzQzDgc+hB2YXye8Y/JOvcFwJIqsVtTyHW7t8A==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
+1 -1
View File
@@ -56,7 +56,7 @@
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"webpack": "^5.0.0",
"webpack": "^5.1.0",
"xo": "^0.33.1"
},
"xo": {