From 3bf4b5415e44b5a675be546fc842a53c33a70426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 08:26:30 -0400 Subject: Bump gatsby from 5.8.1 to 5.9.0 (#150) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.8.1 to 5.9.0. - [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@5.8.1...gatsby@5.9.0) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2a74c8b..293bdc8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^2.1.1", - "gatsby": "5.8.1", + "gatsby": "5.9.0", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.8.0", "gatsby-plugin-manifest": "5.9.0", -- cgit