From 661040f8ec4621c4f409bac02be48ba1d0cc5fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 17:04:21 +0000 Subject: [PATCH] chore(deps): bump gatsby from 5.16.0 to 5.16.1 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.16.0 to 5.16.1. - [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.16.0...gatsby@5.16.1) --- updated-dependencies: - dependency-name: gatsby dependency-version: 5.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 53415e6..09810c9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Eric Hartline ", "dependencies": { - "gatsby": "^5.16.0", + "gatsby": "^5.16.1", "react": "^18.3.1", "react-dom": "^18.3.1", "smooth-doc": "^6.1.0" diff --git a/yarn.lock b/yarn.lock index 555352a..c1fb71a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7990,7 +7990,7 @@ gatsby-page-utils@^3.16.0: lodash "^4.17.21" micromatch "^4.0.5" -gatsby-parcel-config@^1.16.0: +gatsby-parcel-config@1.16.0: version "1.16.0" resolved "https://registry.yarnpkg.com/gatsby-parcel-config/-/gatsby-parcel-config-1.16.0.tgz#c7a3a15a5e705e55962510c670f04b77418e7162" integrity sha512-hc9usoJm/Tr/hS66gxl/gMIJxp+Z9W+YvtiEab3VlZJYaIgK/XysH7p65C/CMAL0qgMnIr8Imwsz+63+MkN/Kg== @@ -8302,10 +8302,10 @@ gatsby-worker@^2.16.0: fs-extra "^11.2.0" signal-exit "^3.0.7" -gatsby@^5.16.0: - version "5.16.0" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.16.0.tgz#14293cabb81e400f5fa576d20a7afe297573fc37" - integrity sha512-xVzKmYvi2UFvwmHvkW0mBW6wirMtqoenTw9aLFVWDTSvyJycka70yNk4dnaaKSJ7TwpVStYZ/Z2J5Pc1ROgJqQ== +gatsby@^5.16.1: + version "5.16.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.16.1.tgz#7851b2cba91f3549eaba3cdc06ad3b939f89bb59" + integrity sha512-SwwQQBM2F9ze7jI2tlZzw1spppL036x8TQ9+/0MaRlGlc7qVaUYm1jUvaH4Nge0ck4tS9VFwB0MROBxlNed+WQ== dependencies: "@babel/code-frame" "^7.18.6" "@babel/core" "^7.20.12" @@ -8394,7 +8394,7 @@ gatsby@^5.16.0: gatsby-legacy-polyfills "^3.16.0" gatsby-link "^5.16.0" gatsby-page-utils "^3.16.0" - gatsby-parcel-config "^1.16.0" + gatsby-parcel-config "1.16.0" gatsby-plugin-page-creator "^5.16.0" gatsby-plugin-typescript "^5.16.0" gatsby-plugin-utils "^4.16.0"