diff --git a/package-lock.json b/package-lock.json index e9fd5d49e..eefc72a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-remark-prismjs": "7.14.0", "gatsby-remark-responsive-iframe": "6.14.0", "gatsby-remark-smartypants": "6.13.1", - "gatsby-source-filesystem": "5.13.1", + "gatsby-source-filesystem": "5.14.0", "gatsby-transformer-sharp": "5.14.0", "glamor": "2.20.40", "prismjs": "1.29.0", @@ -12003,15 +12003,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.1.tgz", - "integrity": "sha512-nFWzOBpi84nDeVNeO7bpKL9mVYMl1tfjJmE5l868YATFShGzZnA6qMd200XCsf78PexZHAiV/P1MlsyKqjJduA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.14.0.tgz", + "integrity": "sha512-uewEJaHvdxZlN6DOtZCIUuI7X5v9MRk5IVpCYy9SIZCDbnUA5siEd2A4SC+kcXxJM6AUbdvkfayqpVJrm5JaZA==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.13.1", + "fs-extra": "^11.2.0", + "gatsby-core-utils": "^4.14.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index 1cb211ce8..4a00386b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-remark-prismjs": "7.14.0", "gatsby-remark-responsive-iframe": "6.14.0", "gatsby-remark-smartypants": "6.13.1", - "gatsby-source-filesystem": "5.13.1", + "gatsby-source-filesystem": "5.14.0", "gatsby-transformer-sharp": "5.14.0", "glamor": "2.20.40", "prismjs": "1.29.0",