Merge pull request #166 from NebulousLabs/dependabot/npm_and_yarn/gatsby-source-filesystem-2.2.4
This commit is contained in:
commit
6f066aea05
|
@ -15,7 +15,7 @@
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.2.1",
|
"gatsby-plugin-sass": "^2.2.1",
|
||||||
"gatsby-plugin-sharp": "^2.5.6",
|
"gatsby-plugin-sharp": "^2.5.6",
|
||||||
"gatsby-source-filesystem": "^2.2.2",
|
"gatsby-source-filesystem": "^2.2.4",
|
||||||
"gatsby-transformer-sharp": "^2.4.4",
|
"gatsby-transformer-sharp": "^2.4.4",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
"node-sass": "^4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6289,10 +6289,10 @@ gatsby-recipes@^0.0.9:
|
||||||
ws "^7.2.3"
|
ws "^7.2.3"
|
||||||
xstate "^4.8.0"
|
xstate "^4.8.0"
|
||||||
|
|
||||||
gatsby-source-filesystem@^2.2.2:
|
gatsby-source-filesystem@^2.2.4:
|
||||||
version "2.2.2"
|
version "2.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.2.tgz#9ecbc9e64fedd1c30b4d21f7e148016353b2dc17"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.4.tgz#5526e90efa3fd1dd56df587bdbcd87cb6280aa29"
|
||||||
integrity sha512-uHHCiTp8/q9JF0Yr14Q5aJZ07jUJSV6HJSnrSVnEIF4PfRQkVJG5FHQULmxJUXWQhIoy17EGuzqVjxMsFY69QA==
|
integrity sha512-Tf5HKAYcVmVFj7DhWi7+opDH312em8vkuoH/fTVLReBrN0yfi8maDha9EaZj4lL1fTtLk6WG0TwOM6GkyYiqgw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
better-queue "^3.8.10"
|
better-queue "^3.8.10"
|
||||||
|
@ -6300,7 +6300,7 @@ gatsby-source-filesystem@^2.2.2:
|
||||||
chokidar "3.3.1"
|
chokidar "3.3.1"
|
||||||
file-type "^12.4.2"
|
file-type "^12.4.2"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-core-utils "^1.1.1"
|
gatsby-core-utils "^1.1.3"
|
||||||
got "^9.6.0"
|
got "^9.6.0"
|
||||||
md5-file "^3.2.3"
|
md5-file "^3.2.3"
|
||||||
mime "^2.4.4"
|
mime "^2.4.4"
|
||||||
|
|
Reference in New Issue