From b507767efacf8622193b063f31ff937b77ecc0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 09:00:36 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-create-client-paths in /client Bumps [gatsby-plugin-create-client-paths](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-create-client-paths) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-create-client-paths/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.9.0/packages/gatsby-plugin-create-client-paths) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 91204726fee..a617252c006 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12720,9 +12720,9 @@ } }, "gatsby-plugin-create-client-paths": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-2.8.0.tgz", - "integrity": "sha512-oX4MlK6QH6GxC+LcLmAERlKlzl8HjE0EYZ69s7dhhRwrQMQdt7Ch5FyqM+ob+MQdhI13FbFgTHQObn+SiFED7Q==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-2.9.0.tgz", + "integrity": "sha512-jBYC0XL+Z1xLKBSTW/RzFGMMrAgdqf2dI3beo4btcGM0Vi85IBf/bRtcjD2Ce41ePL+t9DCt/xJE1573iqU+tA==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/client/package.json b/client/package.json index 405f53f0eb7..240ac7017c0 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "gatsby": "^2.30.3", "gatsby-cli": "^2.18.0", "gatsby-plugin-advanced-sitemap": "^1.5.7", - "gatsby-plugin-create-client-paths": "^2.8.0", + "gatsby-plugin-create-client-paths": "^2.9.0", "gatsby-plugin-manifest": "^2.10.0", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.9.0",