From 263538418f30398193ec683f75624bb7938057df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:06:29 +0000 Subject: [PATCH] Bump gatsby-plugin-webpack-size from 1.0.0 to 2.0.1 Bumps [gatsby-plugin-webpack-size](https://github.com/axe312ger/gatsby-plugin-webpack-size) from 1.0.0 to 2.0.1. - [Release notes](https://github.com/axe312ger/gatsby-plugin-webpack-size/releases) - [Commits](https://github.com/axe312ger/gatsby-plugin-webpack-size/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index e558a06d..70debecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7192,6 +7192,11 @@ "tslib": "^1.9.0" } }, + "ci-env": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/ci-env/-/ci-env-1.16.0.tgz", + "integrity": "sha512-ucF9caQEX5wQlY449KZBIJPx91+kRg9tJ3tWSc4+KzrvC5KNiPm/3g1noP8VhdI3046+Vw3jLmKAD0fjCRJTmw==" + }, "ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", @@ -13045,11 +13050,11 @@ } }, "gatsby-plugin-webpack-size": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-size/-/gatsby-plugin-webpack-size-1.0.0.tgz", - "integrity": "sha512-gq7iQtFa3G2oCZcmGUSOg4WehYWrGVG7VhkkEFLNmipnYynk4038jGrlYQQjMayMwrCFcwoPAzUg5oICj6wpaQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-size/-/gatsby-plugin-webpack-size-2.0.1.tgz", + "integrity": "sha512-8AejQwPGG7ut07ChBeYubWyMnPXYSOGgwHG25kDea2D9bm8NlgXCn0QnpZo7PE8ZvPTL7sFV+NtYYLxt9so/VA==", "requires": { - "size-plugin": "^1.2.0" + "size-plugin": "^3.0.0" } }, "gatsby-react-router-scroll": { @@ -14647,22 +14652,6 @@ "resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz", "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==" }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", - "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - } - } - }, "handle-thing": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", @@ -22251,16 +22240,17 @@ } }, "size-plugin": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/size-plugin/-/size-plugin-1.2.0.tgz", - "integrity": "sha512-lgB1vsrDM17fhmUrsS5vP1Tg+R57+AEMhms2B6iBuI3EHWVNQv3TANqixzwDOcMV5azX6DIqOaPu2+6CWw7b3Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/size-plugin/-/size-plugin-3.0.0.tgz", + "integrity": "sha512-RPMSkgbvmS1e5XUwPNFZre7DLqcK9MhWARIm8UmGLgbUCAs173JLI6DPHco68wvo0cUdft8+GGRaJtNl5RWfew==", "requires": { - "chalk": "^2.4.1", + "axios": "^0.21.1", + "chalk": "^2.4.2", + "ci-env": "^1.9.0", "escape-string-regexp": "^1.0.5", - "glob": "^7.1.2", - "gzip-size": "^5.0.0", + "glob": "^7.1.4", "minimatch": "^3.0.4", - "pretty-bytes": "^5.1.0", + "pretty-bytes": "^5.3.0", "util.promisify": "^1.0.0" } }, diff --git a/package.json b/package.json index 4f58c17e..80f88c7b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-sharp": "^2.14.3", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-plugin-svgr": "^2.1.0", - "gatsby-plugin-webpack-size": "^1.0.0", + "gatsby-plugin-webpack-size": "^2.0.1", "gatsby-remark-autolink-headers": "^2.11.0", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-component": "^1.1.3",