From 685f90edda0b2a1ec7600c20c0d6cb680b855aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 19:54:36 +0000 Subject: [PATCH] chore(deps): bump gatsby from 3.15.0 to 5.6.0 in /example Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.15.0 to 5.6.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@3.15.0...gatsby@5.6.0) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index b5fe4d1..77f8fe5 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "start": "gatsby serve" }, "dependencies": { - "gatsby": "^3.3.1", + "gatsby": "^5.6.0", "gatsby-theme-code-notes": "*", "react": "^17.0.2", "react-dom": "^17.0.2"