diff --git a/package-lock.json b/package-lock.json index 63642ff76..32e19d206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "gatsby-remark-images": "^7.11.0", "gatsby-remark-prismjs": "^7.12.0", "gatsby-remark-smartypants": "^6.12.0", - "gatsby-source-filesystem": "^5.10.0", + "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-asciidoc": "^4.12.0", "gatsby-transformer-remark": "^6.11.0", "gatsby-transformer-sharp": "^5.11.0", @@ -13061,19 +13061,19 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.10.0.tgz", - "integrity": "sha512-pTcqFvngUqap4NJfzG9VMmJ4T5TTf/WsMVTVORw18kprXZBchioLu0m5vVb9Tm7/MW7XPXvKJPZQkw+/otmVYw==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.0.tgz", + "integrity": "sha512-0BZkgADBu56vTzZ6TLvrMXhp8MzpEqvtpsI+VRtNTlsu6ULaHRjoMClomlAqWecjBXTkujhwpSjnIfEmpmCaLQ==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.10.0", + "gatsby-core-utils": "^4.12.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.37.2" + "xstate": "^4.38.0" }, "engines": { "node": ">=18.0.0" @@ -36757,19 +36757,19 @@ } }, "gatsby-source-filesystem": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.10.0.tgz", - "integrity": "sha512-pTcqFvngUqap4NJfzG9VMmJ4T5TTf/WsMVTVORw18kprXZBchioLu0m5vVb9Tm7/MW7XPXvKJPZQkw+/otmVYw==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.0.tgz", + "integrity": "sha512-0BZkgADBu56vTzZ6TLvrMXhp8MzpEqvtpsI+VRtNTlsu6ULaHRjoMClomlAqWecjBXTkujhwpSjnIfEmpmCaLQ==", "requires": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.10.0", + "gatsby-core-utils": "^4.12.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.37.2" + "xstate": "^4.38.0" }, "dependencies": { "fs-extra": { diff --git a/package.json b/package.json index 09e52e5a0..fccf3af45 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gatsby-remark-images": "^7.11.0", "gatsby-remark-prismjs": "^7.12.0", "gatsby-remark-smartypants": "^6.12.0", - "gatsby-source-filesystem": "^5.10.0", + "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-asciidoc": "^4.12.0", "gatsby-transformer-remark": "^6.11.0", "gatsby-transformer-sharp": "^5.11.0",