diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-13 08:57:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 08:57:02 -0400 |
| commit | bf580222397b89d9e1be025cf78ce89789a6d83b (patch) | |
| tree | 73e8b11977652dadb31dba5482d331ecda96de50 | |
| parent | f90d065e25b184f940750ea89a50b0c28057082d (diff) | |
| download | submelon.dev-bf580222397b89d9e1be025cf78ce89789a6d83b.tar.gz submelon.dev-bf580222397b89d9e1be025cf78ce89789a6d83b.tar.bz2 submelon.dev-bf580222397b89d9e1be025cf78ce89789a6d83b.zip | |
Bump gatsby-source-filesystem from 5.8.0 to 5.9.0 (#160)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.8.0 to 5.9.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.9.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.json | 38 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 20 insertions, 20 deletions
diff --git a/package-lock.json b/package-lock.json index 69c46aa..32caad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", - "gatsby-source-filesystem": "5.8.0", + "gatsby-source-filesystem": "5.9.0", "gatsby-transformer-sharp": "5.9.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -9301,19 +9301,19 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.8.0.tgz", - "integrity": "sha512-6sWG/bTSQ+Hy8RY20et64n8cE0/CgGMYK13db0a5NW1Q2SAZbPf2C7cvyklasPIqhrdutV49Qf+HsKxBNjyffA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.9.0.tgz", + "integrity": "sha512-1DANeWOzkmAcstduQIjk0rLlijDlvVKwUvMTt/Mwj/HdESh+mQXjM9dlDRF3eZwZ2HJ9jiq5eZvfm8Yj67m1+A==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.8.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.35.3" + "xstate": "^4.37.1" }, "engines": { "node": ">=18.0.0" @@ -16376,9 +16376,9 @@ } }, "node_modules/xstate": { - "version": "4.35.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.35.4.tgz", - "integrity": "sha512-mqRBYHhljP1xIItI4xnSQNHEv6CKslSM1cOGmvhmxeoDPAZgNbhSUYAL5N6DZIxRfpYY+M+bSm3mUFHD63iuvg==", + "version": "4.37.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.37.2.tgz", + "integrity": "sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==", "funding": { "type": "opencollective", "url": "https://opencollective.com/xstate" @@ -23730,19 +23730,19 @@ } }, "gatsby-source-filesystem": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.8.0.tgz", - "integrity": "sha512-6sWG/bTSQ+Hy8RY20et64n8cE0/CgGMYK13db0a5NW1Q2SAZbPf2C7cvyklasPIqhrdutV49Qf+HsKxBNjyffA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.9.0.tgz", + "integrity": "sha512-1DANeWOzkmAcstduQIjk0rLlijDlvVKwUvMTt/Mwj/HdESh+mQXjM9dlDRF3eZwZ2HJ9jiq5eZvfm8Yj67m1+A==", "requires": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.8.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.35.3" + "xstate": "^4.37.1" }, "dependencies": { "mime": { @@ -28569,9 +28569,9 @@ "integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==" }, "xstate": { - "version": "4.35.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.35.4.tgz", - "integrity": "sha512-mqRBYHhljP1xIItI4xnSQNHEv6CKslSM1cOGmvhmxeoDPAZgNbhSUYAL5N6DZIxRfpYY+M+bSm3mUFHD63iuvg==" + "version": "4.37.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.37.2.tgz", + "integrity": "sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index 3fd1401..183ca24 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", - "gatsby-source-filesystem": "5.8.0", + "gatsby-source-filesystem": "5.9.0", "gatsby-transformer-sharp": "5.9.0", "react": "18.2.0", "react-dom": "18.2.0", |
