From 1c05aaa33d02fde4e4dc82fe2ee98c06d4bb313e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:51:44 +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.3.13 to 2.7.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.7.0/packages/gatsby-plugin-create-client-paths) Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1984fb9492..191feeca18 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12538,17 +12538,17 @@ } }, "gatsby-plugin-create-client-paths": { - "version": "2.3.13", - "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-2.3.13.tgz", - "integrity": "sha512-7MYVDNcGdIVjoV3ymYsrDafRxOv+l0Agcz0KS6cT4+8RIiXM0tVglvCKCxnqNAjhLQmp1JFCryyl/jM2/6jzRQ==", + "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==", "requires": { - "@babel/runtime": "^7.11.2" + "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/client/package.json b/client/package.json index f53fc66716..d845a47587 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "gatsby": "^2.27.0", "gatsby-cli": "^2.14.0", "gatsby-plugin-advanced-sitemap": "^1.5.6", - "gatsby-plugin-create-client-paths": "^2.3.13", + "gatsby-plugin-create-client-paths": "^2.7.0", "gatsby-plugin-manifest": "^2.7.0", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.7.0",