diff --git a/package-lock.json b/package-lock.json index bea7d57..950b070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-source-filesystem": "^4.7.0", + "gatsby-source-filesystem": "^4.9.1", "gatsby-transformer-json": "^4.7.0", "gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-yaml": "^4.9.0", @@ -11084,15 +11084,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz", - "integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz", + "integrity": "sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==", "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.9.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -32865,15 +32865,15 @@ } }, "gatsby-source-filesystem": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz", - "integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz", + "integrity": "sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.9.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/package.json b/package.json index b82f5c7..b102dae 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-source-filesystem": "^4.7.0", + "gatsby-source-filesystem": "^4.9.1", "gatsby-transformer-json": "^4.7.0", "gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-yaml": "^4.9.0",