From 78cb4cd51e7c9d199adf24086e7fcdef320418df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:10:37 +0000 Subject: [PATCH] Bump gatsby from 2.32.8 to 2.32.9 in /client Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.32.8 to 2.32.9. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.8...gatsby@2.32.9) Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index fe220bf74c..680101f2d3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.6", "final-form": "^4.20.1", - "gatsby": "^2.32.4", + "gatsby": "^2.32.9", "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0", "gatsby-plugin-create-client-paths": "^2.10.0", @@ -11583,9 +11583,9 @@ "integrity": "sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA==" }, "node_modules/gatsby": { - "version": "2.32.8", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.32.8.tgz", - "integrity": "sha512-nMtdImSq5QSpRwhtL8VFhTfuvTCGWoeJtrB4+VJFn78NpbYFbcddErF2pp4QkG6jsqSw+kheOHUg46EH+AMO6A==", + "version": "2.32.9", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.32.9.tgz", + "integrity": "sha512-4QyrOUGLG6V51YSOJW+cFmRDcey6DnF8YMbsOQ1efp9MJ91fSgOI3r6dYd6lc1lJwppN4KZWbqE9WOXtFgda7w==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -40397,9 +40397,9 @@ "integrity": "sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA==" }, "gatsby": { - "version": "2.32.8", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.32.8.tgz", - "integrity": "sha512-nMtdImSq5QSpRwhtL8VFhTfuvTCGWoeJtrB4+VJFn78NpbYFbcddErF2pp4QkG6jsqSw+kheOHUg46EH+AMO6A==", + "version": "2.32.9", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.32.9.tgz", + "integrity": "sha512-4QyrOUGLG6V51YSOJW+cFmRDcey6DnF8YMbsOQ1efp9MJ91fSgOI3r6dYd6lc1lJwppN4KZWbqE9WOXtFgda7w==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/core": "^7.12.3", diff --git a/client/package.json b/client/package.json index 3db4966af9..41015b7ebb 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.6", "final-form": "^4.20.1", - "gatsby": "^2.32.4", + "gatsby": "^2.32.9", "gatsby-cli": "^2.19.1", "gatsby-plugin-advanced-sitemap": "^1.6.0", "gatsby-plugin-create-client-paths": "^2.10.0",