chore(deps): bump gatsby-cli from 2.17.0 to 2.17.1 in /client

Bumps [gatsby-cli](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-cli) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-cli@2.17.1/packages/gatsby-cli/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.17.1/packages/gatsby-cli)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-01-18 08:56:33 +00:00
parent 745a1dcab2
commit 25a8326874
2 changed files with 13 additions and 13 deletions

View File

@ -12383,9 +12383,9 @@
}
},
"gatsby-cli": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.17.0.tgz",
"integrity": "sha512-jOXdicLqEErUnxos3TGq+0OUrEoMU72YPGdjUJW8gQLfA6dAli9ECNyeCs69m2HwCY1x5Wi2zUpOUZFwxGxapA==",
"version": "2.17.1",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.17.1.tgz",
"integrity": "sha512-uyM1dZx8ALQp5UO30oPDPttEX5eASAM/FLjC9DA7f5cAy0xflMNs9CZB+w6xVoUKDadabZzdyGWB2INMiQn36A==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@hapi/joi": "^15.1.1",
@ -12402,8 +12402,8 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.8.0",
"gatsby-recipes": "^0.7.0",
"gatsby-telemetry": "^1.8.0",
"gatsby-recipes": "^0.7.1",
"gatsby-telemetry": "^1.8.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
@ -13246,9 +13246,9 @@
}
},
"gatsby-recipes": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.7.0.tgz",
"integrity": "sha512-AUYmzfinmsTO/SOPMWRNlPvcso/Yk0mSJxD0aHZuR30RdRSM3E9sP9l5W2wkCb0oQ1r1cLkWTjjEg6KJXbgQMA==",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.7.1.tgz",
"integrity": "sha512-DVamMJ9dIxcdd5K9F0WINEhfZv1eF4ls/t4swUPsy8v6kQB8DC9suYYCueyFZl9waCR7dNeX4jAPs+2Z7eUeSw==",
"requires": {
"@babel/core": "^7.12.3",
"@babel/generator": "^7.12.5",
@ -13274,7 +13274,7 @@
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.8.0",
"gatsby-telemetry": "^1.8.0",
"gatsby-telemetry": "^1.8.1",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
@ -13664,9 +13664,9 @@
}
},
"gatsby-telemetry": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.8.0.tgz",
"integrity": "sha512-vWhOVud2LUx0lQZvACSJtGB6ft1G9Uy/jp6RL82tXmWo+tpo0Ph6JeiYJAcqpQIa+cg73TYE6DGWq16bL/57UQ==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.8.1.tgz",
"integrity": "sha512-Az+2rArUf2Qxef6dOxYIo6SadRSFHWCckZGThiedwWguvjz4WLF4G4d7k1q/6BvzIu+tk/SrH+/fQ/Un6WOXPQ==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.12.5",

View File

@ -31,7 +31,7 @@
"enzyme-adapter-react-16": "^1.15.5",
"final-form": "^4.20.1",
"gatsby": "^2.30.3",
"gatsby-cli": "^2.17.0",
"gatsby-cli": "^2.17.1",
"gatsby-plugin-advanced-sitemap": "^1.5.6",
"gatsby-plugin-create-client-paths": "^2.8.0",
"gatsby-plugin-manifest": "^2.10.0",