diff --git a/client/package-lock.json b/client/package-lock.json index 91204726fe..a617252c00 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 405f53f0eb..240ac7017c 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",