From f25a57d15b0bbd0405e60743928656e1ae38c700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:08:32 +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.7.0 to 2.8.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.8.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 6a915fc270..92e39eef48 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12309,9 +12309,9 @@ } }, "gatsby-plugin-create-client-paths": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-2.7.0.tgz", - "integrity": "sha512-pRGuH2XBJkVegss9mH3/9n01jQDDmYtMw6lKJwSXpRBDGK+48oW6f2orKiMPL7K3m4lTztoD+MqVcX8ZvWsCvA==", + "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==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/client/package.json b/client/package.json index b30b1fe40f..704edaf07f 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "gatsby": "^2.29.3", "gatsby-cli": "^2.16.2", "gatsby-plugin-advanced-sitemap": "^1.5.6", - "gatsby-plugin-create-client-paths": "^2.7.0", + "gatsby-plugin-create-client-paths": "^2.8.0", "gatsby-plugin-manifest": "^2.9.1", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.7.0",