1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-15 02:06:29 +00:00 committed by GitHub
parent fd6fd3ccd2
commit 263538418f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 28 deletions

44
package-lock.json generated
View File

@ -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"
}
},

View File

@ -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",