From 463ed24547aa22d9e8706134c3f298f8f8b8b7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 07:44:20 -0400 Subject: Bump gatsby-source-filesystem from 5.9.0 to 5.10.0 (#180) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.9.0 to 5.10.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.10.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0672fad..1dd6852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-offline": "^6.10.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.10.0", - "gatsby-source-filesystem": "5.9.0", + "gatsby-source-filesystem": "5.10.0", "gatsby-transformer-sharp": "5.10.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -37,7 +37,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", - "typescript": "latest" + "typescript": "*" } }, "node_modules/@ampproject/remapping": { @@ -9414,19 +9414,19 @@ } }, "node_modules/gatsby-source-filesystem": { - "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==", + "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==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.9.0", + "gatsby-core-utils": "^4.10.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.37.1" + "xstate": "^4.37.2" }, "engines": { "node": ">=18.0.0" @@ -23954,19 +23954,19 @@ } }, "gatsby-source-filesystem": { - "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==", + "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==", "requires": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.9.0", + "gatsby-core-utils": "^4.10.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.37.1" + "xstate": "^4.37.2" }, "dependencies": { "mime": { diff --git a/package.json b/package.json index d1694c7..948b3b5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-offline": "^6.10.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.10.0", - "gatsby-source-filesystem": "5.9.0", + "gatsby-source-filesystem": "5.10.0", "gatsby-transformer-sharp": "5.10.0", "react": "18.2.0", "react-dom": "18.2.0", -- cgit