Skip to content

Commit d73fcd5

Browse files
authored
Merge pull request #229 from authzed/vercel/react-server-components-cve-vu-vdsbzp
Fix React Server Components CVE vulnerabilities
2 parents e3f396e + 840cc86 commit d73fcd5

2 files changed

Lines changed: 57 additions & 57 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"clsx": "^2.1.1",
2525
"jsdom": "^27.0.0",
2626
"lodash.debounce": "^4.0.8",
27-
"next": "15.5.3",
27+
"next": "15.5.9",
2828
"puppeteer-core": "^24.20.0",
2929
"react": "19.1.1",
3030
"react-click-away-listener": "^2.4.0",

yarn.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,10 +1731,10 @@
17311731
dependencies:
17321732
"@types/mdx" "^2.0.0"
17331733

1734-
"@next/env@15.5.3":
1735-
version "15.5.3"
1736-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.3.tgz#59ab3143b370774464143731587318b067cc3f87"
1737-
integrity sha512-RSEDTRqyihYXygx/OJXwvVupfr9m04+0vH8vyy0HfZ7keRto6VX9BbEk0J2PUk0VGy6YhklJUSrgForov5F9pw==
1734+
"@next/env@15.5.9":
1735+
version "15.5.9"
1736+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.9.tgz#53c2c34dc17cd87b61f70c6cc211e303123b2ab8"
1737+
integrity sha512-4GlTZ+EJM7WaW2HEZcyU317tIQDjkQIyENDLxYJfSWlfqguN+dHkZgyQTV/7ykvobU7yEH5gKvreNrH4B6QgIg==
17381738

17391739
"@next/eslint-plugin-next@15.5.3":
17401740
version "15.5.3"
@@ -1750,45 +1750,45 @@
17501750
dependencies:
17511751
source-map "^0.7.0"
17521752

1753-
"@next/swc-darwin-arm64@15.5.3":
1754-
version "15.5.3"
1755-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.3.tgz#f1bd728baf9b0ed0b6261a2fbc6436906cf9472e"
1756-
integrity sha512-nzbHQo69+au9wJkGKTU9lP7PXv0d1J5ljFpvb+LnEomLtSbJkbZyEs6sbF3plQmiOB2l9OBtN2tNSvCH1nQ9Jg==
1757-
1758-
"@next/swc-darwin-x64@15.5.3":
1759-
version "15.5.3"
1760-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.3.tgz#8aad9294398a693e418611f0d22a8db66e78fb6a"
1761-
integrity sha512-w83w4SkOOhekJOcA5HBvHyGzgV1W/XvOfpkrxIse4uPWhYTTRwtGEM4v/jiXwNSJvfRvah0H8/uTLBKRXlef8g==
1762-
1763-
"@next/swc-linux-arm64-gnu@15.5.3":
1764-
version "15.5.3"
1765-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.3.tgz#44949d152340cc455365fa831abd85fbe1e21d4b"
1766-
integrity sha512-+m7pfIs0/yvgVu26ieaKrifV8C8yiLe7jVp9SpcIzg7XmyyNE7toC1fy5IOQozmr6kWl/JONC51osih2RyoXRw==
1767-
1768-
"@next/swc-linux-arm64-musl@15.5.3":
1769-
version "15.5.3"
1770-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.3.tgz#5fd36263c09f460e55da566fb785ac4af0a98756"
1771-
integrity sha512-u3PEIzuguSenoZviZJahNLgCexGFhso5mxWCrrIMdvpZn6lkME5vc/ADZG8UUk5K1uWRy4hqSFECrON6UKQBbQ==
1772-
1773-
"@next/swc-linux-x64-gnu@15.5.3":
1774-
version "15.5.3"
1775-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.3.tgz#b30ad14372b8266df70c799420133846273c9461"
1776-
integrity sha512-lDtOOScYDZxI2BENN9m0pfVPJDSuUkAD1YXSvlJF0DKwZt0WlA7T7o3wrcEr4Q+iHYGzEaVuZcsIbCps4K27sA==
1777-
1778-
"@next/swc-linux-x64-musl@15.5.3":
1779-
version "15.5.3"
1780-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.3.tgz#572e6a9cfaf685148304298222c9bd73dc055a3a"
1781-
integrity sha512-9vWVUnsx9PrY2NwdVRJ4dUURAQ8Su0sLRPqcCCxtX5zIQUBES12eRVHq6b70bbfaVaxIDGJN2afHui0eDm+cLg==
1782-
1783-
"@next/swc-win32-arm64-msvc@15.5.3":
1784-
version "15.5.3"
1785-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.3.tgz#d52e475b1c3be6e90be3657f54ed5561528850d7"
1786-
integrity sha512-1CU20FZzY9LFQigRi6jM45oJMU3KziA5/sSG+dXeVaTm661snQP6xu3ykGxxwU5sLG3sh14teO/IOEPVsQMRfA==
1787-
1788-
"@next/swc-win32-x64-msvc@15.5.3":
1789-
version "15.5.3"
1790-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.3.tgz#d716c04efa8568680da1c14f5595d932268086f2"
1791-
integrity sha512-JMoLAq3n3y5tKXPQwCK5c+6tmwkuFDa2XAxz8Wm4+IVthdBZdZGh+lmiLUHg9f9IDwIQpUjp+ysd6OkYTyZRZw==
1753+
"@next/swc-darwin-arm64@15.5.7":
1754+
version "15.5.7"
1755+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.7.tgz#f0c9ccfec2cd87cbd4b241ce4c779a7017aed958"
1756+
integrity sha512-IZwtxCEpI91HVU/rAUOOobWSZv4P2DeTtNaCdHqLcTJU4wdNXgAySvKa/qJCgR5m6KI8UsKDXtO2B31jcaw1Yw==
1757+
1758+
"@next/swc-darwin-x64@15.5.7":
1759+
version "15.5.7"
1760+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.7.tgz#18009e9fcffc5c0687cc9db24182ddeac56280d9"
1761+
integrity sha512-UP6CaDBcqaCBuiq/gfCEJw7sPEoX1aIjZHnBWN9v9qYHQdMKvCKcAVs4OX1vIjeE+tC5EIuwDTVIoXpUes29lg==
1762+
1763+
"@next/swc-linux-arm64-gnu@15.5.7":
1764+
version "15.5.7"
1765+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.7.tgz#fe7c7e08264cf522d4e524299f6d3e63d68d579a"
1766+
integrity sha512-NCslw3GrNIw7OgmRBxHtdWFQYhexoUCq+0oS2ccjyYLtcn1SzGzeM54jpTFonIMUjNbHmpKpziXnpxhSWLcmBA==
1767+
1768+
"@next/swc-linux-arm64-musl@15.5.7":
1769+
version "15.5.7"
1770+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.7.tgz#94228fe293475ec34a5a54284e1056876f43a3cf"
1771+
integrity sha512-nfymt+SE5cvtTrG9u1wdoxBr9bVB7mtKTcj0ltRn6gkP/2Nu1zM5ei8rwP9qKQP0Y//umK+TtkKgNtfboBxRrw==
1772+
1773+
"@next/swc-linux-x64-gnu@15.5.7":
1774+
version "15.5.7"
1775+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.7.tgz#078c71201dfe7fcfb8fa6dc92aae6c94bc011cdc"
1776+
integrity sha512-hvXcZvCaaEbCZcVzcY7E1uXN9xWZfFvkNHwbe/n4OkRhFWrs1J1QV+4U1BN06tXLdaS4DazEGXwgqnu/VMcmqw==
1777+
1778+
"@next/swc-linux-x64-musl@15.5.7":
1779+
version "15.5.7"
1780+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.7.tgz#72947f5357f9226292353e0bb775643da3c7a182"
1781+
integrity sha512-4IUO539b8FmF0odY6/SqANJdgwn1xs1GkPO5doZugwZ3ETF6JUdckk7RGmsfSf7ws8Qb2YB5It33mvNL/0acqA==
1782+
1783+
"@next/swc-win32-arm64-msvc@15.5.7":
1784+
version "15.5.7"
1785+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.7.tgz#397b912cd51c6a80e32b9c0507ecd82514353941"
1786+
integrity sha512-CpJVTkYI3ZajQkC5vajM7/ApKJUOlm6uP4BknM3XKvJ7VXAvCqSjSLmM0LKdYzn6nBJVSjdclx8nYJSa3xlTgQ==
1787+
1788+
"@next/swc-win32-x64-msvc@15.5.7":
1789+
version "15.5.7"
1790+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.7.tgz#e02b543d9dc6c1631d4ac239cb1177245dfedfe4"
1791+
integrity sha512-gMzgBX164I6DN+9/PGA+9dQiwmTkE4TloBNx8Kv9UiGARsr9Nba7IpcBRA1iTV9vwlYnrE3Uy6I7Aj6qLjQuqw==
17921792

17931793
"@nodelib/fs.scandir@2.1.5":
17941794
version "2.1.5"
@@ -6811,25 +6811,25 @@ next-plugin-yaml@^1.0.1:
68116811
dependencies:
68126812
js-yaml-loader "^1.2.2"
68136813

6814-
next@15.5.3:
6815-
version "15.5.3"
6816-
resolved "https://registry.yarnpkg.com/next/-/next-15.5.3.tgz#bfa6836eeed2bad28e2fcbdda8f07c871aea78d1"
6817-
integrity sha512-r/liNAx16SQj4D+XH/oI1dlpv9tdKJ6cONYPwwcCC46f2NjpaRWY+EKCzULfgQYV6YKXjHBchff2IZBSlZmJNw==
6814+
next@15.5.9:
6815+
version "15.5.9"
6816+
resolved "https://registry.yarnpkg.com/next/-/next-15.5.9.tgz#1b80d05865cc27e710fb4dcfc6fd9e726ed12ad4"
6817+
integrity sha512-agNLK89seZEtC5zUHwtut0+tNrc0Xw4FT/Dg+B/VLEo9pAcS9rtTKpek3V6kVcVwsB2YlqMaHdfZL4eLEVYuCg==
68186818
dependencies:
6819-
"@next/env" "15.5.3"
6819+
"@next/env" "15.5.9"
68206820
"@swc/helpers" "0.5.15"
68216821
caniuse-lite "^1.0.30001579"
68226822
postcss "8.4.31"
68236823
styled-jsx "5.1.6"
68246824
optionalDependencies:
6825-
"@next/swc-darwin-arm64" "15.5.3"
6826-
"@next/swc-darwin-x64" "15.5.3"
6827-
"@next/swc-linux-arm64-gnu" "15.5.3"
6828-
"@next/swc-linux-arm64-musl" "15.5.3"
6829-
"@next/swc-linux-x64-gnu" "15.5.3"
6830-
"@next/swc-linux-x64-musl" "15.5.3"
6831-
"@next/swc-win32-arm64-msvc" "15.5.3"
6832-
"@next/swc-win32-x64-msvc" "15.5.3"
6825+
"@next/swc-darwin-arm64" "15.5.7"
6826+
"@next/swc-darwin-x64" "15.5.7"
6827+
"@next/swc-linux-arm64-gnu" "15.5.7"
6828+
"@next/swc-linux-arm64-musl" "15.5.7"
6829+
"@next/swc-linux-x64-gnu" "15.5.7"
6830+
"@next/swc-linux-x64-musl" "15.5.7"
6831+
"@next/swc-win32-arm64-msvc" "15.5.7"
6832+
"@next/swc-win32-x64-msvc" "15.5.7"
68336833
sharp "^0.34.3"
68346834

68356835
no-case@^3.0.4:

0 commit comments

Comments
 (0)