From 21576cb5f8e2c909a7abc17f2e9c367ad4994313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 20:03:24 +0200 Subject: [PATCH] Bump gatsby-source-filesystem from 3.12.0 to 3.13.0 (#637) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.12.0 to 3.13.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@3.13.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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f3a466..1ae120e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-sitemap": "^4.8.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-webpack-size": "^2.0.1", - "gatsby-source-filesystem": "^3.12.0", + "gatsby-source-filesystem": "^3.13.0", "gatsby-transformer-json": "^3.13.0", "gatsby-transformer-sharp": "^3.13.0", "gatsby-transformer-yaml": "^3.13.0", @@ -12595,16 +12595,16 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-source-filesystem": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.12.0.tgz", - "integrity": "sha512-Rs++VHDiyop/yFiNnJhn4+ot3DRwzrjE5fNnrxScTGk0GT8wqcne/c3PFCcQcVOmnu01N2DL1BdPmQP/jF6xAw==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.13.0.tgz", + "integrity": "sha512-SR0OFKunE4OtsZ0E7kpX6kipQcbrw3jTfROuhqD6EJPM5hkTxeEI/6I2r/bUo4ZS1rpwrEYd3UF89Q0YdAhLqQ==", "dependencies": { "@babel/runtime": "^7.14.8", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0", + "gatsby-core-utils": "^2.13.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -41417,16 +41417,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.12.0.tgz", - "integrity": "sha512-Rs++VHDiyop/yFiNnJhn4+ot3DRwzrjE5fNnrxScTGk0GT8wqcne/c3PFCcQcVOmnu01N2DL1BdPmQP/jF6xAw==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.13.0.tgz", + "integrity": "sha512-SR0OFKunE4OtsZ0E7kpX6kipQcbrw3jTfROuhqD6EJPM5hkTxeEI/6I2r/bUo4ZS1rpwrEYd3UF89Q0YdAhLqQ==", "requires": { "@babel/runtime": "^7.14.8", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0", + "gatsby-core-utils": "^2.13.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/package.json b/package.json index dd17025..18f401f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-sitemap": "^4.8.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-webpack-size": "^2.0.1", - "gatsby-source-filesystem": "^3.12.0", + "gatsby-source-filesystem": "^3.13.0", "gatsby-transformer-json": "^3.13.0", "gatsby-transformer-sharp": "^3.13.0", "gatsby-transformer-yaml": "^3.13.0",