diff --git a/package-lock.json b/package-lock.json index 59149d1..47b53cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-prefetch-google-fonts": "1.4.3", "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-styled-components": "^6.12.0", - "gatsby-source-filesystem": "^5.12.0", + "gatsby-source-filesystem": "^5.13.0", "gatsby-transformer-sharp": "^5.12.1", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8", @@ -9606,9 +9606,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.0.tgz", - "integrity": "sha512-1vK0cmL8FNHAddQ5WZt0yTPdFSZuMPNUSsHckM+ZdVmRxyif3aZYSi7ofj6sJo/UvhKj7fBqJv/smZYpp2PRqg==", + "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==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -10278,15 +10278,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.0.tgz", - "integrity": "sha512-0BZkgADBu56vTzZ6TLvrMXhp8MzpEqvtpsI+VRtNTlsu6ULaHRjoMClomlAqWecjBXTkujhwpSjnIfEmpmCaLQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz", + "integrity": "sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.0", + "gatsby-core-utils": "^4.13.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index f244bf9..7106f32 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-prefetch-google-fonts": "1.4.3", "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-styled-components": "^6.12.0", - "gatsby-source-filesystem": "^5.12.0", + "gatsby-source-filesystem": "^5.13.0", "gatsby-transformer-sharp": "^5.12.1", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8",