chore(deps-dev): bump webpack from 5.3.0 to 5.3.2 (#636)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-10-29 16:51:23 -04:00
committed by GitHub
parent 7c16f85abc
commit cc114afd15
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -1916,9 +1916,9 @@
} }
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30001151", "version": "1.0.30001153",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001151.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001153.tgz",
"integrity": "sha512-Zh3sHqskX6mHNrqUerh+fkf0N72cMxrmflzje/JyVImfpknscMnkeJrlFGJcqTmaa0iszdYptGpWMJCRQDkBVw==", "integrity": "sha512-qv14w7kWwm2IW7DBvAKWlCqGTmV2XxNtSejJBVplwRjhkohHuhRUpeSlPjtu9erru0+A12zCDUiSmvx/AcqVRA==",
"dev": true "dev": true
}, },
"caseless": { "caseless": {
@@ -9052,9 +9052,9 @@
"integrity": "sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes=" "integrity": "sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes="
}, },
"webpack": { "webpack": {
"version": "5.3.0", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.2.tgz",
"integrity": "sha512-0LumZ36pDaWsh+PO3i6FpNQYVqNu5Rs/Jn5AoYQyHpUxIlzn5H7omwApiEzaIUeWDccExOpkNZGO6agCVSqXPg==", "integrity": "sha512-DXsfHoI6lQAR3KnQh7+FsRfs9fs+TEvzXCA35UbKv4kVuzslg7QCMAcpFRZNDMjdtm9N/PoO54XEzGN9TeacQg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
@@ -9078,15 +9078,15 @@
"pkg-dir": "^4.2.0", "pkg-dir": "^4.2.0",
"schema-utils": "^3.0.0", "schema-utils": "^3.0.0",
"tapable": "^2.0.0", "tapable": "^2.0.0",
"terser-webpack-plugin": "^5.0.0", "terser-webpack-plugin": "^5.0.3",
"watchpack": "^2.0.0", "watchpack": "^2.0.0",
"webpack-sources": "^2.1.0" "webpack-sources": "^2.1.1"
} }
}, },
"webpack-sources": { "webpack-sources": {
"version": "2.1.1", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.1.1.tgz", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz",
"integrity": "sha512-hraq9n99K564zuZUsE61iATO3jvzxOmGo20UlOe3zgdHOBp8inTJgv7EY4RgvCv7Ywx0/vpQTyYSjnFpv4gNtQ==", "integrity": "sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==",
"dev": true, "dev": true,
"requires": { "requires": {
"source-list-map": "^2.0.1", "source-list-map": "^2.0.1",
+1 -1
View File
@@ -61,7 +61,7 @@
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.0.5", "typescript": "^4.0.5",
"webpack": "^5.3.0", "webpack": "^5.3.2",
"xo": "^0.33.1" "xo": "^0.33.1"
}, },
"xo": { "xo": {