dependabot[bot] opened a new pull request, #41874: URL: https://github.com/apache/superset/pull/41874
Bumps [cookie](https://github.com/jshttp/cookie) from 1.1.1 to 2.0.1. <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>v2.0.1</h2> <p><strong>Improved:</strong></p> <ul> <li>Small performance improvement by incrementing <code>=</code> index while parsing <code>set-cookie</code> (<a href="https://redirect.github.com/jshttp/cookie/pull/280">jshttp/cookie#280</a>)</li> </ul> <h2>v2.0.0</h2> <p><strong>Important:</strong> This release moves the package to ESM only. In node 22+ you can <code>require(esm)</code>, and older node versions are not supported.</p> <p><strong>Changed</strong></p> <ul> <li>Switch to ESM (<a href="https://redirect.github.com/jshttp/cookie/pull/273">jshttp/cookie#273</a>)</li> <li>Remove deprecated code paths (<a href="https://redirect.github.com/jshttp/cookie/pull/272">jshttp/cookie#272</a>) <ul> <li>The old <code>parse</code> and <code>stringify</code> methods have been renamed: <code>parseCookie</code> and <code>stringifySetCookie</code></li> <li><code>stringifySetCookie</code> only supports object mode (e.g. <code>{ name: "", value: "" }</code>)</li> </ul> </li> </ul> <p><strong>Improvements</strong></p> <ul> <li>Faster stringify cookie (<a href="https://redirect.github.com/jshttp/cookie/issues/262">#262</a>)</li> <li>Optimize encode performance (<a href="https://redirect.github.com/jshttp/cookie/pull/269">jshttp/cookie#269</a>)</li> <li>Apply <code>encode</code> to empty cookie values (<a href="https://redirect.github.com/jshttp/cookie/pull/277">jshttp/cookie#277</a>)</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>Omit leading semicolon when stringifying cookies with skipped values (<a href="https://redirect.github.com/jshttp/cookie/issues/267">#267</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jshttp/cookie/commit/51c485421a95ee796de6d8dab53a5ade0a20db8a"><code>51c4854</code></a> 2.0.1</li> <li><a href="https://github.com/jshttp/cookie/commit/84068f81120f1c603bfff085bf962a3747a0d540"><code>84068f8</code></a> Increment <code>=</code> index when parsing <code>set-cookie</code> (<a href="https://redirect.github.com/jshttp/cookie/issues/280">#280</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/e5164deb7c3f3671ab197bf6d9a5125c9c08833c"><code>e5164de</code></a> 2.0.0</li> <li><a href="https://github.com/jshttp/cookie/commit/ddd3ad49c7cfe837046cb3943b98e634b82e34b1"><code>ddd3ad4</code></a> Remove deprecations from README (<a href="https://redirect.github.com/jshttp/cookie/issues/279">#279</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/581e9df7d3c643696eee531d313192b04658eec5"><code>581e9df</code></a> Apply <code>encode</code> to empty cookie values (<a href="https://redirect.github.com/jshttp/cookie/issues/277">#277</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/6a4ec434a266320ea34a94215db2f7922e4535f7"><code>6a4ec43</code></a> Upgrade deps (<a href="https://redirect.github.com/jshttp/cookie/issues/278">#278</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/f6d0482e676a91f0327f91c990f8708db5bf3d1c"><code>f6d0482</code></a> Switch to ESM (<a href="https://redirect.github.com/jshttp/cookie/issues/273">#273</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/b05ae232483048713186795c5592b2319a3028db"><code>b05ae23</code></a> Add release workflow (<a href="https://redirect.github.com/jshttp/cookie/issues/264">#264</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/15d79967aebcd85b7384aa5e9c2666fdf6a85d0f"><code>15d7996</code></a> Remove deprecated code paths (<a href="https://redirect.github.com/jshttp/cookie/issues/272">#272</a>)</li> <li><a href="https://github.com/jshttp/cookie/commit/4f7c94a07aa00d419837c925e63cd1bc639a7935"><code>4f7c94a</code></a> Optimize <code>encode</code> performance (<a href="https://redirect.github.com/jshttp/cookie/issues/269">#269</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jshttp/cookie/compare/v1.1.1...v2.0.1">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/~GitHub%20Actions">GitHub Actions</a>, a new releaser for cookie since your current version.</p> </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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
