From 3e55fd3d79d2c5f8ac632502dd0c09f77b8b1683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 09:15:24 -0500 Subject: build(deps): bump gatsby from 5.12.9 to 5.12.11 (#309) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.12.9 to 5.12.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@5.12.9...gatsby@5.12.11) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... 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 9d6cf1f..2b3da76 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^2.1.4", - "gatsby": "5.12.9", + "gatsby": "5.12.11", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.12.3", "gatsby-plugin-manifest": "5.12.3", -- cgit