Merge pull request #42 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-source-filesystem-2.3.27

Bump gatsby-source-filesystem from 2.3.24 to 2.3.27
This commit is contained in:
Kevin Kandlbinder 2020-09-03 13:56:19 +02:00 committed by GitHub
commit e8db3e9f32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 40 deletions

51
package-lock.json generated
View file

@ -2771,11 +2771,6 @@
"resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz", "resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
"integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==" "integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg=="
}, },
"any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
},
"anymatch": { "anymatch": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
@ -4894,9 +4889,9 @@
} }
}, },
"chokidar": { "chokidar": {
"version": "3.4.0", "version": "3.4.2",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz",
"integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==",
"requires": { "requires": {
"anymatch": "~3.1.1", "anymatch": "~3.1.1",
"braces": "~3.0.2", "braces": "~3.0.2",
@ -9883,17 +9878,17 @@
} }
}, },
"gatsby-source-filesystem": { "gatsby-source-filesystem": {
"version": "2.3.24", "version": "2.3.27",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.24.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.27.tgz",
"integrity": "sha512-TiuuV7sczagVOKW94dfx1AkW/wfe678UOdBAJrMxA2wZvuTe/gXz4Vg4F+EJIoZ8pyy8BjQbclmqXEnGX4eYKw==", "integrity": "sha512-lNWRVDkaC2g6mSPTGuE9bsXawS0GkkwV/X8l8ZJnqbcMBl8p+h3zYoKXQ2u00pmQRqjwp4lvlaTarLRxD0tGDQ==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"better-queue": "^3.8.10", "better-queue": "^3.8.10",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"chokidar": "3.4.0", "chokidar": "^3.4.2",
"file-type": "^12.4.2", "file-type": "^12.4.2",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.15", "gatsby-core-utils": "^1.3.18",
"got": "^9.6.0", "got": "^9.6.0",
"md5-file": "^3.2.3", "md5-file": "^3.2.3",
"mime": "^2.4.6", "mime": "^2.4.6",
@ -9904,21 +9899,17 @@
"xstate": "^4.11.0" "xstate": "^4.11.0"
}, },
"dependencies": { "dependencies": {
"file-type": {
"version": "12.4.2",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz",
"integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg=="
},
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "1.3.15", "version": "1.3.18",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.18.tgz",
"integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==", "integrity": "sha512-B7ixQb4H0e2yB0nNfM2zshOAUw3nW9MvcNsRskVFwIPJY+ngh8Srla4XWXVMJ60Fyt103+jPVZTxGq72/u5HuQ==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0", "node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1", "proper-lockfile": "^4.1.1",
"tmp": "^0.2.1",
"xdg-basedir": "^4.0.0" "xdg-basedir": "^4.0.0"
} }
}, },
@ -9939,11 +9930,6 @@
"to-readable-stream": "^1.0.0", "to-readable-stream": "^1.0.0",
"url-parse-lax": "^3.0.0" "url-parse-lax": "^3.0.0"
} }
},
"xstate": {
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.11.0.tgz",
"integrity": "sha512-v+S3jF2YrM2tFOit8o7+4N3FuFd9IIGcIKHyfHeeNjMlmNmwuiv/IbY9uw7ECifx7H/A9aGLcxPSr0jdjTGDww=="
} }
} }
}, },
@ -16450,19 +16436,6 @@
"resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
"integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==" "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg=="
}, },
"probe-image-size": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-4.1.1.tgz",
"integrity": "sha512-42LqKZqTLxH/UvAZ2/cKhAsR4G/Y6B7i7fI2qtQu9hRBK4YjS6gqO+QRtwTjvojUx4+/+JuOMzLoFyRecT9qRw==",
"requires": {
"any-promise": "^1.3.0",
"deepmerge": "^4.0.0",
"inherits": "^2.0.3",
"next-tick": "^1.0.0",
"request": "^2.83.0",
"stream-parser": "~0.3.1"
}
},
"process": { "process": {
"version": "0.11.10", "version": "0.11.10",
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",

View file

@ -15,7 +15,7 @@
"gatsby-plugin-sharp": "^2.6.31", "gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sitemap": "^2.4.12", "gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.10", "gatsby-plugin-styled-components": "^3.3.10",
"gatsby-source-filesystem": "^2.3.24", "gatsby-source-filesystem": "^2.3.27",
"gatsby-source-youtube-v2": "^1.0.1", "gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.28", "gatsby-transformer-remark": "^2.8.28",
"gatsby-transformer-sharp": "^2.5.14", "gatsby-transformer-sharp": "^2.5.14",