1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

Bump gatsby-source-filesystem from 4.7.0 to 4.9.1 (#829)

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.7.0 to 4.9.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.9.1/packages/gatsby-source-filesystem)

---
updated-dependencies:
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 19:33:02 +00:00 committed by GitHub
parent 08fe42baa1
commit 16f52f1f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -23,7 +23,7 @@
"gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-svgr": "^3.0.0-beta.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-json": "^4.7.0",
"gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-sharp": "^4.9.0",
"gatsby-transformer-yaml": "^4.9.0", "gatsby-transformer-yaml": "^4.9.0",
@ -11084,15 +11084,15 @@
} }
}, },
"node_modules/gatsby-source-filesystem": { "node_modules/gatsby-source-filesystem": {
"version": "4.7.0", "version": "4.9.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz",
"integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==", "integrity": "sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"file-type": "^16.5.3", "file-type": "^16.5.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.7.0", "gatsby-core-utils": "^3.9.1",
"got": "^9.6.0", "got": "^9.6.0",
"md5-file": "^5.0.0", "md5-file": "^5.0.0",
"mime": "^2.5.2", "mime": "^2.5.2",
@ -32865,15 +32865,15 @@
} }
}, },
"gatsby-source-filesystem": { "gatsby-source-filesystem": {
"version": "4.7.0", "version": "4.9.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz",
"integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==", "integrity": "sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==",
"requires": { "requires": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"file-type": "^16.5.3", "file-type": "^16.5.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.7.0", "gatsby-core-utils": "^3.9.1",
"got": "^9.6.0", "got": "^9.6.0",
"md5-file": "^5.0.0", "md5-file": "^5.0.0",
"mime": "^2.5.2", "mime": "^2.5.2",

View File

@ -34,7 +34,7 @@
"gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-svgr": "^3.0.0-beta.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-json": "^4.7.0",
"gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-sharp": "^4.9.0",
"gatsby-transformer-yaml": "^4.9.0", "gatsby-transformer-yaml": "^4.9.0",