From fbf56917ae8a39ab92b6118a9efe07e8ca065288 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:57:34 +0000 Subject: [PATCH 1/2] fix(package): update @bundle-analyzer/webpack-plugin to version 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fbd11f..44c7ea5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "mockery": "^2.1.0" }, "dependencies": { - "@bundle-analyzer/webpack-plugin": "^0.4.0" + "@bundle-analyzer/webpack-plugin": "^0.5.0" } } From 644641af2824a67b6710079252b5b02b83e2e463 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:57:39 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aa4bbf..38013f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,9 +25,9 @@ } }, "@bundle-analyzer/core": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@bundle-analyzer%2fcore/-/core-0.4.0.tgz", - "integrity": "sha512-dJT8BUTDbSFIX2ynKOLf7IYFRff5bIkB8GHAoF+thkhNLptl33+YZplOpQLAI++/ZNJlIJuPw//l/UpPEUERQw==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@bundle-analyzer/core/-/core-0.5.0.tgz", + "integrity": "sha512-XrxjJ/yUAkL3a52N19CtPmFAYJir1necD1/zoga97M3Vq4GO394TR6RBCMcQnt/F2t8Wj7IM6IKF1ZYdYSxHYw==", "requires": { "axios": "^0.19.0", "brotli-size": "^1.0.0", @@ -37,11 +37,11 @@ } }, "@bundle-analyzer/webpack-plugin": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@bundle-analyzer%2fwebpack-plugin/-/webpack-plugin-0.4.0.tgz", - "integrity": "sha512-Ak88ObUJVTRTO3u0WDfg38YwEfOpmT9YMjnpX8SAuWW6KuQmBVN/frtt4RkzBc+UfgxVIJ0mPjUV967WRLOsnQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@bundle-analyzer/webpack-plugin/-/webpack-plugin-0.5.0.tgz", + "integrity": "sha512-z8rfjy7LssV6uPsG0m2atE6IucQaBklV6RPvGvhC8FFRCB0c51fqIqqqC18GyzGN921MECxMdrhN3cZoHsobMA==", "requires": { - "@bundle-analyzer/core": "^0.4.0" + "@bundle-analyzer/core": "^0.5.0" } }, "@webassemblyjs/ast": {