diff --git a/lib/package.json b/lib/package.json index 8d6e8d38d..40d57c818 100644 --- a/lib/package.json +++ b/lib/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@storyblok/react": "^3.0.8", - "gatsby-source-filesystem": "^5.13.0", + "gatsby-source-filesystem": "^5.13.1", "isomorphic-fetch": "^3.0.0", "json-stringify-safe": "^5.0.1" }, diff --git a/package-lock.json b/package-lock.json index 35402e25a..c047561e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "version": "1.0.0", "dependencies": { "@storyblok/react": "^3.0.8", - "gatsby-source-filesystem": "^5.13.0", + "gatsby-source-filesystem": "^5.13.1", "isomorphic-fetch": "^3.0.0", "json-stringify-safe": "^5.0.1" }, @@ -12546,9 +12546,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.0.tgz", - "integrity": "sha512-+oJJsADfcEnzpQpof+L5qtP4iSeMaEPn1QSjXENlg/go9Pi/4eqb+Nn3y3q8bC/zy4hMWFWrPdMJmdW581uNvA==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", + "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -12771,15 +12771,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz", - "integrity": "sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.1.tgz", + "integrity": "sha512-nFWzOBpi84nDeVNeO7bpKL9mVYMl1tfjJmE5l868YATFShGzZnA6qMd200XCsf78PexZHAiV/P1MlsyKqjJduA==", "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.0", + "gatsby-core-utils": "^4.13.1", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9",