Skip to content

build(deps): Bump axios, gatsby, gatsby-plugin-canonical-urls, gatsby-plugin-catch-links, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-plugin-sharp, gatsby-plugin-sitemap, gatsby-plugin-typescript, gatsby-remark-autolink-headers, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-source-filesystem, gatsby-transformer-remark, gatsby-transformer-yaml and babel-plugin-remove-graphql-queries#17

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-2391a95b90

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps axios to 1.13.5 and updates ancestor dependencies axios, gatsby, gatsby-plugin-canonical-urls, gatsby-plugin-catch-links, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-plugin-sharp, gatsby-plugin-sitemap, gatsby-plugin-typescript, gatsby-remark-autolink-headers, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-source-filesystem, gatsby-transformer-remark, gatsby-transformer-yaml and babel-plugin-remove-graphql-queries. These dependencies need to be updated together.

Updates axios from 0.21.4 to 1.13.5

Release notes

Sourced from axios's releases.

v1.13.5

Release 1.13.5

Highlights

  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #7368)

Changes

Security

  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #7369)

Fixes

  • Fix/5657. (PR #7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #7368)

Features / Improvements

  • Add input validation to isAbsoluteURL. (PR #7326)
  • Refactor: bump minor package versions. (PR #7356)

Documentation

  • Clarify object-check comment. (PR #7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #7371)

CI / Maintenance

  • Chore: fix issues with YAML. (PR #7355)
  • CI: update workflow YAMLs. (PR #7372)
  • CI: fix run condition. (PR #7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #7360)
  • Chore(release): prepare release 1.13.5. (PR #7379)

New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

v1.13.4

Overview

The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.

Full Changelog: v1.13.3...v1.13.4

What's New in v1.13.4

Bug Fixes

  • fix: issues with version 1.13.3 (#7352) (ee90dfc)
    • Fixed issues discovered in v1.13.3 release

... (truncated)

Commits
  • 29f7542 chore(release): prepare release 1.13.5 (#7379)
  • 431c3a3 ci: fix run condition (#7373)
  • 9ff3a78 ci: update ymls (#7372)
  • 265b712 docs: fix deprecated Buffer constructor and formatting issues in README (#7371)
  • 475e75a feat: add input validation to isAbsoluteURL (#7326)
  • 28c7215 fix: Denial of Service via proto Key in mergeConfig (#7369)
  • 04cf019 docs: clarify object check comment (#7323)
  • 696fa75 fix: status is missing in AxiosError on and after v1.13.3 (#7368)
  • 569f028 fix: added a option to choose between legacy and the new request/response int...
  • 44b7c9f chore(deps-dev): bump karma-sourcemap-loader (#7360)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.


Updates gatsby from 3.14.6 to 5.16.0

Release notes

Sourced from gatsby's releases.

gatsby@5.16.0

What's Changed

React 19

[!NOTE] 🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: gatsbyjs/gatsby#39306

Upgrade Guide

[!WARNING] Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP] If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.

New features

Gatsby now supports React 19's new root error callbacks.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by serhalp-netlify, a new releaser for gatsby since your current version.


Updates gatsby-plugin-canonical-urls from 3.14.0 to 5.16.0

Release notes

Sourced from gatsby-plugin-canonical-urls's releases.

gatsby@5.16.0

What's Changed

React 19

[!NOTE] 🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: gatsbyjs/gatsby#39306

Upgrade Guide

[!WARNING] Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP] If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.

New features

Gatsby now supports React 19's new root error callbacks.

... (truncated)

Changelog

Sourced from gatsby-plugin-canonical-urls's changelog.

5.16.0 (2026-01-26)

🧾 Release notes

Bug Fixes

Other Changes

  • Revert "chore(release): Publish next pre-minor" (3539ec8)

5.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.14.0 (2024-11-06)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-canonical-urls

5.13.0 (2023-12-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.12.0 (2023-08-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.10.0 (2023-05-16)

🧾 Release notes

... (truncated)

Commits
  • 92d6c67 chore(release): Publish
  • 3539ec8 Revert "chore(release): Publish next pre-minor"
  • c355640 fix: use more explicit node.js version range (#39398)
  • aea34d8 chore(release): Publish next pre-minor
  • c03a920 chore(changelogs): update changelogs (#39364)
  • 32f2d1e chore(release): Publish next pre-minor
  • 17baffb chore(release): Publish next pre-minor
  • 5f44fcd chore(changelogs): update changelogs (#39156)
  • 2c75bc5 chore(changelogs): update changelogs (#38821)
  • 94b2482 chore(release): Publish next
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-canonical-urls since your current version.


Updates gatsby-plugin-catch-links from 3.14.0 to 5.16.0

Release notes

Sourced from gatsby-plugin-catch-links's releases.

gatsby@5.16.0

What's Changed

React 19

[!NOTE] 🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: gatsbyjs/gatsby#39306

Upgrade Guide

[!WARNING] Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP] If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.

New features

Gatsby now supports React 19's new root error callbacks.

... (truncated)

Changelog

Sourced from gatsby-plugin-catch-links's changelog.

5.16.0 (2026-01-26)

🧾 Release notes

Bug Fixes

Other Changes

  • Revert "chore(release): Publish next pre-minor" (3539ec8)

5.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

5.14.0 (2024-11-06)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-catch-links

5.13.0 (2023-12-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

5.12.0 (2023-08-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

5.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-catch-links

5.10.0 (2023-05-16)

🧾 Release notes

... (truncated)

Commits
  • 92d6c67 chore(release): Publish
  • 3539ec8 Revert "chore(release): Publish next pre-minor"
  • c355640 fix: use more explicit node.js version range (#39398)
  • aea34d8 chore(release): Publish next pre-minor
  • c03a920 chore(changelogs): update changelogs (#39364)
  • 32f2d1e chore(release): Publish next pre-minor
  • 17baffb chore(release): Publish next pre-minor
  • 5f44fcd chore(changelogs): update changelogs (#39156)
  • 2c75bc5 chore(changelogs): update changelogs (#38821)
  • 94b2482 chore(release): Publish next
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-catch-links since your current version.


Updates gatsby-plugin-manifest from 3.14.0 to 5.16.0

Release notes

Sourced from gatsby-plugin-manifest's releases.

gatsby@5.16.0

What's Changed

React 19

[!NOTE] 🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: gatsbyjs/gatsby#39306

Upgrade Guide

[!WARNING] Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP] If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.

New features

Gatsby now supports React 19's new root error callbacks.

... (truncated)

Changelog

Sourced from gatsby-plugin-manifest's changelog.

5.16.0 (2026-01-26)

🧾 Release notes

Bug Fixes

Other Changes

  • Revert "chore(release): Publish next pre-minor" (3539ec8)

5.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.14.0 (2024-11-06)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-manifest

5.13.0 (2023-12-18)

🧾 Release notes

Chores

5.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-manifest

5.12.2 (2023-10-20)

Note: Version bump only for package gatsby-plugin-manifest

5.12.1 (2023-10-09)

Chores

... (truncated)

Commits
  • 92d6c67 chore(release): Publish
  • 3539ec8 Revert "chore(release): Publish next pre-minor"
  • c355640 fix: use more explicit node.js version range (#39398)
  • aea34d8 chore(release): Publish next pre-minor
  • c03a920 chore(changelogs): update changelogs (#39364)
  • 32f2d1e chore(release): Publish next pre-minor
  • 17baffb chore(release): Publish next pre-minor
  • 5f44fcd chore(changelogs): update changelogs (#39156)
  • 2c75bc5 chore(changelogs): update changelogs (#38821)
  • 94b2482 chore(release): Publish next
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-manifest since your current version.


Updates gatsby-plugin-offline from 4.14.0 to 6.16.0

Release notes

Sourced from gatsby-plugin-offline's releases.

gatsby@5.16.0

What's Changed

React 19

[!NOTE] 🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: gatsbyjs/gatsby#39306

Upgrade Guide

[!WARNING] Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP] If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.

New features

Gatsby now supports React 19's new root error callbacks.

... (truncated)

Changelog

Sourced from gatsby-plugin-offline's changelog.

6.16.0 (2026-01-26)

🧾 Release notes

Features

Bug Fixes

Other Changes

  • Revert "chore(release): Publish next pre-minor" (3539ec8)

6.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-offline

6.14.0 (2024-11-06)

🧾 Release notes

Bug Fixes

6.13.3 (2024-08-26)

Bug Fixes

6.13.2 (2024-04-10)

Bug Fixes

6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-offline

6.13.0 (2023-12-18)

🧾 Release notes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-offline since your current version.


Updates gatsby-plugin-react-helmet from 4.14.0 to 6.16.0

Release notes

Sourced from gatsby-plugin-react-helmet's releases.

gatsby@5.16.0

What's Changed

React 19

[!NOTE] 🔐 As of January 26 2026, none of the React 19 security vulnerabilities affect Gatsby.

🚀 React 19 is here!

React 19 is now officially supported by Gatsby and all gatsby- packages maintained by the Gatsby team.

This is not a breaking change. You can safely upgrade to this release while staying on React 18.

All packages' peer dependencies on react and react-dom have been extended from ^18.0.0 to ^18.0.0 || ^19.0.0.

All existing stable Gatsby functionality is intended to now work with React 19.

PR: gatsbyjs/gatsby#39306

Upgrade Guide

[!WARNING] Community plugins may not have been updated yet to support React 19, so please check their repository for the current status. All plugins managed by the Gatsby team (in the gatsbyjs/gatsby repository) have been updated.

To upgrade to React 19, first upgrade gatsby and all your dependencies that start with gatsby- to the latest version. (Check out this guide if you need help with that.)

[!TIP] If you use npm 7 or higher you’ll want to use the --legacy-peer-deps option. For example, if you use gatsby and gatsby-plugin-postcss:

npm install --legacy-peer-deps gatsby@latest gatsby-plugin-postcss@latest

Then, follow the React 19 upgrade guide. No other changes are required.

Please note:

  • Some new React 19 features may not be available yet via Gatsby.
  • Gatsby Partial Hydration, an experimental feature for three years now, is known to be incompatible with React 19 at this time. If you rely on this feature, do not upgrade to React 19.

New features

Gatsby now supports React 19's new root error callbacks.

... (truncated)

Changelog

Sourced from gatsby-plugin-react-helmet's changelog.

6.16.0 (2026-01-26)

🧾 Release notes

Bug Fixes

Other Changes

  • Revert "chore(release): Publish next pre-minor" (3539ec8)

6.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.14.0 (2024-11-06)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-react-helmet

6.13.0 (2023-12-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.12.0 (2023-08-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.10.0 (2023-05-16)

🧾 Release notes

... (truncated)

Commits
  • 92d6c67 chore(release): Publish
  • 3539ec8 Revert "chore(release): Publish next pre-minor"
  • c355640 fix: use more explicit node.js version range (#39398)
  • aea34d8 chore(release): Publish next pre-minor
  • c03a920 chore(changelogs): update changelogs (#39364)
  • 32f2d1e chore(release): Publish next pre-minor
  • 17baffb chore(release): Publish next pre-minor
  • 5f44fcd chore(changelogs): update changelogs (#39156)
  • 2c75bc5 chore(changelogs): update...

    Description has been truncated

…-plugin-catch-links, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-plugin-sharp, gatsby-plugin-sitemap, gatsby-plugin-typescript, gatsby-remark-autolink-headers, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-source-filesystem, gatsby-transformer-remark, gatsby-transformer-yaml and babel-plugin-remove-graphql-queries

Bumps [axios](https://github.com/axios/axios) to 1.13.5 and updates ancestor dependencies [axios](https://github.com/axios/axios), [gatsby](https://github.com/gatsbyjs/gatsby), [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls), [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links), [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest), [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline), [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet), [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass), [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp), [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap), [gatsby-plugin-typescript](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typescript), [gatsby-remark-autolink-headers](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-autolink-headers), [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files), [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images), [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs), [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem), [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark), [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) and [babel-plugin-remove-graphql-queries](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-plugin-remove-graphql-queries). These dependencies need to be updated together.


Updates `axios` from 0.21.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.13.5)

Updates `gatsby` from 3.14.6 to 5.16.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.14.6...gatsby@5.16.0)

Updates `gatsby-plugin-canonical-urls` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.16.0/packages/gatsby-plugin-canonical-urls)

Updates `gatsby-plugin-catch-links` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.16.0/packages/gatsby-plugin-catch-links)

Updates `gatsby-plugin-manifest` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.16.0/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-offline` from 4.14.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.16.0/packages/gatsby-plugin-offline)

Updates `gatsby-plugin-react-helmet` from 4.14.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.16.0/packages/gatsby-plugin-react-helmet)

Updates `gatsby-plugin-sass` from 4.14.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.16.0/packages/gatsby-plugin-sass)

Updates `gatsby-plugin-sharp` from 3.14.3 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.16.0/packages/gatsby-plugin-sharp)

Updates `gatsby-plugin-sitemap` from 4.10.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.16.0/packages/gatsby-plugin-sitemap)

Updates `gatsby-plugin-typescript` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typescript/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.16.0/packages/gatsby-plugin-typescript)

Updates `gatsby-remark-autolink-headers` from 4.11.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-autolink-headers/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.16.0/packages/gatsby-remark-autolink-headers)

Updates `gatsby-remark-copy-linked-files` from 4.11.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-copy-linked-files/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.16.0/packages/gatsby-remark-copy-linked-files)

Updates `gatsby-remark-images` from 5.11.0 to 7.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.16.0/packages/gatsby-remark-images)

Updates `gatsby-remark-prismjs` from 5.11.0 to 7.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.16.0/packages/gatsby-remark-prismjs)

Updates `gatsby-source-filesystem` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.16.0/packages/gatsby-source-filesystem)

Updates `gatsby-transformer-remark` from 4.11.0 to 6.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.16.0/packages/gatsby-transformer-remark)

Updates `gatsby-transformer-yaml` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.16.0/packages/gatsby-transformer-yaml)

Updates `babel-plugin-remove-graphql-queries` from 3.14.0 to 5.16.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.16.0/packages/babel-plugin-remove-graphql-queries)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: indirect
- dependency-name: gatsby
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-canonical-urls
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-catch-links
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-manifest
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-offline
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-react-helmet
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sass
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sharp
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sitemap
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-plugin-typescript
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-remark-autolink-headers
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-remark-copy-linked-files
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-remark-images
  dependency-version: 7.16.0
  dependency-type: direct:production
- dependency-name: gatsby-remark-prismjs
  dependency-version: 7.16.0
  dependency-type: direct:production
- dependency-name: gatsby-source-filesystem
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: gatsby-transformer-remark
  dependency-version: 6.16.0
  dependency-type: direct:production
- dependency-name: gatsby-transformer-yaml
  dependency-version: 5.16.0
  dependency-type: direct:production
- dependency-name: babel-plugin-remove-graphql-queries
  dependency-version: 5.16.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants