From 80e08df2a4956fad4277eb64922260059ee50ec1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 09:34:48 +0200 Subject: [PATCH] fix(deps): update starters and examples gatsby packages to ^2.10.1 (#32537) Co-authored-by: Renovate Bot --- starters/blog/package-lock.json | 6 +++--- starters/blog/package.json | 2 +- starters/default/package-lock.json | 6 +++--- starters/default/package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index e6fd181cccf09..63955b3d9143b 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -7913,9 +7913,9 @@ } }, "gatsby-plugin-gatsby-cloud": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.10.0.tgz", - "integrity": "sha512-KH0ADQfUsS7kHlMiezV3NnEL+IVd4879qWPWMFyri4rkhzZrIQErKMMTXeJxYzrSoPx3EqDCaSreQAKG5LxGKA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.10.1.tgz", + "integrity": "sha512-6JkBubsNgLB4MsSeWP+CjF4atFdmryEPqhtdZT0yvnvY9O2MfMjQvWlkyOg/buFCBrA0vnBH5ih8ExVRsKftDg==", "requires": { "@babel/runtime": "^7.14.6", "date-fns": "^2.22.1", diff --git a/starters/blog/package.json b/starters/blog/package.json index 239b6e3b80b53..1d6736ccd8a44 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -10,7 +10,7 @@ "dependencies": { "gatsby": "^3.10.2", "gatsby-plugin-feed": "^3.10.0", - "gatsby-plugin-gatsby-cloud": "^2.10.0", + "gatsby-plugin-gatsby-cloud": "^2.10.1", "gatsby-plugin-google-analytics": "^3.10.0", "gatsby-plugin-image": "^1.10.1", "gatsby-plugin-manifest": "^3.10.0", diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json index 052fca4a7334c..1b048fe9e5ecc 100644 --- a/starters/default/package-lock.json +++ b/starters/default/package-lock.json @@ -7836,9 +7836,9 @@ } }, "gatsby-plugin-gatsby-cloud": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.10.0.tgz", - "integrity": "sha512-KH0ADQfUsS7kHlMiezV3NnEL+IVd4879qWPWMFyri4rkhzZrIQErKMMTXeJxYzrSoPx3EqDCaSreQAKG5LxGKA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.10.1.tgz", + "integrity": "sha512-6JkBubsNgLB4MsSeWP+CjF4atFdmryEPqhtdZT0yvnvY9O2MfMjQvWlkyOg/buFCBrA0vnBH5ih8ExVRsKftDg==", "requires": { "@babel/runtime": "^7.14.6", "date-fns": "^2.22.1", diff --git a/starters/default/package.json b/starters/default/package.json index a4800bb6b26a4..befb8fd3f4fad 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "gatsby": "^3.10.2", - "gatsby-plugin-gatsby-cloud": "^2.10.0", + "gatsby-plugin-gatsby-cloud": "^2.10.1", "gatsby-plugin-image": "^1.10.1", "gatsby-plugin-manifest": "^3.10.0", "gatsby-plugin-offline": "^4.10.0",