From 93becb2c85fb02001138bb40d1b8169ffaf54d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 03:14:13 +0000 Subject: [PATCH] :arrow_up: [skip ci]: Bump gatsby from 2.32.10 to 2.32.11 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.32.10 to 2.32.11. - [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.10...gatsby@2.32.11) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b432e43b..5d07a9e7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml}\"" }, "dependencies": { - "gatsby": "^2.32.10", + "gatsby": "^2.32.11", "gatsby-plugin-google-tagmanager": "^2.11.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-netlify-cms": "^4.10.0", diff --git a/yarn.lock b/yarn.lock index b8438765..2c8f0cf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6028,10 +6028,10 @@ gatsby-telemetry@^1.10.1: node-fetch "^2.6.1" uuid "3.4.0" -gatsby@^2.32.10: - version "2.32.10" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.32.10.tgz#6a4cec49f48bc90524717ca11a5ea8e58346a4bd" - integrity sha512-rHH0cJuXisz6Ju8YvQxDujDuOBJ2IyRswRdVYa634HX7Jnb7cV8uOaXINIAfNPeyCegQojZiXt1gm8j1qI3oWg== +gatsby@^2.32.11: + version "2.32.11" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.32.11.tgz#2f4fdf5b8a007e5a3596107992388e6c4d1de4c7" + integrity sha512-y1L/WB6bEsbtr3cThykVG+ynParU6ndIQW5TWTvfajsBGSOpi8kcU5LNjIM4VWb1JzgHdzUM6kALII6+bRqZew== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.12.3"