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
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -14409,13 +14409,14 @@
} }
}, },
"webpack-manifest-plugin": { "webpack-manifest-plugin": {
"version": "2.0.4", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.4.tgz", "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.1.2.tgz",
"integrity": "sha512-nejhOHexXDBKQOj/5v5IZSfCeTO3x1Dt1RZEcGfBSul891X/eLIcIVH31gwxPDdsi2Z8LKKFGpM4w9+oTBOSCg==", "integrity": "sha512-XWjPY0NXXJ1tGQZgtOMZtEsm8mST23nvO7q5e5H26NH4pv7wfYbHaX9Uwogve+IF6Ilv4j1e3hPr9N3JGZdilA==",
"dev": true, "dev": true,
"requires": { "requires": {
"fs-extra": "^7.0.0", "fs-extra": "^7.0.0",
"lodash": ">=3.5 <5", "lodash": ">=3.5 <5",
"object.entries": "^1.1.0",
"tapable": "^1.0.0" "tapable": "^1.0.0"
}, },
"dependencies": { "dependencies": {
+1 -1
View File
@@ -99,7 +99,7 @@
"url-loader": "2.1.0", "url-loader": "2.1.0",
"webpack": "4.40.2", "webpack": "4.40.2",
"webpack-dev-server": "3.8.1", "webpack-dev-server": "3.8.1",
"webpack-manifest-plugin": "2.0.4", "webpack-manifest-plugin": "2.1.2",
"workbox-webpack-plugin": "4.3.1" "workbox-webpack-plugin": "4.3.1"
}, },
"eslintConfig": { "eslintConfig": {