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",