diff --git a/package-lock.json b/package-lock.json index 15ca977..4beebf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9020,16 +9020,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.7.0.tgz", - "integrity": "sha512-SpIwHe89LLwgwNUEcHaRCe3J5+7ODgdJLh/PhJdSpmEzeHQRtLAfInNuoTMs8pJ53W+1HI/ph3/HXSAPddi/VA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.8.1.tgz", + "integrity": "sha512-awvrQ63dayVFsbTnPS8dIpFCsDnvwj5RKUCtwn5wL+DKerOFgcCfyXHsSx4rrnIlnvs30yzR7qNgN5tHSx2++Q==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.6.0", + "gatsby-core-utils": "^1.7.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -9048,9 +9048,9 @@ } }, "file-type": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.0.1.tgz", - "integrity": "sha512-rwXqMZiizJd0uXZE52KN2DtPBAV99qz9cUTHHt8pSyaQzgVYrHJGR0qt2p4N/yzHEL/tGrlB/TgawQb4Fnxxyw==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.1.0.tgz", + "integrity": "sha512-G4Klqf6tuprtG0pC4r9kni4Wv8XhAAsfHphVqsQGA+YiOlPAO40BZduDqKfv0RFsu9q9ZbFObWfwszY/NqhEZw==", "requires": { "readable-web-to-node-stream": "^3.0.0", "strtok3": "^6.0.3", @@ -9058,6 +9058,20 @@ "typedarray-to-buffer": "^3.1.5" } }, + "gatsby-core-utils": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz", + "integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "got": { "version": "9.6.0", "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", @@ -9077,9 +9091,9 @@ } }, "xstate": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.15.0.tgz", - "integrity": "sha512-VXmJgkh1u2ejpNBSqdQLTU9V0YIn7clJ+4a3P/G/AJGyXwpyf8Ykf+k7I7UptccpmQktcPHPzLTtLctp+8qURA==" + "version": "4.15.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.15.2.tgz", + "integrity": "sha512-C+3jzJbhkp9ywGB+E2YMbS4mLyuxv366+KGi2RBX6y99xZFezbrGfaPQGRvFvn58OlLlCuSfCwn6bPcp78aMyw==" } } }, @@ -14406,9 +14420,9 @@ "integrity": "sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==" }, "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==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz", + "integrity": "sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA==" }, "pretty-error": { "version": "2.1.2", diff --git a/package.json b/package.json index 813709e..adc401d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-sharp": "^2.6.31", - "gatsby-source-filesystem": "^2.7.0", + "gatsby-source-filesystem": "^2.8.1", "gatsby-source-sanity": "^6.0.4", "gatsby-transformer-sharp": "^2.8.0", "prop-types": "^15.7.2",