Merge pull request #255 from hodgef/dependabot/npm_and_yarn/webpack-manifest-plugin-2.1.2

This commit is contained in:
dependabot-preview[bot] 2019-09-28 09:29:15 +00:00 committed by GitHub
commit fa5e9c55c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@ -14409,13 +14409,14 @@
}
},
"webpack-manifest-plugin": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.4.tgz",
"integrity": "sha512-nejhOHexXDBKQOj/5v5IZSfCeTO3x1Dt1RZEcGfBSul891X/eLIcIVH31gwxPDdsi2Z8LKKFGpM4w9+oTBOSCg==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.1.2.tgz",
"integrity": "sha512-XWjPY0NXXJ1tGQZgtOMZtEsm8mST23nvO7q5e5H26NH4pv7wfYbHaX9Uwogve+IF6Ilv4j1e3hPr9N3JGZdilA==",
"dev": true,
"requires": {
"fs-extra": "^7.0.0",
"lodash": ">=3.5 <5",
"object.entries": "^1.1.0",
"tapable": "^1.0.0"
},
"dependencies": {

View File

@ -99,7 +99,7 @@
"url-loader": "2.1.0",
"webpack": "4.40.2",
"webpack-dev-server": "3.8.1",
"webpack-manifest-plugin": "2.0.4",
"webpack-manifest-plugin": "2.1.2",
"workbox-webpack-plugin": "4.3.1"
},
"eslintConfig": {