From 351c5e56b6af2d10c03ac89c4ad6c316aabd5729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:31:36 -0500 Subject: Bump gatsby from 5.3.2 to 5.3.3 (#49) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.3.2 to 5.3.3. - [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.3.2...gatsby@5.3.3) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 84d6b79..a56d4fb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^2.0.7", - "gatsby": "5.3.2", + "gatsby": "5.3.3", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.3.2", "gatsby-plugin-manifest": "5.3.1", -- cgit