Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps the website-production-dependencies group in /website with 15 updates:

Package From To
framer-motion 10.16.4 10.18.0
gatsby 5.12.4 5.15.0
gatsby-plugin-google-gtag 5.12.0 5.15.0
gatsby-plugin-image 3.12.0 3.15.0
gatsby-plugin-manifest 5.12.0 5.15.0
gatsby-plugin-sharp 5.12.0 5.15.0
gatsby-plugin-sitemap 6.12.0 6.15.0
gatsby-plugin-styled-components 6.12.0 6.15.0
gatsby-source-filesystem 5.12.0 5.15.0
gatsby-transformer-remark 6.12.0 6.15.0
gatsby-transformer-sharp 5.12.0 5.15.0
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
react-intersection-observer 9.5.2 9.16.0
react-scroll 1.8.9 1.9.3

Updates framer-motion from 10.16.4 to 10.18.0

Changelog

Sourced from framer-motion's changelog.

[10.18.0] 2024-01-10

Added

  • globalTapTarget for use in Framer.

[10.17.12] 2024-01-09

Fixed

  • Fixed animate sequencing for MotionValues.

[10.17.11] 2024-01-09

Fixed

  • Fixed layout prop crashing Motion 3D.

[10.17.10] 2024-01-05

Fixed

  • Export UseInViewOptions.

[10.17.9] 2024-01-05

Fixed

  • Improve error message when trying to animate multiple keyframes via spring.

[10.17.8] 2024-01-05

Fixed

  • Adding null safeguard for useAnimationControls.

[10.17.7] 2024-01-05

Fixed

  • Fix touch event filtering for hover gesture.

[10.17.6] 2024-01-04

Fixed

  • Ensure cancelled WAAPI animations can't finish.

[10.17.5] 2024-01-04

... (truncated)

Commits

Updates gatsby from 5.12.4 to 5.15.0

Release notes

Sourced from gatsby's releases.

[email protected]

What's Changed

Node.js 22

This release formally introduces Node.js 22 support, which is officially tested and supported going forward.

If you wish to use Node.js 22 with Gatsby, we highly recommend using the latest 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.

⚠️ Known Issue: gatsby develop fails with Node.js 22.7.0, 22.8.0, and 22.9.0

There is a critical bug in Node.js (nodejs/node#55145?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes gatsby develop to fail with the error reported in gatsbyjs/gatsby#39068.

👉🏼 To avoid this, use Node.js 22.10.0 or later. (You can also use 22.6.0 or earlier.)

⚠️ Known Issue: Page loads may hang in dev with experimental DEV_SSR enabled and Node.js ≥22.14.0 (or ≥20.19.0)

This will not affect most users.

A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the gatsby develop dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental DEV_SSR flag.

👉🏼 To avoid this, disable the experimental DEV_SSR flag. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)

New Contributors

Thank you!

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.15.0

[email protected]

2025-08-06

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.6

[email protected]

2025-06-19

... (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-google-gtag from 5.12.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-google-gtag's releases.

[email protected]

What's Changed

Node.js 22

This release formally introduces Node.js 22 support, which is officially tested and supported going forward.

If you wish to use Node.js 22 with Gatsby, we highly recommend using the latest 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.

⚠️ Known Issue: gatsby develop fails with Node.js 22.7.0, 22.8.0, and 22.9.0

There is a critical bug in Node.js (nodejs/node#55145?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes gatsby develop to fail with the error reported in gatsbyjs/gatsby#39068.

👉🏼 To avoid this, use Node.js 22.10.0 or later. (You can also use 22.6.0 or earlier.)

⚠️ Known Issue: Page loads may hang in dev with experimental DEV_SSR enabled and Node.js ≥22.14.0 (or ≥20.19.0)

This will not affect most users.

A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the gatsby develop dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental DEV_SSR flag.

👉🏼 To avoid this, disable the experimental DEV_SSR flag. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)

New Contributors

Thank you!

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.15.0

[email protected]

2025-08-06

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.6

[email protected]

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-google-gtag's changelog.

5.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-gtag

5.14.0 (2024-11-06)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-gtag

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-google-gtag

5.13.0 (2023-12-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-gtag

5.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-google-gtag

5.12.2 (2023-10-20)

Note: Version bump only for package gatsby-plugin-google-gtag

5.12.1 (2023-10-09)

Note: Version bump only for package gatsby-plugin-google-gtag

Commits
Maintainer changes

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


Updates gatsby-plugin-image from 3.12.0 to 3.15.0

Release notes

Sourced from gatsby-plugin-image's releases.

v3.14 (September 2021 #1)

Welcome to [email protected] release (September 2021 #1)

This is the final minor release for gatsby v3. Gatsby v4 beta is already published behind the next npm tag and the next stable release will be [email protected]. See what's inside!

We will keep publishing patches for 3.14.x with hotfixes until 4.0.0 stable is published and at least several weeks after.

Key highlights of this release:

Also, check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v3.13 (August 2021 #3)

Welcome to [email protected] release (August 2021 #3)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

Changelog

Sourced from gatsby-plugin-image's changelog.

3.15.0 (2025-08-27)

🧾 Release notes

Bug Fixes

3.14.0 (2024-11-06)

🧾 Release notes

Bug Fixes

3.13.1 (2024-01-23)

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

3.13.0 (2023-12-18)

🧾 Release notes

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

3.12.3 (2023-10-26)

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

3.12.2 (2023-10-20)

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

3.12.1 (2023-10-09)

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

Commits
Maintainer changes

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


Updates gatsby-plugin-manifest from 5.12.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-manifest's releases.

[email protected]

What's Changed

Node.js 22

This release formally introduces Node.js 22 support, which is officially tested and supported going forward.

If you wish to use Node.js 22 with Gatsby, we highly recommend using the latest 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.

⚠️ Known Issue: gatsby develop fails with Node.js 22.7.0, 22.8.0, and 22.9.0

There is a critical bug in Node.js (nodejs/node#55145?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes gatsby develop to fail with the error reported in gatsbyjs/gatsby#39068.

👉🏼 To avoid this, use Node.js 22.10.0 or later. (You can also use 22.6.0 or earlier.)

⚠️ Known Issue: Page loads may hang in dev with experimental DEV_SSR enabled and Node.js ≥22.14.0 (or ≥20.19.0)

This will not affect most users.

A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the gatsby develop dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental DEV_SSR flag.

👉🏼 To avoid this, disable the experimental DEV_SSR flag. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)

New Contributors

Thank you!

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.15.0

[email protected]

2025-08-06

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.6

[email protected]

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-manifest's changelog.

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

Commits
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-sharp from 5.12.0 to 5.15.0

Release notes

Sourced from gatsby-plugin-sharp's releases.

[email protected]

What's Changed

Node.js 22

This release formally introduces Node.js 22 support, which is officially tested and supported going forward.

If you wish to use Node.js 22 with Gatsby, we highly recommend using the latest 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.

⚠️ Known Issue: gatsby develop fails with Node.js 22.7.0, 22.8.0, and 22.9.0

There is a critical bug in Node.js (nodejs/node#55145?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes gatsby develop to fail with the error reported in gatsbyjs/gatsby#39068.

👉🏼 To avoid this, use Node.js 22.10.0 or later. (You can also use 22.6.0 or earlier.)

⚠️ Known Issue: Page loads may hang in dev with experimental DEV_SSR enabled and Node.js ≥22.14.0 (or ≥20.19.0)

This will not affect most users.

A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the gatsby develop dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental DEV_SSR flag.

👉🏼 To avoid this, disable the experimental DEV_SSR flag. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)

New Contributors

Thank you!

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.15.0

[email protected]

2025-08-06

What's Changed

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.6

[email protected]

2025-06-19

... (truncated)

Changelog

Sourced from gatsby-plugin-sharp's changelog.

5.15.0 (2025-08-27)

🧾 Release notes

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

5.14.0 (2024-11-06)

🧾 Release notes

Bug Fixes

  • update dependency fs-extra to ^11.2.0 #38727 (cb33fe5)
  • update dependency async to ^3.2.5 for gatsby-plugin-sharp #38721 (a30811a)

5.13.1 (2024-01-23)

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

5.13.0 (2023-12-18)

🧾 Release notes

Chores

5.12.3 (2023-10-26)

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

5.12.2 (2023-10-20)

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

5.12.1 (2023-10-09)

Chores

Commits
Maintainer changes

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


Updates gatsby-plugin-sitemap from 6.12.0 to 6.15.0

Release notes

Sourced from gatsby-plugin-sitemap's releases.

[email protected] and 6 more...

2024-08-26

Updated packages

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

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

6.14.0 (2024-11-06)

🧾 Release notes

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

6.13.1 (2024-01-23)

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

6.13.0 (2023-12-18)

🧾 Release notes

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

6.12.3 (2023-10-26)

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

6.12.2 (2023-10-20)

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

6.12.1 (2023-10-09)

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

Commits
Maintainer changes

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


Updates gatsby-plugin-styled-components from 6.12.0 to 6.15.0

Release notes

Sourced from gatsby-plugin-styled-components's releases.

[email protected] and 6 more...

2024-08-26

Updated packages

What's Changed

See full release notes: gatsbyjs/gatsby#39070

Changelog

Sourced from gatsby-plugin-styled-components's changelog.

6.15.0 (2025-08-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

6.14.0 (2024-11-06)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

6.13.1 (2024-01-23)

Note: Version bump only for package gatsby-plugin-styled-components

6.13.0 (2023-12-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

Commits
Maintainer changes

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


Updates gatsby-source-filesystem from 5.12.0 to 5.15.0

Release notes

Sourced from gatsby-source-filesystem's releases.

[email protected]

What's Changed

Node.js 22

This release formally introduces Node.js 22 support, which is officially tested and supported going forward.

If you wish to use Node.js 22 with Gatsby, we highly recommend using the latest 22.x release, as there are known issues with some older 22.x versions that Gatsby is unable to work around at this time.

⚠️ Known Issue: gatsby develop fails with Node.js 22.7.0, 22.8.0, and 22.9.0

There is a critical bug in Node.js (nodejs/node#55145?) affecting versions 22.7.0, 22.8.0, and 22.9.0 that causes gatsby develop to fail with the error reported in gatsbyjs/gatsby#39068.

👉🏼 To avoid this, use Node.js 22.10.0 or later. (You can also use 22.6.0 or earlier.)

⚠️ Known Issue: Page loads may hang in dev with experimental DEV_SSR enabled and Node.js ≥22.14.0 (or ≥20.19.0)

This will not affect most users.

A change landed in Node.js 20.19.0 and 22.14.0 results in requests to the gatsby develop dev server to occasionally hang for 15 seconds. This can only occur if you have opted in to the experimental DEV_SSR flag.

👉🏼 To avoid this, disable the experimental DEV_SSR flag. (You can also downgrade to Node.js 22.13.1 or earlier, 20.18.3 or earlier, or 18.x.)

New Contributors

Thank you!

Full Changelog: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.15.0

[email protected]

2025-08-06

What's Changed

...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 15, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 15, 2025
Bumps the website-production-dependencies group in /website with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [framer-motion](https://github.com/motiondivision/motion) | `10.16.4` | `10.18.0` |
| [gatsby](https://github.com/gatsbyjs/gatsby) | `5.12.4` | `5.15.0` |
| [gatsby-plugin-google-gtag](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-gtag) | `5.12.0` | `5.15.0` |
| [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) | `3.12.0` | `3.15.0` |
| [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) | `5.12.0` | `5.15.0` |
| [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) | `5.12.0` | `5.15.0` |
| [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) | `6.12.0` | `6.15.0` |
| [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) | `6.12.0` | `6.15.0` |
| [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) | `5.12.0` | `5.15.0` |
| [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) | `6.12.0` | `6.15.0` |
| [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) | `5.12.0` | `5.15.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.5.2` | `9.16.0` |
| [react-scroll](https://github.com/fisshy/react-scroll) | `1.8.9` | `1.9.3` |


Updates `framer-motion` from 10.16.4 to 10.18.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v10.16.4...v10.18.0)

Updates `gatsby` from 5.12.4 to 5.15.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/[email protected]@5.15.0)

Updates `gatsby-plugin-google-gtag` from 5.12.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-gtag/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-google-gtag)

Updates `gatsby-plugin-image` from 3.12.0 to 3.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-image)

Updates `gatsby-plugin-manifest` from 5.12.0 to 5.15.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/[email protected]/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-sharp` from 5.12.0 to 5.15.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/[email protected]/packages/gatsby-plugin-sharp)

Updates `gatsby-plugin-sitemap` from 6.12.0 to 6.15.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/[email protected]/packages/gatsby-plugin-sitemap)

Updates `gatsby-plugin-styled-components` from 6.12.0 to 6.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-styled-components)

Updates `gatsby-source-filesystem` from 5.12.0 to 5.15.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/[email protected]/packages/gatsby-source-filesystem)

Updates `gatsby-transformer-remark` from 6.12.0 to 6.15.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/[email protected]/packages/gatsby-transformer-remark)

Updates `gatsby-transformer-sharp` from 5.12.0 to 5.15.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-transformer-sharp)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `react-intersection-observer` from 9.5.2 to 9.16.0
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.5.2...v9.16.0)

Updates `react-scroll` from 1.8.9 to 1.9.3
- [Changelog](https://github.com/fisshy/react-scroll/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fisshy/react-scroll/commits)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 10.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-google-gtag
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-image
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-manifest
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-sharp
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-sitemap
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-plugin-styled-components
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-source-filesystem
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-transformer-remark
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: gatsby-transformer-sharp
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: react
  dependency-version: 18.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: react-dom
  dependency-version: 18.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: react-intersection-observer
  dependency-version: 9.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
- dependency-name: react-scroll
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the e342dependabot/npm_and_yarn/website/website-production-dependencies-0a89f5093c branch from 2f35533 to ab986a9 Compare November 10, 2025 17:49
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

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant