diff --git a/package-lock.json b/package-lock.json index 4e69d7d..f382021 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9927,25 +9927,24 @@ } }, "gatsby-source-filesystem": { - "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==", + "version": "2.3.34", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.34.tgz", + "integrity": "sha512-aUABU9eJpo0yorVrBeHUQxkJP1Aif+HOTdsqjh4o9g7NtPlxjNw3HzgJ+txGlEoDLR9Y/SGq/BI2TXlk7JBMKw==", "requires": { "@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.20", + "gatsby-core-utils": "^1.3.23", "got": "^9.6.0", - "md5-file": "^3.2.3", + "md5-file": "^5.0.0", "mime": "^2.4.6", - "pretty-bytes": "^5.3.0", + "pretty-bytes": "^5.4.1", "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.11.0" + "xstate": "^4.13.0" }, "dependencies": { "@babel/runtime": { @@ -9957,9 +9956,9 @@ } }, "gatsby-core-utils": { - "version": "1.3.20", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz", - "integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==", + "version": "1.3.23", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.23.tgz", + "integrity": "sha512-H6n6dDeRZ22HAJaBUIt5YjB/BSaE8Jq+kayMUv/YzL1RL2yFZ5lqcLwIL1OE2vWk1mQjMUBZCRxLODU0q1i3bQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9987,6 +9986,16 @@ "to-readable-stream": "^1.0.0", "url-parse-lax": "^3.0.0" } + }, + "md5-file": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz", + "integrity": "sha512-xbEFXCYVWrSx/gEKS1VPlg84h/4L20znVIulKw6kMfmBUAZNAnF00eczz9ICMl+/hjQGo5KSXRxbL/47X3rmMw==" + }, + "pretty-bytes": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.1.tgz", + "integrity": "sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA==" } } }, diff --git a/package.json b/package.json index c274807..fd147e6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sharp": "^2.6.40", "gatsby-plugin-sitemap": "^2.4.12", "gatsby-plugin-styled-components": "^3.3.12", - "gatsby-source-filesystem": "^2.3.30", + "gatsby-source-filesystem": "^2.3.34", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-remark": "^2.8.35", "gatsby-transformer-sharp": "^2.5.16",