mirror of
https://github.com/evroon/bracket.git
synced 2026-05-23 16:10:56 -04:00
Bump cookies-next from 4.3.0 to 5.0.2 in /frontend (#1003)
Bumps [cookies-next](https://github.com/andreizanik/cookies-next) from 4.3.0 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/andreizanik/cookies-next/releases">cookies-next's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/andreizanik/cookies-next/compare/v5.0.0...v5.0.2">https://github.com/andreizanik/cookies-next/compare/v5.0.0...v5.0.2</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add Next.js 15+ support (continuation) by <a href="https://github.com/greg2012201"><code>@greg2012201</code></a> in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/87">andreizanik/cookies-next#87</a></li> <li>feat: add Next.js 15+ support by <a href="https://github.com/joaopcm"><code>@joaopcm</code></a> in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/86">andreizanik/cookies-next#86</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joaopcm"><code>@joaopcm</code></a> made their first contribution in <a href="https://redirect.github.com/andreizanik/cookies-next/pull/86">andreizanik/cookies-next#86</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.0">https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e3a72e85cb"><code>e3a72e8</code></a> 5.0.2</li> <li><a href="c5a9e80e60"><code>c5a9e80</code></a> add npmignore</li> <li><a href="fe8fef1c6e"><code>fe8fef1</code></a> 5.0.1</li> <li><a href="694d359fa5"><code>694d359</code></a> Merge pull request <a href="https://redirect.github.com/andreizanik/cookies-next/issues/87">#87</a> from greg2012201/master</li> <li><a href="38b6c708b0"><code>38b6c70</code></a> chore(docs): Explain how to use cookies-next correctly in a client-side compo...</li> <li><a href="b9ed5e45e4"><code>b9ed5e4</code></a> fix: Narrow down return types by explicitly returning functions.</li> <li><a href="bca8b87b01"><code>bca8b87</code></a> Merge branch 'greg/next-15-support'</li> <li><a href="b9c28e16da"><code>b9c28e1</code></a> refactor: Remove redundant guard.</li> <li><a href="0e508f581e"><code>0e508f5</code></a> Merge branch 'greg/next-15-support'</li> <li><a href="b860cfde94"><code>b860cfd</code></a> fix:Put the server phase guard in the right places.</li> <li>Additional commits viewable in <a href="https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"@tabler/icons-react": "^3.21.0",
|
||||
"axios": "^1.7.4",
|
||||
"clsx": "^2.0.0",
|
||||
"cookies-next": "^4.3.0",
|
||||
"cookies-next": "^5.0.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"dayjs": "^1.11.10",
|
||||
"i18next": "^23.16.0",
|
||||
|
||||
@@ -1246,11 +1246,6 @@
|
||||
dependencies:
|
||||
"@babel/types" "^7.20.7"
|
||||
|
||||
"@types/cookie@^0.6.0":
|
||||
version "0.6.0"
|
||||
resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz"
|
||||
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
|
||||
|
||||
"@types/graceful-fs@^4.1.3":
|
||||
version "4.1.9"
|
||||
resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz"
|
||||
@@ -2170,18 +2165,17 @@ convert-source-map@^2.0.0:
|
||||
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz"
|
||||
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
|
||||
|
||||
cookie@^0.7.0:
|
||||
version "0.7.2"
|
||||
resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz"
|
||||
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
|
||||
cookie@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.1.tgz#e1a00d20420e0266aff817815640289eef142751"
|
||||
integrity sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==
|
||||
|
||||
cookies-next@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.npmjs.org/cookies-next/-/cookies-next-4.3.0.tgz"
|
||||
integrity sha512-XxeCwLR30cWwRd94sa9X5lRCDLVujtx73tv+N0doQCFIDl83fuuYdxbu/WQUt9aSV7EJx7bkMvJldjvzuFqr4w==
|
||||
cookies-next@^5.0.2:
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/cookies-next/-/cookies-next-5.0.2.tgz#441430194934b73945691c5b3a5e251833628c5c"
|
||||
integrity sha512-Ft5yXMbN6wMfgLiL5TMyPnxsjkW6UEjZw0YMoDMiF3F6iYdFPjiJEMugx/sivUr8G+0xPG80lBYqI2b+VquSuw==
|
||||
dependencies:
|
||||
"@types/cookie" "^0.6.0"
|
||||
cookie "^0.7.0"
|
||||
cookie "^1.0.1"
|
||||
|
||||
core-js@3, core-js@^3:
|
||||
version "3.35.0"
|
||||
|
||||
Reference in New Issue
Block a user