Skip to content

deps: bump the all-dependencies group with 16 updates #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the all-dependencies group with 16 updates:

Package From To
fastify 5.2.2 5.3.0
@swc/core 1.11.20 1.11.21
@types/node 22.14.0 22.14.1
@emnapi/core 1.4.0 1.4.1
@emnapi/runtime 1.4.0 1.4.1
@swc/core-darwin-arm64 1.11.20 1.11.21
@swc/core-darwin-x64 1.11.20 1.11.21
@swc/core-linux-arm-gnueabihf 1.11.20 1.11.21
@swc/core-linux-arm64-gnu 1.11.20 1.11.21
@swc/core-linux-arm64-musl 1.11.20 1.11.21
@swc/core-linux-x64-gnu 1.11.20 1.11.21
@swc/core-linux-x64-musl 1.11.20 1.11.21
@swc/core-win32-arm64-msvc 1.11.20 1.11.21
@swc/core-win32-ia32-msvc 1.11.20 1.11.21
@swc/core-win32-x64-msvc 1.11.20 1.11.21
secure-json-parse 3.0.2 4.0.0

Updates fastify from 5.2.2 to 5.3.0

Release notes

Sourced from fastify's releases.

v5.3.0

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.2.2...v5.3.0

Commits

Updates @swc/core from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @types/node from 22.14.0 to 22.14.1

Commits

Updates @emnapi/core from 1.4.0 to 1.4.1

Release notes

Sourced from @​emnapi/core's releases.

v1.4.1

What's Changed

  • add checks for message channel usage in web runtime by @​gvkhna in #142

New Contributors

Full Changelog: toyobayashi/emnapi@v1.4.0...v1.4.1

Commits

Updates @emnapi/runtime from 1.4.0 to 1.4.1

Release notes

Sourced from @​emnapi/runtime's releases.

v1.4.1

What's Changed

  • add checks for message channel usage in web runtime by @​gvkhna in #142

New Contributors

Full Changelog: toyobayashi/emnapi@v1.4.0...v1.4.1

Commits

Updates @swc/core-darwin-arm64 from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-darwin-x64's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm-gnueabihf from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-linux-arm-gnueabihf's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-linux-arm64-gnu's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-musl from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-linux-arm64-musl's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-musl from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-linux-x64-musl's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-win32-arm64-msvc from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-win32-arm64-msvc's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publish 1.11.21 with swc_core v22.3.1
  • 3fdc22c chore: Publish 1.11.21-nightly-20250414.2 with swc_core v22.3.1
  • 70e6527 chore: Publish crates with swc_core v22.3.1
  • 12e60c6 chore: Update changelog
  • 9b3098f chore: Publish 1.11.21-nightly-20250414.1 with swc_core v22.3.0
  • 787d5fa chore: Publish crates with swc_core v22.3.0
  • e12ae1c perf(es/parser): Use arrayvec and unsafe push to optimize escaped string ...
  • 68f7667 perf(es/parser): Replace byte arguments with generics (#10370)
  • a2d3596 perf(es/parser): Use bitflags to reduce parser context size (#10367)
  • d3fb992 fix(es/helpers): Sync tslib _ts_generator implementation (#10366)
  • Additional commits viewable in compare view

Updates @swc/core-win32-ia32-msvc from 1.11.20 to 1.11.21

Changelog

Sourced from @​swc/core-win32-ia32-msvc's changelog.

[1.11.21] - 2025-04-14

Bug Fixes

  • (es/helpers) Sync tslib _ts_generator implementation (#10366) (d3fb992)

  • (es/proposal) Fix scope of declarations for explicit-resource-management (#10362) (eb7f7e9)

  • (ts/fast-strip) Increase Wasm stack size (#10359) (6d444a5)

Miscellaneous Tasks

Performance

  • (es/parser) Reduce string comparison (#10355) (21789c4)

  • (es/parser) Add initial capacitity for some vectors (#10361) (7b7b50e)

  • (es/parser) Reduce clone of token contexts (#10364) (3ab47b2)

  • (es/parser) Use bitflags to reduce parser context size (#10367) (a2d3596)

  • (es/parser) Replace byte arguments with generics (#10370) (68f7667)

  • (es/parser) Use arrayvec and unsafe push to optimize escaped string parsing (#10369) (e12ae1c)

Commits
  • 2d33da1 chore: Publi...

    Description has been truncated

Bumps the all-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [fastify](https://github.com/fastify/fastify) | `5.2.2` | `5.3.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.0` | `22.14.1` |
| [@emnapi/core](https://github.com/toyobayashi/emnapi) | `1.4.0` | `1.4.1` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.4.0` | `1.4.1` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-darwin-x64](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-linux-arm-gnueabihf](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-linux-arm64-musl](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-linux-x64-musl](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-win32-arm64-msvc](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-win32-ia32-msvc](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [@swc/core-win32-x64-msvc](https://github.com/swc-project/swc) | `1.11.20` | `1.11.21` |
| [secure-json-parse](https://github.com/fastify/secure-json-parse) | `3.0.2` | `4.0.0` |


Updates `fastify` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.2.2...v5.3.0)

Updates `@swc/core` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@types/node` from 22.14.0 to 22.14.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@emnapi/core` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.4.0...v1.4.1)

Updates `@emnapi/runtime` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.4.0...v1.4.1)

Updates `@swc/core-darwin-arm64` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-darwin-x64` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-linux-arm-gnueabihf` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-linux-arm64-gnu` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-linux-arm64-musl` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-linux-x64-gnu` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-linux-x64-musl` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-win32-arm64-msvc` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-win32-ia32-msvc` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `@swc/core-win32-x64-msvc` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.20...v1.11.21)

Updates `secure-json-parse` from 3.0.2 to 4.0.0
- [Release notes](https://github.com/fastify/secure-json-parse/releases)
- [Commits](fastify/secure-json-parse@v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.11.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 22.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@emnapi/core"
  dependency-version: 1.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-darwin-arm64"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-darwin-x64"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm-gnueabihf"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm64-gnu"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm64-musl"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-x64-musl"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-arm64-msvc"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-ia32-msvc"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-x64-msvc"
  dependency-version: 1.11.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: secure-json-parse
  dependency-version: 4.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot enabled auto-merge April 14, 2025 16:22
@github-actions github-actions bot merged commit ae6064f into master Apr 14, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-dependencies-79b9315ed6 branch April 14, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants