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.9.0 to 2.10.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.10.0/packages/gatsby-plugin-create-client-paths) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
12
client/package-lock.json
generated
12
client/package-lock.json
generated
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user