From 065bdf5c2bed9507845c4466a748377ed1a796f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 17:31:55 +0000 Subject: [PATCH] fix(deps): update all dependencies to ^3.3.1 (#173) Co-authored-by: Renovate Bot --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b7b83c59..9700a023 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "axios": "^0.21.0", "date-fns": "^2.21.1", "deepmerge": "^4.2.2", - "gatsby": "^3.3.0", + "gatsby": "^3.3.1", "gatsby-image": "^3.3.0", "gatsby-plugin-material-ui": "^3.0.1", "gatsby-plugin-matomo": "^0.9.0", "gatsby-plugin-mdx": "^2.3.0", "gatsby-plugin-offline": "latest", "gatsby-plugin-react-helmet": "latest", - "gatsby-plugin-sharp": "^3.3.0", + "gatsby-plugin-sharp": "^3.3.1", "gatsby-plugin-typescript": "latest", "gatsby-remark-autolink-headers": "^4.0.0", "gatsby-source-filesystem": "^3.3.0", diff --git a/yarn.lock b/yarn.lock index 30afa885..a0968695 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6581,10 +6581,10 @@ gatsby-plugin-react-helmet@latest: dependencies: "@babel/runtime" "^7.12.5" -gatsby-plugin-sharp@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.3.0.tgz#e6992c1a8175031edad3c2ea6c831e4a4de27771" - integrity sha512-56jRS02/Ir4t4AZ3sGNi+Ia+MVKui3IC7X9vSyrptf7jvOM8Ckc9JLqubjy2KG6+UYsXuOPcZVtn6l4mmTqnuQ== +gatsby-plugin-sharp@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.3.1.tgz#103c967ba23789a522ffedbb42920f181834e6b0" + integrity sha512-mwY9L/9PiLQuNmKNAx2H1OaMHYqBhePxa80yI4gW3RzUl4gsKIDLS+UonmQVogVg+LFhaEMwZ8tiQ6tM+8RZjg== dependencies: "@babel/runtime" "^7.12.5" async "^3.2.0" @@ -6789,10 +6789,10 @@ gatsby-transformer-sharp@^3.3.0: semver "^7.3.4" sharp "^0.28.0" -gatsby@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.3.0.tgz#815884c669f15b50191509ec8c178e5eab47e633" - integrity sha512-u9C7ER0Jz89BtjFtbuiCmsZmlKagr6we8GaARgkCpdi9csKpsTq7JBqZcOglKI4qx6iMKMIu0h9FwdBjPSYKng== +gatsby@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.3.1.tgz#6e4720c48f155f5abb947fb7d2cfda3b091ae1e0" + integrity sha512-Eprejb4317ZYFZXYdXErYGcOZuscXIln5v0JTPFbXtejrM+MMr7qa3GF8NztyOH3alpqAMXm6LyHDMf9oQpLSA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.12.3"