diff --git a/package-lock.json b/package-lock.json index 3bdc759..d897334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9755,17 +9755,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.27", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.27.tgz", - "integrity": "sha512-lNWRVDkaC2g6mSPTGuE9bsXawS0GkkwV/X8l8ZJnqbcMBl8p+h3zYoKXQ2u00pmQRqjwp4lvlaTarLRxD0tGDQ==", + "version": "2.3.30", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.30.tgz", + "integrity": "sha512-jZ6fWTT0a/aUMmhEyGcxEc8IdTJvxA/806qkan/5Mhctt4tjqmjSq8TWC0yde+0uHBWBf9krbzKtuT/+hT9KuA==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.11.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", "chokidar": "^3.4.2", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.18", + "gatsby-core-utils": "^1.3.20", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.6", @@ -9776,10 +9776,18 @@ "xstate": "^4.11.0" }, "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": { - "version": "1.3.18", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.18.tgz", - "integrity": "sha512-B7ixQb4H0e2yB0nNfM2zshOAUw3nW9MvcNsRskVFwIPJY+ngh8Srla4XWXVMJ60Fyt103+jPVZTxGq72/u5HuQ==", + "version": "1.3.20", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz", + "integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", diff --git a/package.json b/package.json index 439ef3b..1939fef 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-sitemap": "^2.4.12", "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-transformer-remark": "^2.8.35", "gatsby-transformer-sharp": "^2.5.15",