From b2719a25642077a57c6b1dd17126ce83ee285f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:09:18 +0000 Subject: [PATCH] chore(deps-dev): bump gatsby from 3.13.0 to 3.13.1 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.13.0...gatsby@3.13.1) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 229eae232e259..fa2f4def01962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "eslint-plugin-sort-class-members": "^1.11.0", "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", - "gatsby": "3.13.0", + "gatsby": "3.13.1", "gatsby-plugin-catch-links": "^3.13.0", "gatsby-plugin-page-creator": "^3.13.0", "gatsby-plugin-react-helmet": "^4.13.0", @@ -12702,9 +12702,9 @@ "dev": true }, "node_modules/gatsby": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.13.0.tgz", - "integrity": "sha512-nZOQkV6CF8ixtkbr+VNeiD2ISwuSkRLafeK+x/1btPB/l+b/w8ar0XrJGIWNX4DHr2Pohf3wy166IPfEkNqNTA==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.13.1.tgz", + "integrity": "sha512-ZSxdP8v/wdQxGzRur373U2GNmpGuMk3J7bqUTTzY/QGI0sb0AeczD954qdTylTeUV88Ud2UKQ+qFYG1BjX1GJA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -39887,9 +39887,9 @@ "dev": true }, "gatsby": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.13.0.tgz", - "integrity": "sha512-nZOQkV6CF8ixtkbr+VNeiD2ISwuSkRLafeK+x/1btPB/l+b/w8ar0XrJGIWNX4DHr2Pohf3wy166IPfEkNqNTA==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.13.1.tgz", + "integrity": "sha512-ZSxdP8v/wdQxGzRur373U2GNmpGuMk3J7bqUTTzY/QGI0sb0AeczD954qdTylTeUV88Ud2UKQ+qFYG1BjX1GJA==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", diff --git a/package.json b/package.json index 2feec1188f8f2..e71076ec59a8b 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "eslint-plugin-sort-class-members": "^1.11.0", "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", - "gatsby": "3.13.0", + "gatsby": "3.13.1", "gatsby-plugin-catch-links": "^3.13.0", "gatsby-plugin-page-creator": "^3.13.0", "gatsby-plugin-react-helmet": "^4.13.0",