Merge pull request #135 from Permissionless-Software-Foundation/ct-unstable

fix(dependencies): More updates to dependencies
This commit is contained in:
Chris Troutner
2021-02-27 17:13:12 -08:00
committed by GitHub
2 changed files with 13 additions and 10 deletions
+12 -9
View File
@@ -17,7 +17,7 @@
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "2.12.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
@@ -13108,16 +13108,16 @@
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
},
"node_modules/gatsby-source-filesystem": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz",
"integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==",
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz",
"integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"better-queue": "^3.8.10",
"chokidar": "^3.4.3",
"file-type": "^16.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.9.0",
"gatsby-core-utils": "^1.10.1",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.4.6",
@@ -13128,6 +13128,9 @@
},
"engines": {
"node": ">=10.13.0"
},
"peerDependencies": {
"gatsby": "^2.2.0"
}
},
"node_modules/gatsby-source-filesystem/node_modules/file-type": {
@@ -46531,16 +46534,16 @@
}
},
"gatsby-source-filesystem": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz",
"integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==",
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz",
"integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==",
"requires": {
"@babel/runtime": "^7.12.5",
"better-queue": "^3.8.10",
"chokidar": "^3.4.3",
"file-type": "^16.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.9.0",
"gatsby-core-utils": "^1.10.1",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.4.6",
+1 -1
View File
@@ -29,7 +29,7 @@
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "2.12.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",