aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-24 08:07:11 -0400
committerGitHub <noreply@github.com>2023-06-24 08:07:11 -0400
commitb3608eb97ca805e514f75f07b72aaa7ae7bdabd4 (patch)
tree31de52bfb6e9db0bfc288876c9fc1b87fb16996a
parent3dd06d39f091e6525151269f5febbd73ed14a1fe (diff)
downloadsubmelon.dev-b3608eb97ca805e514f75f07b72aaa7ae7bdabd4.tar.gz
submelon.dev-b3608eb97ca805e514f75f07b72aaa7ae7bdabd4.tar.bz2
submelon.dev-b3608eb97ca805e514f75f07b72aaa7ae7bdabd4.zip
Bump gatsby-source-filesystem from 5.10.0 to 5.11.0 (#195)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.10.0 to 5.11.0. - [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@5.11.0/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>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index f43d192..34d2161 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"gatsby-plugin-offline": "^6.10.0",
"gatsby-plugin-sharp": "5.10.0",
"gatsby-plugin-styled-components": "6.11.0",
- "gatsby-source-filesystem": "5.10.0",
+ "gatsby-source-filesystem": "5.11.0",
"gatsby-transformer-sharp": "5.10.0",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -9240,15 +9240,15 @@
}
},
"node_modules/gatsby-source-filesystem": {
- "version": "5.10.0",
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.10.0.tgz",
- "integrity": "sha512-pTcqFvngUqap4NJfzG9VMmJ4T5TTf/WsMVTVORw18kprXZBchioLu0m5vVb9Tm7/MW7XPXvKJPZQkw+/otmVYw==",
+ "version": "5.11.0",
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.11.0.tgz",
+ "integrity": "sha512-42CXNzKgGvkZtqmFIIMbEJW5ZpQ5b4TQT7Rk21XsEMkoZT9QchqMG1S2VPK/LPe7LicvGv6zBziGrtn6ttch7w==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"chokidar": "^3.5.3",
"file-type": "^16.5.4",
"fs-extra": "^11.1.1",
- "gatsby-core-utils": "^4.10.0",
+ "gatsby-core-utils": "^4.11.0",
"mime": "^3.0.0",
"pretty-bytes": "^5.6.0",
"valid-url": "^1.0.9",
@@ -23630,15 +23630,15 @@
}
},
"gatsby-source-filesystem": {
- "version": "5.10.0",
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.10.0.tgz",
- "integrity": "sha512-pTcqFvngUqap4NJfzG9VMmJ4T5TTf/WsMVTVORw18kprXZBchioLu0m5vVb9Tm7/MW7XPXvKJPZQkw+/otmVYw==",
+ "version": "5.11.0",
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.11.0.tgz",
+ "integrity": "sha512-42CXNzKgGvkZtqmFIIMbEJW5ZpQ5b4TQT7Rk21XsEMkoZT9QchqMG1S2VPK/LPe7LicvGv6zBziGrtn6ttch7w==",
"requires": {
"@babel/runtime": "^7.20.13",
"chokidar": "^3.5.3",
"file-type": "^16.5.4",
"fs-extra": "^11.1.1",
- "gatsby-core-utils": "^4.10.0",
+ "gatsby-core-utils": "^4.11.0",
"mime": "^3.0.0",
"pretty-bytes": "^5.6.0",
"valid-url": "^1.0.9",
diff --git a/package.json b/package.json
index 6cc06b9..8173872 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"gatsby-plugin-offline": "^6.10.0",
"gatsby-plugin-sharp": "5.10.0",
"gatsby-plugin-styled-components": "6.11.0",
- "gatsby-source-filesystem": "5.10.0",
+ "gatsby-source-filesystem": "5.11.0",
"gatsby-transformer-sharp": "5.10.0",
"react": "18.2.0",
"react-dom": "18.2.0",