dependabot[bot]
2020-12-21 11:51:44 +00:00
parent 4711e50835
commit 1c05aaa33d
2 changed files with 8 additions and 8 deletions

View File

@ -12538,17 +12538,17 @@
}
},
"gatsby-plugin-create-client-paths": {
"version": "2.3.13",
"resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-2.3.13.tgz",
"integrity": "sha512-7MYVDNcGdIVjoV3ymYsrDafRxOv+l0Agcz0KS6cT4+8RIiXM0tVglvCKCxnqNAjhLQmp1JFCryyl/jM2/6jzRQ==",
"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==",
"requires": {
"@babel/runtime": "^7.11.2"
"@babel/runtime": "^7.12.5"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

@ -33,7 +33,7 @@
"gatsby": "^2.27.0",
"gatsby-cli": "^2.14.0",
"gatsby-plugin-advanced-sitemap": "^1.5.6",
"gatsby-plugin-create-client-paths": "^2.3.13",
"gatsby-plugin-create-client-paths": "^2.7.0",
"gatsby-plugin-manifest": "^2.7.0",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.7.0",