Skip to content
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

🚨 [security] Update all of nextjs 13.5.6 β†’ 15.1.0 (major) #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 17, 2024


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint-config-next (13.5.6 β†’ 15.1.0)

Sorry, we couldn't find anything useful about this release.

✳️ next (13.5.6 β†’ 15.1.0) Β· Repo

Security Advisories 🚨

🚨 Next.js authorization bypass vulnerability

Impact

If a Next.js application is performing authorization in middleware based on pathname, it was possible for this authorization to be bypassed for pages directly under the application's root directory. For example:

  • [Not affected] https://example.com/
  • [Affected] https://example.com/foo
  • [Not affected] https://example.com/foo/bar

Patches

This issue was patched in Next.js 14.2.15 and later.

If your Next.js application is hosted on Vercel, this vulnerability has been automatically mitigated, regardless of Next.js version.

Workarounds

There are no official workarounds for this vulnerability.

Credits

We'd like to thank tyage (GMO CyberSecurity by IERAE) for responsible disclosure of this issue.

🚨 Denial of Service condition in Next.js image optimization

Impact

The image optimization feature of Next.js contained a vulnerability which allowed for a potential Denial of Service (DoS) condition which could lead to excessive CPU consumption.

Not affected:

  • The next.config.js file is configured with images.unoptimized set to true or images.loader set to a non-default value.
  • The Next.js application is hosted on Vercel.

Patches

This issue was fully patched in Next.js 14.2.7. We recommend that users upgrade to at least this version.

Workarounds

Ensure that the next.config.js file has either images.unoptimized, images.loader or images.loaderFile assigned.

Credits

Brandon Dahler (brandondahler), AWS
Dimitrios Vlastaras

🚨 Next.js Cache Poisoning

Impact

By sending a crafted HTTP request, it is possible to poison the cache of a non-dynamic server-side rendered route in the pages router (this does not affect the app router). When this crafted request is sent it could coerce Next.js to cache a route that is meant to not be cached and send a Cache-Control: s-maxage=1, stale-while-revalidate header which some upstream CDNs may cache as well.

To be potentially affected all of the following must apply:

  • Next.js between 13.5.1 and 14.2.9
  • Using pages router
  • Using non-dynamic server-side rendered routes e.g. pages/dashboard.tsx not pages/blog/[slug].tsx

The below configurations are unaffected:

  • Deployments using only app router
  • Deployments on Vercel are not affected

Patches

This vulnerability was resolved in Next.js v13.5.7, v14.2.10, and later. We recommend upgrading regardless of whether you can reproduce the issue or not.

Workarounds

There are no official or recommended workarounds for this issue, we recommend that users patch to a safe version.

Credits

  • Allam Rachid (zhero_)
  • Henry Chen

🚨 Next.js Cache Poisoning

Impact

By sending a crafted HTTP request, it is possible to poison the cache of a non-dynamic server-side rendered route in the pages router (this does not affect the app router). When this crafted request is sent it could coerce Next.js to cache a route that is meant to not be cached and send a Cache-Control: s-maxage=1, stale-while-revalidate header which some upstream CDNs may cache as well.

To be potentially affected all of the following must apply:

  • Next.js between 13.5.1 and 14.2.9
  • Using pages router
  • Using non-dynamic server-side rendered routes e.g. pages/dashboard.tsx not pages/blog/[slug].tsx

The below configurations are unaffected:

  • Deployments using only app router
  • Deployments on Vercel are not affected

Patches

This vulnerability was resolved in Next.js v13.5.7, v14.2.10, and later. We recommend upgrading regardless of whether you can reproduce the issue or not.

Workarounds

There are no official or recommended workarounds for this issue, we recommend that users patch to a safe version.

Credits

  • Allam Rachid (zhero_)
  • Henry Chen

🚨 Next.js Server-Side Request Forgery in Server Actions

Impact

A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions by security researchers at Assetnote. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself.

Prerequisites

  • Next.js (<14.1.1) is running in a self-hosted* manner.
  • The Next.js application makes use of Server Actions.
  • The Server Action performs a redirect to a relative path which starts with a /.

* Many hosting providers (including Vercel) route requests based on the Host header, so we do not believe that this vulnerability affects any Next.js applications where routing is done in this manner.

Patches

This vulnerability was patched in #62561 and fixed in Next.js 14.1.1.

Workarounds

There are no official workarounds for this vulnerability. We recommend upgrading to Next.js 14.1.1.

Credit

Vercel and the Next.js team thank Assetnote for responsibly disclosing this issue to us, and for working with us to verify the fix. Thanks to:

Adam Kues - Assetnote
Shubham Shah - Assetnote

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​next/env (indirect, 13.5.6 β†’ 15.1.0) Β· Repo

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​next/eslint-plugin-next (indirect, 13.5.6 β†’ 15.1.0)

Sorry, we couldn't find anything useful about this release.

↗️ @​rushstack/eslint-patch (indirect, 1.3.3 β†’ 1.10.4)

Sorry, we couldn't find anything useful about this release.

↗️ @​swc/helpers (indirect, 0.5.2 β†’ 0.5.15) Β· Repo

Sorry, we couldn't find anything useful about this release.

↗️ array-includes (indirect, 3.1.6 β†’ 3.1.8) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ array.prototype.flat (indirect, 1.3.1 β†’ 1.3.3) Β· Repo Β· Changelog

Release Notes

1.3.3 (from changelog)

More info than we can show here.

1.3.2 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ array.prototype.flatmap (indirect, 1.3.1 β†’ 1.3.3) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ available-typed-arrays (indirect, 1.0.5 β†’ 1.0.7) Β· Repo Β· Changelog

Release Notes

1.0.7 (from changelog)

More info than we can show here.

1.0.6 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ axe-core (indirect, 4.7.2 β†’ 4.10.2) Β· Repo Β· Changelog

Release Notes

4.10.2

More info than we can show here.

4.10.1

More info than we can show here.

4.10.0

More info than we can show here.

4.9.1

More info than we can show here.

4.9.0

More info than we can show here.

4.8.4

More info than we can show here.

4.8.3

More info than we can show here.

4.8.2

More info than we can show here.

4.8.1

More info than we can show here.

4.8.0

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ call-bind (indirect, 1.0.2 β†’ 1.0.8) Β· Repo Β· Changelog

Release Notes

1.0.8 (from changelog)

More info than we can show here.

1.0.7 (from changelog)

More info than we can show here.

1.0.6 (from changelog)

More info than we can show here.

1.0.5 (from changelog)

More info than we can show here.

1.0.3 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ caniuse-lite (indirect, 1.0.30001524 β†’ 1.0.30001689) Β· Repo Β· Changelog

↗️ define-properties (indirect, 1.2.0 β†’ 1.2.1) Β· Repo Β· Changelog

Release Notes

1.2.1 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ es-abstract (indirect, 1.22.1 β†’ 1.23.6) Β· Repo Β· Changelog

Release Notes

1.23.6 (from changelog)

More info than we can show here.

1.23.5 (from changelog)

More info than we can show here.

1.23.4 (from changelog)

More info than we can show here.

1.23.3 (from changelog)

More info than we can show here.

1.23.2 (from changelog)

More info than we can show here.

1.22.5 (from changelog)

More info than we can show here.

1.22.4 (from changelog)

More info than we can show here.

1.22.3 (from changelog)

More info than we can show here.

1.22.2 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ es-to-primitive (indirect, 1.2.1 β†’ 1.3.0) Β· Repo Β· Changelog

Release Notes

1.3.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ eslint-module-utils (indirect, 2.8.0 β†’ 2.12.0) Β· Repo Β· Changelog

Release Notes

2.12.0 (from changelog)

More info than we can show here.

2.11.0 (from changelog)

More info than we can show here.

2.10.0 (from changelog)

More info than we can show here.

2.9.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ eslint-plugin-import (indirect, 2.28.1 β†’ 2.31.0) Β· Repo Β· Changelog

Release Notes

2.31.0

More info than we can show here.

2.30.0

More info than we can show here.

2.29.1

More info than we can show here.

2.29.0

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ eslint-plugin-jsx-a11y (indirect, 6.7.1 β†’ 6.10.2) Β· Repo Β· Changelog

Release Notes

6.10.2 (from changelog)

More info than we can show here.

6.10.1 (from changelog)

More info than we can show here.

6.10.0 (from changelog)

More info than we can show here.

6.9.0

More info than we can show here.

6.8.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ eslint-plugin-react (indirect, 7.33.2 β†’ 7.37.2) Β· Repo Β· Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ eslint-plugin-react-hooks (indirect, 4.6.0 β†’ 5.1.0) Β· Repo Β· Changelog

↗️ function-bind (indirect, 1.1.1 β†’ 1.1.2) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ function.prototype.name (indirect, 1.1.6 β†’ 1.1.7) Β· Repo Β· Changelog

Release Notes

1.1.7 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ get-intrinsic (indirect, 1.2.1 β†’ 1.2.6) Β· Repo Β· Changelog

Release Notes

1.2.6 (from changelog)

More info than we can show here.

1.2.5 (from changelog)

More info than we can show here.

1.2.4 (from changelog)

More info than we can show here.

1.2.3 (from changelog)

More info than we can show here.

1.2.2 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ globalthis (indirect, 1.0.3 β†’ 1.0.4) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ gopd (indirect, 1.0.1 β†’ 1.2.0) Β· Repo Β· Changelog

Release Notes

1.2.0 (from changelog)

More info than we can show here.

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ has-property-descriptors (indirect, 1.0.0 β†’ 1.0.2) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ has-proto (indirect, 1.0.1 β†’ 1.2.0) Β· Repo Β· Changelog

Release Notes

1.2.0 (from changelog)

More info than we can show here.

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ has-symbols (indirect, 1.0.3 β†’ 1.1.0) Β· Repo Β· Changelog

Release Notes

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-bigint (indirect, 1.0.4 β†’ 1.1.0) Β· Repo Β· Changelog

Release Notes

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-boolean-object (indirect, 1.1.2 β†’ 1.2.1) Β· Repo Β· Changelog

Release Notes

1.2.1 (from changelog)

More info than we can show here.

1.2.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-core-module (indirect, 2.13.0 β†’ 2.16.0) Β· Repo Β· Changelog

Release Notes

2.16.0 (from changelog)

More info than we can show here.

2.15.1 (from changelog)

More info than we can show here.

2.15.0 (from changelog)

More info than we can show here.

2.14.0 (from changelog)

More info than we can show here.

2.13.1 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-date-object (indirect, 1.0.5 β†’ 1.1.0) Β· Repo Β· Changelog

Release Notes

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-negative-zero (indirect, 2.0.2 β†’ 2.0.3) Β· Repo Β· Changelog

Release Notes

2.0.3 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-number-object (indirect, 1.0.7 β†’ 1.1.1) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-regex (indirect, 1.1.4 β†’ 1.2.1) Β· Repo Β· Changelog

Release Notes

1.2.1 (from changelog)

More info than we can show here.

1.2.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-string (indirect, 1.0.7 β†’ 1.1.1) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-symbol (indirect, 1.0.4 β†’ 1.1.1) Β· Repo Β· Changelog

Release Notes

1.1.1 (from changelog)

More info than we can show here.

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ is-typed-array (indirect, 1.1.12 β†’ 1.1.14) Β· Repo Β· Changelog

Release Notes

1.1.13 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ object-inspect (indirect, 1.12.3 β†’ 1.13.3) Β· Repo Β· Changelog

Release Notes

1.13.3 (from changelog)

More info than we can show here.

1.13.2 (from changelog)

More info than we can show here.

1.13.1 (from changelog)

More info than we can show here.

1.13.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ object.assign (indirect, 4.1.4 β†’ 4.1.5) Β· Repo Β· Changelog

Release Notes

4.1.5 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ object.entries (indirect, 1.1.7 β†’ 1.1.8) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ object.fromentries (indirect, 2.0.7 β†’ 2.0.8) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ object.values (indirect, 1.1.7 β†’ 1.2.0) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ safe-regex-test (indirect, 1.0.0 β†’ 1.1.0) Β· Repo Β· Changelog

Release Notes

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ side-channel (indirect, 1.0.4 β†’ 1.1.0) Β· Repo Β· Changelog

Release Notes

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ string.prototype.matchall (indirect, 4.0.9 β†’ 4.0.11) Β· Repo Β· Changelog

Release Notes

4.0.10 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ string.prototype.trim (indirect, 1.2.7 β†’ 1.2.10) Β· Repo Β· Changelog

Release Notes

1.2.10 (from changelog)

More info than we can show here.

1.2.8 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ string.prototype.trimend (indirect, 1.0.6 β†’ 1.0.9) Β· Repo Β· Changelog

Release Notes

1.0.9 (from changelog)

More info than we can show here.

1.0.7 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ string.prototype.trimstart (indirect, 1.0.6 β†’ 1.0.8) Β· Repo Β· Changelog

Release Notes

1.0.7 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ styled-jsx (indirect, 5.1.1 β†’ 5.1.6) Β· Repo Β· Changelog

Release Notes

5.1.6

More info than we can show here.

5.1.3

More info than we can show here.

5.1.2

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ tsconfig-paths (indirect, 3.14.2 β†’ 3.15.0) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ tslib (indirect, 2.6.2 β†’ 2.8.1) Β· Repo

Release Notes

2.8.1

More info than we can show here.

2.8.0

More info than we can show here.

2.7.0

More info than we can show here.

2.6.3

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ unbox-primitive (indirect, 1.0.2 β†’ 1.1.0) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ which-boxed-primitive (indirect, 1.0.2 β†’ 1.1.1) Β· Repo Β· Changelog

Release Notes

1.1.1 (from changelog)

More info than we can show here.

1.1.0 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ which-typed-array (indirect, 1.1.11 β†’ 1.1.16) Β· Repo Β· Changelog

Release Notes

1.1.16 (from changelog)

More info than we can show here.

1.1.15 (from changelog)

More info than we can show here.

1.1.14 (from changelog)

More info than we can show here.

1.1.13 (from changelog)

More info than we can show here.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

πŸ†• @​emnapi/runtime (added, 1.3.1)

πŸ†• @​img/sharp-darwin-arm64 (added, 0.33.5)

πŸ†• @​img/sharp-darwin-x64 (added, 0.33.5)

πŸ†• @​img/sharp-libvips-darwin-arm64 (added, 1.0.4)

πŸ†• @​img/sharp-libvips-darwin-x64 (added, 1.0.4)

πŸ†• @​img/sharp-libvips-linux-arm (added, 1.0.5)

πŸ†• @​img/sharp-libvips-linux-arm64 (added, 1.0.4)

πŸ†• @​img/sharp-libvips-linux-s390x (added, 1.0.4)

πŸ†• @​img/sharp-libvips-linux-x64 (added, 1.0.4)

πŸ†• @​img/sharp-libvips-linuxmusl-arm64 (added, 1.0.4)

πŸ†• @​img/sharp-libvips-linuxmusl-x64 (added, 1.0.4)

πŸ†• @​img/sharp-linux-arm (added, 0.33.5)

πŸ†• @​img/sharp-linux-arm64 (added, 0.33.5)

πŸ†• @​img/sharp-linux-s390x (added, 0.33.5)

πŸ†• @​img/sharp-linux-x64 (added, 0.33.5)

πŸ†• @​img/sharp-linuxmusl-arm64 (added, 0.33.5)

πŸ†• @​img/sharp-linuxmusl-x64 (added, 0.33.5)

πŸ†• @​img/sharp-wasm32 (added, 0.33.5)

πŸ†• @​img/sharp-win32-ia32 (added, 0.33.5)

πŸ†• @​img/sharp-win32-x64 (added, 0.33.5)

πŸ†• @​rtsao/scc (added, 1.1.0)

πŸ†• @​swc/counter (added, 0.1.3)

πŸ†• array.prototype.findlast (added, 1.2.5)

πŸ†• call-bind-apply-helpers (added, 1.0.1)

πŸ†• call-bound (added, 1.0.3)

πŸ†• color (added, 4.2.3)

πŸ†• color-string (added, 1.9.1)

πŸ†• data-view-buffer (added, 1.0.1)

πŸ†• data-view-byte-length (added, 1.0.1)

πŸ†• data-view-byte-offset (added, 1.0.0)

πŸ†• define-data-property (added, 1.1.4)

πŸ†• detect-libc (added, 2.0.3)

πŸ†• dunder-proto (added, 1.0.1)

πŸ†• es-define-property (added, 1.0.1)

πŸ†• es-errors (added, 1.3.0)

πŸ†• es-object-atoms (added, 1.0.0)

πŸ†• hasown (added, 2.0.2)

πŸ†• is-data-view (added, 1.0.2)

πŸ†• math-intrinsics (added, 1.0.0)

πŸ†• possible-typed-array-names (added, 1.0.0)

πŸ†• set-function-length (added, 1.2.2)

πŸ†• set-function-name (added, 2.0.2)

πŸ†• sharp (added, 0.33.5)

πŸ†• side-channel-list (added, 1.0.0)

πŸ†• side-channel-map (added, 1.0.1)

πŸ†• side-channel-weakmap (added, 1.0.2)

πŸ†• simple-swizzle (added, 0.2.2)

πŸ†• string.prototype.includes (added, 2.0.1)

πŸ†• string.prototype.repeat (added, 1.0.0)

πŸ—‘οΈ @​next/swc-win32-ia32-msvc (removed)

πŸ—‘οΈ asynciterator.prototype (removed)

πŸ—‘οΈ dequal (removed)

πŸ—‘οΈ glob-to-regexp (removed)

πŸ—‘οΈ has (removed)

πŸ—‘οΈ object.hasown (removed)

πŸ—‘οΈ watchpack (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 17, 2024
Copy link

vercel bot commented Dec 17, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
aulianza-com ❌ Failed (Inspect) Dec 17, 2024 6:06pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants