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

[Snyk] Upgrade next from 12.3.4 to 15.1.4 #1107

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

Conversation

q1blue
Copy link
Collaborator

@q1blue q1blue commented Jan 28, 2025

snyk-top-banner

Snyk has created this PR to upgrade next from 12.3.4 to 15.1.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 1252 versions ahead of your current version.

  • The recommended version was released 21 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Uncontrolled Recursion
SNYK-JS-NEXT-8186172
83 No Known Exploit
high severity Missing Authorization
SNYK-JS-NEXT-8520073
83 No Known Exploit
medium severity Resource Exhaustion
SNYK-JS-NEXT-6032387
83 Proof of Concept
medium severity Improper Input Validation
SNYK-JS-POSTCSS-5926692
83 No Known Exploit
Release notes
Package name: next
  • 15.1.4 - 2025-01-07

    Note

    This release is backporting bug fixes. It does not include all pending features/changes on canary.

    Core Changes

    • backport: force module format for virtual client-proxy (#74608)
    • Fix prerender tags when notFound is called (#74607)
    • Use provided waitUntil for pending revalidates (#74604)
    • Feature: next/image: add support for images.qualities in next.config (#74588)
    • Chore: docs: add missing search: '' on remotePatterns (#74587)
    • Chore: docs: update version history of next/image (#73923) (#74570)
    • Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)

    Credits

    Huge thanks to @ and @ for helping!

  • 15.1.3 - 2024-12-26

    Note

    This release is backporting bug fixes. It does not include all pending features/changes on canary.

    Core Changes

    • Retry manifest file loading only in dev mode: #73900
    • Use shared worker for lint & typecheck steps: #74154

    Credits

    Huge thanks to @ unstubbable and @ ztanner for helping!

  • 15.1.2 - 2024-12-19
  • 15.1.1 - 2024-12-17
  • 15.1.1-canary.27 - 2025-01-07

    Core Changes

    • Update font data: #74572
    • Upgrade React from 3b009b4c-20250102 to 3ce77d55-20250106: #74557
    • [metadata] Change the array head to single node in flight data: #74299
    • [DevOverlay] Add Toolbar: #74555
    • restore deleted comment in next-app-loader: #74597
    • Turbopack dev: Remove client to server websocket ping event: #74584

    Example Changes

    • chore(examples): update React in reproduction templates to stable 19: #74499

    Misc Changes

    • chore(github): update issue_stale token to release bot token: #74575
    • chore(ci): Ensure all 6 shards are used equally in deploy tests: #74574
    • fix: force module format for virtual client-proxy file: #74162
    • [Turbopack] fix shadow-rs build caching: #74579

    Credits

    Huge thanks to @ samcx, @ nnnnoel, @ lubieowoce, @ huozhi, @ sokra, @ devjiwonchoi, and @ timneutkens for helping!

  • 15.1.1-canary.26 - 2025-01-06

    Core Changes

    • Upgrade React from 518d06d2-20241219 to 3b009b4c-20250102: #74492
    • fix: add node internals stack frames to ignored list: #73698
    • chore: break calls to forEach into for loops: #74523
    • [DevOverlay] Add error message: #74541
    • [DevOverlay] Add error type label: #74543
    • feat: connect error rating buttons to telemetry API: #74496
    • [metadata] Move metadata rendering adjacent to page component: #74262
    • Delete set-cache-busting-search-param.test.ts: #74561
    • fix: enhance a11y, prevent double firing in error rating: #74563
    • fix: add aria-hidden to error overlay voting icons: #74568

    Misc Changes

    • test: add missing await for hydration test: #74542
    • Getting Started Docs: Add Mutating Data page: #74018
    • Getting Started docs: Add Error Handling page: #74069
    • test: update test for async client component with snapshot: #74550
    • test utils: Include origin of failed browser.* in stack: #74553
    • fix react being incorrectly mentioned as extending fetch API: #74278
    • docs: pin react version to 18 in Next.js 14 upgrade guide: #74222

    Credits

    Huge thanks to @ huozhi, @ wyattjoh, @ delbaoliveira, @ eps1lon, @ devjiwonchoi, @ gaojude, @ eur00t, and @ cseas for helping!

  • 15.1.1-canary.25 - 2025-01-03

    Core Changes

    • [DevOverlay] Remove Dialog Banner: #74464
    • [DevOverlay] Add color palette script: #74465
    • Fix: Preserve intentional percent encoding in search param for client nav: #74473
    • [DevOverlay] Implement New Overlay Layout with Bottom Stacks: #74466
    • [DevOverlay] Add error overlay footer and feedback: #74472
    • [DevOverlay] Remove temporary header children: #74490
    • fix: server functions x-forwarded-host possible multiple values: #73701
    • [DevOverlay] Pass footer message from error containers: #74493
    • feat(rsc): allow host or forwarded: #74199
    • [DevOverlay] Adjust border style for header and footer: #74480
    • feat(next/image): add support for images.qualities in next.config: #74257

    Example Changes

    • Fix linting between lint-check and lint-staged: #74503

    Misc Changes

    • refactor(next-core): Remove local annotations from structs in next-core/src/app_structure.rs: #74200

    Credits

    Huge thanks to @ bgw, @ devjiwonchoi, @ gaojude, @ Netail, @ tknickman, @ styfle, and @ ijjk for helping!

  • 15.1.1-canary.24 - 2025-01-02

    Core Changes

    • fix: update broken links in config-shared.d.ts: #74122
    • fix: fix typos in errors.json & create-component-tree.tsx: #74471
    • Safely retrieve router, improve page reload logic: #74209
    • docs: bump year: #74475

    Misc Changes

    • docs(generate-static-params): add typescript example and missing jsx switcher: #73962
    • docs(fetching-data-and-streaming): add missing types to example: #74081
    • docs(use-cache): add missing switcher code blocks and types in examples: #74083

    Credits

    Huge thanks to @ yongholeeme, @ spidersouris, @ devpla, @ gurkerl83, and @ cassiossantos for helping!

  • 15.1.1-canary.23 - 2024-12-28

    Misc Changes

    • docs: remove catch-all for opengraph-image: #74338

    Credits

    Huge thanks to @ leerob for helping!

  • 15.1.1-canary.22 - 2024-12-27

    Misc Changes

    • Fix typo in generateViewport docs: #74288

    Credits

    Huge thanks to @ n1ckoates for helping!

  • 15.1.1-canary.21 - 2024-12-26

    Misc Changes

    • chore(github): update comments stale period: #74291

    Credits

    Huge thanks to @ samcx for helping!

  • 15.1.1-canary.20 - 2024-12-25
  • 15.1.1-canary.19 - 2024-12-24
  • 15.1.1-canary.18 - 2024-12-23
  • 15.1.1-canary.17 - 2024-12-22
  • 15.1.1-canary.16 - 2024-12-20
  • 15.1.1-canary.15 - 2024-12-20
  • 15.1.1-canary.14 - 2024-12-19
  • 15.1.1-canary.13 - 2024-12-18
  • 15.1.1-canary.12 - 2024-12-18
  • 15.1.1-canary.11 - 2024-12-17
  • 15.1.1-canary.10 - 2024-12-17
  • 15.1.1-canary.7 - 2024-12-16
  • 15.1.1-canary.6 - 2024-12-15
  • 15.1.1-canary.5 - 2024-12-14
  • 15.1.1-canary.4 - 2024-12-13
  • 15.1.1-canary.3 - 2024-12-13
  • 15.1.1-canary.2 - 2024-12-12
  • 15.1.1-canary.1 - 2024-12-11
  • 15.1.1-canary.0 - 2024-12-10
  • 15.1.0 - 2024-12-10
  • 15.0.4 - 2024-12-05
  • 15.0.4-canary.52 - 2024-12-10
  • 15.0.4-canary.51 - 2024-12-10
  • 15.0.4-canary.50 - 2024-12-10
  • 15.0.4-canary.49 - 2024-12-09
  • 15.0.4-canary.48 - 2024-12-08
  • 15.0.4-canary.47 - 2024-12-07
  • 15.0.4-canary.46 - 2024-12-06
  • 15.0.4-canary.45 - 2024-12-05
  • 15.0.4-canary.44 - 2024-12-05
  • 15.0.4-canary.43 - 2024-12-05
  • 15.0.4-canary.42 - 2024-12-05
  • 15.0.4-canary.41 - 2024-12-04
  • 15.0.4-canary.40 - 2024-12-04
  • 15.0.4-canary.39 - 2024-12-04
  • 15.0.4-canary.38 - 2024-12-04
  • 15.0.4-canary.37 - 2024-12-03
  • 15.0.4-canary.36 - 2024-12-03
  • 15.0.4-canary.34 - 2024-12-02
  • 15.0.4-canary.33 - 2024-11-30
  • 15.0.4-canary.32 - 2024-11-29
  • 15.0.4-canary.31 - 2024-11-28
  • 15.0.4-canary.30 - 2024-11-27
  • 15.0.4-canary.29 - 2024-11-26
  • 15.0.4-canary.28 - 2024-11-25
  • 15.0.4-canary.27 - 2024-11-24
  • 15.0.4-canary.26 - 2024-11-24
  • 15.0.4-canary.25 - 2024-11-23
  • 15.0.4-canary.24 - 2024-11-22
  • 15.0.4-canary.23 - 2024-11-21
  • 15.0.4-canary.22 - 2024-11-21
  • 15.0.4-canary.21 - 2024-11-20
  • 15.0.4-canary.20 - 2024-11-19
  • 15.0.4-canary.19 - 2024-11-18
  • 15.0.4-canary.18 - 2024-11-18
  • 15.0.4-canary.17 - 2024-11-18
  • 15.0.4-canary.16 - 2024-11-18
  • 15.0.4-canary.15 - 2024-11-17
  • 15.0.4-canary.14 - 2024-11-16
  • 15.0.4-canary.13 - 2024-11-15
  • 15.0.4-canary.12 - 2024-11-14
  • 15.0.4-canary.11 - 2024-11-13
  • 15.0.4-canary.10 - 2024-11-13
  • 15.0.4-canary.9 - 2024-11-13
  • 15.0.4-canary.8 - 2024-11-13
  • 15.0.4-canary.7 - 2024-11-12
  • 15.0.4-canary.6 - 2024-11-11
  • 15.0.4-canary.5 - 2024-11-10
  • 15.0.4-canary.4 - 2024-11-09
  • 15.0.4-canary.3 - 2024-11-08
  • 15.0.4-canary.2 - 2024-11-08
  • 15.0.3 - 2024-11-07
  • 15.0.3-canary.9 - 2024-11-07
  • 15.0.3-canary.8 - 2024-11-06
  • 15.0.3-canary.7 - 2024-11-05
  • 15.0.3-canary.6 - 2024-11-04
  • 15.0.3-canary.5 - 2024-11-03
  • 15.0.3-canary.4 - 2024-11-01
  • 15.0.3-canary.3 - 2024-10-31
  • 15.0.3-canary.2 - 2024-10-30
  • 15.0.3-canary.1 - 2024-10-29
  • 15.0.3-canary.0 - 2024-10-29
  • 15.0.2 - 2024-10-29
  • 15.0.2-canary.11 - 2024-10-29
  • 15.0.2-canary.10 - 2024-10-28
  • 15.0.2-canary.9 - 2024-10-27
  • 15.0.2-canary.8 - 2024-10-26
  • 15.0.2-canary.7 - 2024-10-25
  • 15.0.2-canary.6 - 2024-10-24
  • 15.0.2-canary.5 - 2024-10-24
  • 15.0.2-canary.4 - 2024-10-24
  • 15.0.2-canary.3 - 2024-10-24
  • 15.0.2-canary.2 - 2024-10-23
  • 15.0.2-canary.1 - 2024-10-23
  • 15.0.2-canary.0 - 2024-10-23
  • 15.0.1 - 2024-10-23
  • 15.0.1-canary.3 - 2024-10-22
  • 15.0.1-canary.2 - 2024-10-22
  • 15.0.1-canary.1 - 2024-10-21
  • 15.0.1-canary.0 - 2024-10-21
  • 15.0.0 - 2024-10-21
  • 15.0.0-rc.1 - 2024-10-15
  • 15.0.0-rc.0 - 2024-05-23
  • 15.0.0-canary.205 - 2024-10-21
  • 15.0.0-canary.204 - 2024-10-21
  • 15.0.0-canary.203 - 2024-10-21
  • 15.0.0-canary.202 - 2024-10-20
  • 15.0.0-canary.201 - 2024-10-20
  • 15.0.0-canary.200 - 2024-10-19
  • 15.0.0-canary.199 - 2024-10-19
  • 15.0.0-canary.198 - 2024-10-18
  • 15.0.0-canary.197 - 2024-10-17
  • 15.0.0-canary.196 - 2024-10-16
  • 15.0.0-canary.195 - 2024-10-15
  • 15.0.0-canary.194 - 2024-10-15
  • 15.0.0-canary.193 - 2024-10-15
  • 15.0.0-canary.192 - 2024-10-15
  • 15.0.0-canary.191 - 2024-10-14
  • 15.0.0-canary.190 - 2024-10-13
  • 15.0.0-canary.189 - 2024-10-13
  • 15.0.0-canary.188 - 2024-10-13
  • 15.0.0-canary.187 - 2024-10-12
  • 15.0.0-canary.186 - 2024-10-12
  • 15.0.0-canary.185 - 2024-10-11
  • 15.0.0-canary.184 - 2024-10-11
  • 15.0.0-canary.183 - 2024-10-10
  • 15.0.0-canary.182 - 2024-10-09
  • 15.0.0-canary.181 - 2024-10-09
  • 15.0.0-canary.179 - 2024-10-04
  • 15.0.0-canary.178 - 2024-10-04
  • 15.0.0-canary.177 - 2024-10-02
  • 15.0.0-canary.176 - 2024-10-02
  • 15.0.0-canary.175 - 2024-10-01
  • 15.0.0-canary.174 - 2024-10-01
  • 15.0.0-canary.173 - 2024-09-28
  • 15.0.0-canary.172 - 2024-09-27
  • 15.0.0-canary.171 - 2024-09-25
  • 15.0.0-canary.170 - 2024-09-25
  • 15.0.0-canary.169 - 2024-09-25
  • 15.0.0-canary.168 - 2024-09-25
  • 15.0.0-canary.167 - 2024-09-24
  • 15.0.0-canary.166 - 2024-09-24
  • 15.0.0-canary.165 - 2024-09-24
  • 15.0.0-canary.164 - 2024-09-23
  • 15.0.0-canary.163 - 2024-09-23
  • 15.0.0-canary.162 - 2024-09-22
  • 15.0.0-canary.161 - 2024-09-20
  • 15.0.0-canary.160 - 2024-09-19
  • 15.0.0-canary.159 - 2024-09-18
  • 15.0.0-canary.158 - 2024-09-17
  • 15.0.0-canary.157 - 2024-09-16
  • 15.0.0-canary.156 - 2024-09-14
  • 15.0.0-canary.155 - 2024-09-13
  • 15.0.0-canary.154 - 2024-09-13
  • 15.0.0-canary.153 - 2024-09-12
  • 15.0.0-canary.152 - 2024-09-12
  • 15.0.0-canary.151 - 2024-09-11
  • 15.0.0-canary.150 - 2024-09-11
  • 15.0.0-canary.149 - 2024-09-10
  • 15.0.0-canary.148 - 2024-09-10
  • 15.0.0-canary.147 - 2024-09-09
  • 15.0.0-canary.146 - 2024-09-08
  • 15.0.0-canary.145 - 2024-09-07
  • 15.0.0-canary.144 - 2024-09-06
  • 15.0.0-canary.143 - 2024-09-05
  • 15.0.0-canary.142 - 2024-09-05
  • 15.0.0-canary.141 - 2024-09-04
  • 15.0.0-canary.140 - 2024-09-03
  • 15.0.0-canary.139 - 2024-09-02
  • 15.0.0-canary.138 - 2024-09-01
  • 15.0.0-canary.137 - 2024-08-31
  • 15.0.0-canary.136 - 2024-08-30
  • 15.0.0-canary.135 - 2024-08-30
  • 15.0.0-canary.134 - 2024-08-28
  • 15.0.0-canary.133 - 2024-08-28
  • 15.0.0-canary.132 - 2024-08-28
  • 15.0.0-canary.131 - 2024-08-26
  • 15.0.0-canary.130 - 2024-08-25
  • 15.0.0-canary.129 - 2024-08-24
  • 15.0.0-canary.128 - 2024-08-23
  • 15.0.0-canary.127 - 2024-08-22
  • 15.0.0-canary.126 - 2024-08-22
  • 15.0.0-canary.125 - 2024-08-21
  • 15.0.0-canary.124 - 2024-08-21
  • 15.0.0-canary.123 - 2024-08-21
  • 15.0.0-canary.122 - 2024-08-20
  • 15.0.0-canary.121 - 2024-08-20
  • 15.0.0-canary.120 - 2024-08-17
  • 15.0.0-canary.119 - 2024-08-16
  • 15.0.0-canary.118 - 2024-08-16
  • 15.0.0-canary.117 - 2024-08-16
  • 15.0.0-canary.116 - 2024-08-16
  • 15.0.0-canary.115 - 2024-08-13
  • 15.0.0-canary.114 - 2024-08-13
  • 15.0.0-canary.113 - 2024-08-13
  • 15.0.0-canary.112 - 2024-08-12
  • 15.0.0-canary.111 - 2024-08-09
  • 15.0.0-canary.110 - 2024-08-08
  • 15.0.0-canary.109 - 2024-08-08
  • 15.0.0-canary.108 - 2024-08-08
  • 15.0.0-canary.107 - 2024-08-07
  • 15.0.0-canary.106 - 2024-08-06
  • 15.0.0-canary.105 - 2024-08-06
  • 15.0.0-canary.104 - 2024-08-06
  • 15.0.0-canary.103 - 2024-08-05
  • 15.0.0-canary.102 - 2024-08-04
  • 15.0.0-canary.101 - 2024-08-03
  • 15.0.0-canary.100 - 2024-08-02
  • 15.0.0-canary.99 - 2024-08-02
  • 15.0.0-canary.98 - 2024-08-02
  • 15.0.0-canary.97 - 2024-08-01
  • 15.0.0-canary.96 - 2024-08-01
  • 15.0.0-canary.95 - 2024-07-31
  • 15.0.0-canary.94 - 2024-07-30
  • 15.0.0-canary.93 - 2024-07-30
  • 15.0.0-canary.92 - 2024-07-30
  • 15.0.0-canary.91 - 2024-07-29
  • 15.0.0-canary.90 - 2024-07-29
  • 15.0.0-canary.89 - 2024-07-29
  • 15.0.0-canary.88 - 2024-07-28
  • 15.0.0-canary.87 - 2024-07-27
  • 15.0.0-canary.86 - 2024-07-26
  • 15.0.0-canary.85 - 2024-07-26
  • 15.0.0-canary.84 - 2024-07-25
  • 15.0.0-canary.83 - 2024-07-25
  • 15.0.0-canary.82 - 2024-07-25
  • 15.0.0-canary.81 - 2024-07-24
  • 15.0.0-canary.80 - 2024-07-24
  • 15.0.0-canary.79 - 2024-07-23
  • 15.0.0-canary.78 - 2024-07-23
  • 15.0.0-canary.77 - 2024-07-22
  • 15.0.0-canary.76 - 2024-07-21
  • 15.0.0-canary.75 - 2024-07-20
  • 15.0.0-canary.74 - 2024-07-19
  • 15.0.0-canary.73 - 2024-07-19
  • 15.0.0-canary.72 - 2024-07-18
  • 15.0.0-canary.71 - 2024-07-17
  • 15.0.0-canary.70 - 2024-07-17
  • 15.0.0-canary.69 - 2024-07-16
  • 15.0.0-canary.68 - 2024-07-15
  • 15.0.0-canary.67 - 2024-07-14
  • 15.0.0-canary.66 - 2024-07-13
  • 15.0.0-canary.65 - 2024-07-12
  • 15.0.0-canary.64 - 2024-07-11
  • 15.0.0-canary.63 - 2024-07-10
  • 15.0.0-canary.62 - 2024-07-10
  • 15.0.0-canary.61 - 2024-07-09
  • 15.0.0-canary.60 - 2024-07-09
  • 15.0.0-canary.59 - 2024-07-08
  • 15.0.0-canary.58 - 2024-07-07
  • 15.0.0-canary.57 - 2024-07-06
  • 15.0.0-canary.56 - 2024-07-05
  • 15.0.0-canary.55 - 2024-07-04
  • 15.0.0-canary.54 - 2024-07-03
  • 15.0.0-canary.53 - 2024-07-03
  • 15.0.0-canary.52 - 2024-07-02
  • 15.0.0-canary.51 - 2024-07-02
  • 15.0.0-canary.50 - 2024-07-01
  • 15.0.0-canary.49 - 2024-06-29
  • 15.0.0-canary.48 - 2024-06-28
  • 15.0.0-canary.47 - 2024-06-27
  • 15.0.0-canary.46 - 2024-06-26
  • 15.0.0-canary.45 - 2024-06-26
  • 15.0.0-canary.44 - 2024-06-25
  • 15.0.0-canary.43 - 2024-06-24
  • 15.0.0-canary.42 - 2024-06-23
  • 15.0.0-canary.41 - 2024-06-22
  • 15.0.0-canary.40 - 2024-06-21
  • 15.0.0-canary.39 - 2024-06-20
  • 15.0.0-canary.38 - 2024-06-19
  • 15.0.0-canary.37 - 2024-06-18
  • 15.0.0-canary.36 - 2024-06-17
  • 15.0.0-canary.35 - 2024-06-16
  • 15.0.0-canary.34 - 2024-06-15
  • 15.0.0-canary.33 - 2024-06-15
  • 15.0.0-canary.32 - 2024-06-14
  • 15.0.0-canary.31 - 2024-06-14
  • 15.0.0-canary.29 - 2024-06-14
  • 15.0.0-canary.28 - 2024-06-12
  • 15.0.0-canary.27 - 2024-06-12
  • 15.0.0-canary.25 - 2024-06-11
  • 15.0.0-canary.24 - 2024-06-10
  • 15.0.0-canary.23 - 2024-06-10
  • 15.0.0-canary.22 - 2024-06-10
  • 15.0.0-canary.21 - 2024-06-09
  • 15.0.0-canary.20 - 2024-06-08
  • 15.0.0-canary.19 - 2024-06-07
  • 15.0.0-canary.18 - 2024-06-07
  • 15.0.0-canary.17 - 2024-06-07
  • 15.0.0-canary.16 - 2024-06-06
  • 15.0.0-canary.15 - 2024-06-06
  • 15.0.0-canary.14 - 2024-06-05
  • 15.0.0-canary.13 - 2024-06-05
  • 15.0.0-canary.12 - 2024-06-05
  • 15.0.0-canary.11 - 2024-06-04
  • 15.0.0-canary.10 - 2024-06-04
  • 15.0.0-canary.9 - 2024-06-03
  • 15.0.0-canary.8 - 2024-06-03
  • 15.0.0-canary.7 - 2024-06-02
  • 15.0.0-canary.6 - 2024-06-01
  • 15.0.0-canary.5 - 2024-05-31
  • 15.0.0-canary.4 - 2024-05-31
  • 15.0.0-canary.3 - 2024-05-31
  • 15.0.0-canary.2 - 2024-05-30
  • 15.0.0-canary.1 - 2024-05-29
  • 15.0.0-canary.0 - 2024-05-29
  • 14.3.0-canary.87 - 2024-05-28
  • 14.3.0-canary.86 - 2024-05-28
  • 14.3.0-canary.85 - 2024-05-27
  • 14.3.0-canary.84 - 2024-05-26
  • 14.3.0-canary.83 - 2024-05-26
  • 14.3.0-canary.82 - 2024-05-25
  • 14.3.0-canary.81 - 2024-05-24
  • 14.3.0-canary.80 - 2024-05-23
  • 14.3.0-canary.79 - 2024-05-23
  • 14.3.0-canary.78 - 2024-05-23
  • 14.3.0-canary.77 - 2024-05-22
  • 14.3.0-canary.76 - 2024-05-21
  • 14.3.0-canary.75 - 2024-05-21
  • 14.3.0-canary.74 - 2024-05-21
  • 14.3.0-canary.73 - 2024-05-20
  • 14.3.0-canary.72 - 2024-05-20
  • 14.3.0-canary.70 - 2024-05-17
  • 14.3.0-canary.69 - 2024-05-17
  • 14.3.0-canary.68 - 2024-05-16
  • 14.3.0-canary.67 - 2024-05-16
  • 14.3.0-canary.66 - 2024-05-16
  • 14.3.0-canary.65 - 2024-05-16
  • 14.3.0-canary.64 - 2024-05-16
  • 14.3.0-canary.63 - 2024-05-14
  • 14.3.0-canary.62 - 2024-05-14
  • 14.3.0-canary.61 - 2024-05-13
  • 14.3.0-canary.60 - 2024-05-13
  • 14.3.0-canary.59 - 2024-05-12
  • 14.3.0-canary.58 - 2024-05-11
  • 14.3.0-canary.57 - 2024-05-10
  • 14.3.0-canary.56 - 2024-05-10
  • 14.3.0-canary.55 - 2024-05-10
  • 14.3.0-canary.54 - 2024-05-09
  • 14.3.0-canary.53 - 2024-05-09
  • 14.3.0-canary.52 - 2024-05-09
  • 14.3.0-canary.51 - 2024-05-08
  • 14.3.0-canary.50 - 2024-05-08
  • 14.3.0-canary.49 - 2024-05-08
  • 14.3.0-canary.48 - 2024-05-08
  • 14.3.0-canary.47 - 2024-05-07
  • 14.3.0-canary.46 - 2024-05-07
  • 14.3.0-canary.45 - 2024-05-07
  • 14.3.0-canary.44 - 2024-05-06
  • 14.3.0-canary.43 - 2024-05-06
  • 14.3.0-canary.42 - 2024-05-06
  • 14.3.0-canary.40 - 2024-05-05
  • 14.3.0-canary.39 - 2024-05-04
  • 14.3.0-canary.38 - 2024-05-03
  • 14.3.0-canary.37 - 2024-05-02
  • 14.3.0-canary.36 - 2024-05-01
  • 14.3.0-canary.35 - 2024-05-01
  • 14.3.0-canary.34 - 2024-05-01
  • 14.3.0-canary.33 - 2024-04-30
  • 14.3.0-canary.32 - 2024-04-30
  • 14.3.0-canary.31 - 2024-04-29
  • 14.3.0-canary.30 - 2024-04-28
  • 14.3.0-canary.29 - 2024-04-27
  • 14.3.0-canary.28 - 2024-04-26
  • 14.3.0-canary.27 - 2024-04-26
  • 14.3.0-canary.26 - 2024-04-26
  • 14.3.0-canary.25 - 2024-04-26
  • 14.3.0-canary.24 - 2024-04-25
  • 14.3.0-canary.23 - 2024-04-25
  • 14.3.0-canary.22 - 2024-04-24
  • 14.3.0-canary.21 - 2024-04-24
  • 14.3.0-canary.20 - 2024-04-23
  • 14.3.0-canary.19 - 2024-04-23
  • 14.3.0-canary.18 - 2024-04-22
  • 14.3.0-canary.17 - 2024-04-22
  • 14.3.0-canary.16 - 2024-04-22
  • 14.3.0-canary.15 - 2024-04-21
  • 14.3.0-canary.14 - 2024-04-20
  • 14.3.0-canary.13 - 2024-04-19
  • 14.3.0-canary.12 - 2024-04-19
  • 14.3.0-canary.11 - 2024-04-18
  • 14.3.0-canary.10 - 2024-04-18
  • 14.3.0-canary.9 - 2024-04-17
  • 14.3.0-canary.8 - 2024-04-17
  • 14.3.0-canary.7 - 2024-04-17
  • 14.3.0-canary.6 - 2024-04-16
  • ...

Snyk has created this PR to upgrade next from 12.3.4 to 15.1.4.

See this package in npm:
next

See this project in Snyk:
https://app.snyk.io/org/q1blue-rxw/project/c899d8da-c199-4766-8d40-aa8d9a71141f?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

changeset-bot bot commented Jan 28, 2025

⚠️ No Changeset found

Latest commit: d312e5f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Successfully merging this pull request may close these issues.

2 participants