diff --git a/package-lock.json b/package-lock.json index faedf36..45a683b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-sharp": "^5.13.1", "gatsby-plugin-theme-ui": "^0.16.2", - "gatsby-source-filesystem": "^5.13.1", + "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-sharp": "^5.13.1", "react": "^18.3.1", "react-bootstrap": "^2.10.6", @@ -9921,15 +9921,16 @@ } }, "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==", + "license": "MIT", "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", @@ -24386,15 +24387,15 @@ } }, "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==", "requires": { "@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 ec25e65..0838d15 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-sharp": "^5.13.1", "gatsby-plugin-theme-ui": "^0.16.2", - "gatsby-source-filesystem": "^5.13.1", + "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-sharp": "^5.13.1", "react": "^18.3.1", "react-dom": "^18.3.1",