dependabot[bot]
2021-02-08 09:02:26 +00:00
parent 51f6077f7b
commit 67c200b667
2 changed files with 7 additions and 7 deletions

View File

@ -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"
}

View File

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