diff --git a/client/package-lock.json b/client/package-lock.json index 57c3017b81..e63c47fe3d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12040,17 +12040,17 @@ } }, "gatsby-plugin-create-client-paths": { - "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==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-2.10.0.tgz", + "integrity": "sha512-CRt5iqTMgbY/wgC9vf2zmKVNVEm+D3WNQcOyvEpOPfM7buX6ya0s7U7X+04ot9W8uIeOXt7vu1IzVJ3L0ThWXw==", "requires": { "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/client/package.json b/client/package.json index d0e1feb5b8..e469da75a5 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "gatsby": "^2.31.1", "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0", - "gatsby-plugin-create-client-paths": "^2.9.0", + "gatsby-plugin-create-client-paths": "^2.10.0", "gatsby-plugin-manifest": "^2.12.0", "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.10.0",