diff --git a/package-lock.json b/package-lock.json index b2778f07..3c21a927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^5.3.0", "gatsby-remark-vscode": "^3.3.0", - "gatsby-source-filesystem": "^4.3.0", + "gatsby-source-filesystem": "^4.4.0", "gatsby-source-graphql": "^4.4.0", "gatsby-transformer-remark": "^5.3.0", "gatsby-transformer-sharp": "^4.4.0", @@ -13278,23 +13278,23 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.3.0.tgz", - "integrity": "sha512-vPYq1hcJ2FUc/o9QsMFC/nVLxXVPN/qInfCPWv/FePNfnL8A5EaKhQwSyfTqISeovMkLuJLv4wm+QTKgGVe6Nw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.4.0.tgz", + "integrity": "sha512-tN+aJdOnBf92V9oHXaGzPB6gL0EhpYH0mh/dfszroy25CtSq07fZu8SynS/B3ClJVi22MkD0imcDVMlPJGSQ3w==", "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "fastq": "^1.13.0", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.3.0", + "gatsby-core-utils": "^3.4.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", "pretty-bytes": "^5.4.1", "progress": "^2.0.3", "valid-url": "^1.0.9", - "xstate": "^4.25.0" + "xstate": "^4.26.1" }, "engines": { "node": ">=14.15.0" @@ -39719,23 +39719,23 @@ } }, "gatsby-source-filesystem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.3.0.tgz", - "integrity": "sha512-vPYq1hcJ2FUc/o9QsMFC/nVLxXVPN/qInfCPWv/FePNfnL8A5EaKhQwSyfTqISeovMkLuJLv4wm+QTKgGVe6Nw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.4.0.tgz", + "integrity": "sha512-tN+aJdOnBf92V9oHXaGzPB6gL0EhpYH0mh/dfszroy25CtSq07fZu8SynS/B3ClJVi22MkD0imcDVMlPJGSQ3w==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "fastq": "^1.13.0", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.3.0", + "gatsby-core-utils": "^3.4.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", "pretty-bytes": "^5.4.1", "progress": "^2.0.3", "valid-url": "^1.0.9", - "xstate": "^4.25.0" + "xstate": "^4.26.1" }, "dependencies": { "@sindresorhus/is": { diff --git a/package.json b/package.json index 399cf4dc..e94a0f85 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^5.3.0", "gatsby-remark-vscode": "^3.3.0", - "gatsby-source-filesystem": "^4.3.0", + "gatsby-source-filesystem": "^4.4.0", "gatsby-source-graphql": "^4.4.0", "gatsby-transformer-remark": "^5.3.0", "gatsby-transformer-sharp": "^4.4.0",