Skip to content

Commit

Permalink
Bump cookie and next-auth in /cueweb (#1598)
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates
ancestor dependency
[next-auth](https://github.com/nextauthjs/next-auth). These dependencies
need to be updated together.

Updates `cookie` from 0.5.0 to 0.7.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jshttp/cookie/releases">cookie's
releases</a>.</em></p>
<blockquote>
<h2>v0.7.2</h2>
<p><strong>Fixed</strong></p>
<ul>
<li>Fix object assignment of <code>hasOwnProperty</code> (<a
href="https://redirect.github.com/jshttp/cookie/issues/177">#177</a>)
bc38ffd</li>
</ul>
<p><a
href="https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2">https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2</a></p>
<h2>0.7.1</h2>
<p><strong>Fixed</strong></p>
<ul>
<li>Allow leading dot for domain (<a
href="https://redirect.github.com/jshttp/cookie/issues/174">#174</a>)
<ul>
<li>Although not permitted in the spec, some users expect this to work
and user agents ignore the leading dot according to spec</li>
</ul>
</li>
<li>Add fast path for <code>serialize</code> without options, use
<code>obj.hasOwnProperty</code> when parsing (<a
href="https://redirect.github.com/jshttp/cookie/issues/172">#172</a>)</li>
</ul>
<p><a
href="https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1">https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1</a></p>
<h2>0.7.0</h2>
<ul>
<li>perf: parse cookies ~10% faster (<a
href="https://redirect.github.com/jshttp/cookie/issues/144">#144</a> by
<a href="https://github.com/kurtextrem"><code>@​kurtextrem</code></a>
and <a
href="https://redirect.github.com/jshttp/cookie/issues/170">#170</a>)</li>
<li>fix: narrow the validation of cookies to match RFC6265 (<a
href="https://redirect.github.com/jshttp/cookie/issues/167">#167</a> by
<a href="https://github.com/bewinsnw"><code>@​bewinsnw</code></a>)</li>
<li>fix: add <code>main</code> to <code>package.json</code> for rspack
(<a href="https://redirect.github.com/jshttp/cookie/issues/166">#166</a>
by <a
href="https://github.com/proudparrot2"><code>@​proudparrot2</code></a>)</li>
</ul>
<p><a
href="https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0">https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0</a></p>
<h2>0.6.0</h2>
<ul>
<li>Add <code>partitioned</code> option</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jshttp/cookie/commit/d19eaa1a2bb9ca43ac0951edd852ba4e88e410e0"><code>d19eaa1</code></a>
0.7.2</li>
<li><a
href="https://github.com/jshttp/cookie/commit/bc38ffd0eae716b199236dda061d0bdc74192dd3"><code>bc38ffd</code></a>
Fix object assignment of <code>hasOwnProperty</code> (<a
href="https://redirect.github.com/jshttp/cookie/issues/177">#177</a>)</li>
<li><a
href="https://github.com/jshttp/cookie/commit/cf4658f492c5bd96aeaf5693c3500f8495031014"><code>cf4658f</code></a>
0.7.1</li>
<li><a
href="https://github.com/jshttp/cookie/commit/6a8b8f5a49af7897b98ebfb29a1c4955afa3d33e"><code>6a8b8f5</code></a>
Allow leading dot for domain (<a
href="https://redirect.github.com/jshttp/cookie/issues/174">#174</a>)</li>
<li><a
href="https://github.com/jshttp/cookie/commit/58015c0b93de0b63db245cfdc5a108e511a81ad0"><code>58015c0</code></a>
Remove more code and perf wins (<a
href="https://redirect.github.com/jshttp/cookie/issues/172">#172</a>)</li>
<li><a
href="https://github.com/jshttp/cookie/commit/ab057d6c06b94a7b1e3358e69a685ae49c97b627"><code>ab057d6</code></a>
0.7.0</li>
<li><a
href="https://github.com/jshttp/cookie/commit/5f02ca87688481dbcf155e49ca8b61732f30e542"><code>5f02ca8</code></a>
Migrate history to GitHub releases</li>
<li><a
href="https://github.com/jshttp/cookie/commit/a5d591ce8447dd63821779724f96ad3c774c8579"><code>a5d591c</code></a>
Migrate history to GitHub releases</li>
<li><a
href="https://github.com/jshttp/cookie/commit/51968f94b5e820adeceef505539fa193ffe2d105"><code>51968f9</code></a>
Skip isNaN</li>
<li><a
href="https://github.com/jshttp/cookie/commit/9e7ca51ade4b325307eedd6b4dec190983e9e2cc"><code>9e7ca51</code></a>
perf(parse): cache length, return early (<a
href="https://redirect.github.com/jshttp/cookie/issues/144">#144</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.2">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~blakeembrey">blakeembrey</a>, a new
releaser for cookie since your current version.</p>
</details>
<br />

Updates `next-auth` from 4.24.8 to 4.24.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nextauthjs/next-auth/releases">next-auth's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: functions that return promises must be async by <a
href="https://github.com/thomaslindstrom"><code>@​thomaslindstrom</code></a>
in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/12105">nextauthjs/next-auth#12105</a></li>
<li>fix: support AUTH_SECRET for compat with npx auth secret by <a
href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>
in <a
href="https://github.com/nextauthjs/next-auth/commit/490a033cf0396fa634bf6636402624643babef5d">https://github.com/nextauthjs/next-auth/commit/490a033cf0396fa634bf6636402624643babef5d</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.10">https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.10</a></p>
<h2>[email protected]</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(docs): fix typo in WorkOS documentation by <a
href="https://github.com/outofgamut"><code>@​outofgamut</code></a> in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/11959">nextauthjs/next-auth#11959</a></li>
<li>chore(v4): add neon sponsor by <a
href="https://github.com/ndom91"><code>@​ndom91</code></a> in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/12008">nextauthjs/next-auth#12008</a></li>
<li>cookie package upgraded by <a
href="https://github.com/talyuk"><code>@​talyuk</code></a> in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/12046">nextauthjs/next-auth#12046</a></li>
<li>Allow Next.js v15 peer dependency by <a
href="https://github.com/thomaslindstrom"><code>@​thomaslindstrom</code></a>
in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/12098">nextauthjs/next-auth#12098</a></li>
<li><code>await</code> dynamic APIs as per Next.js 15 changes by <a
href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>
in <a
href="https://github.com/nextauthjs/next-auth/commit/4d143c51999e96f39b3fe9e0c7da2b070639253c">https://github.com/nextauthjs/next-auth/commit/4d143c51999e96f39b3fe9e0c7da2b070639253c</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/outofgamut"><code>@​outofgamut</code></a> made
their first contribution in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/11959">nextauthjs/next-auth#11959</a></li>
<li><a href="https://github.com/talyuk"><code>@​talyuk</code></a> made
their first contribution in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/12046">nextauthjs/next-auth#12046</a></li>
<li><a
href="https://github.com/thomaslindstrom"><code>@​thomaslindstrom</code></a>
made their first contribution in <a
href="https://redirect.github.com/nextauthjs/next-auth/pull/12098">nextauthjs/next-auth#12098</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.9">https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/c7ea50de1c252f0221685c28e9520fc28ad62c14"><code>c7ea50d</code></a>
chore(release): bump version [skip ci]</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/490a033cf0396fa634bf6636402624643babef5d"><code>490a033</code></a>
fix: support <code>AUTH_SECRET</code> for compat with <code>npx auth
secret</code></li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/1e6be7247ea537c2d10c6ce35b0d353ec344cc40"><code>1e6be72</code></a>
fix: functions that return promises must be async (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/12105">#12105</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/ddab3cc0977867acad08a3cf045b6334b126ae09"><code>ddab3cc</code></a>
chore(release): bump version [skip ci]</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/4d143c51999e96f39b3fe9e0c7da2b070639253c"><code>4d143c5</code></a>
fix: <code>await</code> dynamic APIs as per Next.js 15 changes</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/15c046c8f5f2395c8e5ea44962955d732f1037fa"><code>15c046c</code></a>
fix: add Next.js v15 a possible peer dependency (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/12098">#12098</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/696d117349b603f2f4f4a4e140cc32e445735f81"><code>696d117</code></a>
fix: cookie package upgraded (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/12046">#12046</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/c15d9a5b7a435f4301572745add89cc99db30aef"><code>c15d9a5</code></a>
chore(v4): add neon sponsor (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/12008">#12008</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/89a1cceb4fff723a5c4bf779e0577c1b2993d0db"><code>89a1cce</code></a>
chore(docs): fix typo in WorkOS documentation (<a
href="https://redirect.github.com/nextauthjs/next-auth/issues/11959">#11959</a>)</li>
<li><a
href="https://github.com/nextauthjs/next-auth/commit/f2d6a8a2ebba5480454732fbef60c66880ef451c"><code>f2d6a8a</code></a>
docs: redirect contributors page</li>
<li>See full diff in <a
href="https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.10">compare
view</a></li>
</ul>
</details>
<br />


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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/AcademySoftwareFoundation/OpenCue/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 413ae3e commit 898ecd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions cueweb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cueweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.304.0",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-auth": "^4.24.10",
"next-themes": "^0.2.1",
"prom-client": "^15.1.2",
"react": "^18",
Expand Down

0 comments on commit 898ecd6

Please sign in to comment.