diff options
| -rw-r--r-- | package-lock.json | 18 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index f7ad6d2..f07a087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-offline": "^6.12.3", "gatsby-plugin-sharp": "5.12.3", "gatsby-plugin-styled-components": "6.12.0", - "gatsby-source-filesystem": "5.12.1", + "gatsby-source-filesystem": "5.13.0", "gatsby-transformer-sharp": "5.12.3", "react": "18.2.0", "react-dom": "18.2.0", @@ -9953,15 +9953,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.1.tgz", - "integrity": "sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==", + "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.1", + "gatsby-core-utils": "^4.13.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", @@ -25144,15 +25144,15 @@ } }, "gatsby-source-filesystem": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.1.tgz", - "integrity": "sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz", + "integrity": "sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==", "requires": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.1", + "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 bdfcb98..d973a5f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-offline": "^6.12.3", "gatsby-plugin-sharp": "5.12.3", "gatsby-plugin-styled-components": "6.12.0", - "gatsby-source-filesystem": "5.12.1", + "gatsby-source-filesystem": "5.13.0", "gatsby-transformer-sharp": "5.12.3", "react": "18.2.0", "react-dom": "18.2.0", |
