Merge pull request #68 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-source-filesystem-2.3.30

Bump gatsby-source-filesystem from 2.3.27 to 2.3.30
This commit is contained in:
Kevin Kandlbinder 2020-09-25 19:42:06 +02:00 committed by GitHub
commit 837b1b0630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 9 deletions

24
package-lock.json generated
View file

@ -9755,17 +9755,17 @@
} }
}, },
"gatsby-source-filesystem": { "gatsby-source-filesystem": {
"version": "2.3.27", "version": "2.3.30",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.27.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.30.tgz",
"integrity": "sha512-lNWRVDkaC2g6mSPTGuE9bsXawS0GkkwV/X8l8ZJnqbcMBl8p+h3zYoKXQ2u00pmQRqjwp4lvlaTarLRxD0tGDQ==", "integrity": "sha512-jZ6fWTT0a/aUMmhEyGcxEc8IdTJvxA/806qkan/5Mhctt4tjqmjSq8TWC0yde+0uHBWBf9krbzKtuT/+hT9KuA==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.11.2",
"better-queue": "^3.8.10", "better-queue": "^3.8.10",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"chokidar": "^3.4.2", "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.18", "gatsby-core-utils": "^1.3.20",
"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",
@ -9776,10 +9776,18 @@
"xstate": "^4.11.0" "xstate": "^4.11.0"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "1.3.18", "version": "1.3.20",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.18.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz",
"integrity": "sha512-B7ixQb4H0e2yB0nNfM2zshOAUw3nW9MvcNsRskVFwIPJY+ngh8Srla4XWXVMJ60Fyt103+jPVZTxGq72/u5HuQ==", "integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",

View file

@ -15,7 +15,7 @@
"gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-sitemap": "^2.4.12", "gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.11", "gatsby-plugin-styled-components": "^3.3.11",
"gatsby-source-filesystem": "^2.3.27", "gatsby-source-filesystem": "^2.3.30",
"gatsby-source-youtube-v2": "^1.0.1", "gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.35", "gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.15", "gatsby-transformer-sharp": "^2.5.15",