Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump express-session from 1.18.0 to 1.18.1 (#3)
Bumps [express-session](https://github.com/expressjs/session) from 1.18.0 to 1.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/session/releases">express-session's releases</a>.</em></p> <blockquote> <h2>1.18.1</h2> <h2>What's Changed</h2> <ul> <li>chore: add support for OSSF scorecard reporting by <a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> in <a href="https://redirect.github.com/expressjs/session/pull/984">expressjs/session#984</a></li> <li>dep: cookie@0.7.2 by <a href="https://github.com/knolleary"><code>@knolleary</code></a> in <a href="https://redirect.github.com/expressjs/session/pull/997">expressjs/session#997</a></li> <li>Release: 1.18.1 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/session/pull/998">expressjs/session#998</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/inigomarquinez"><code>@inigomarquinez</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/session/pull/984">expressjs/session#984</a></li> <li><a href="https://github.com/knolleary"><code>@knolleary</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/session/pull/997">expressjs/session#997</a></li> <li><a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> made their first contribution in <a href="https://redirect.github.com/expressjs/session/pull/998">expressjs/session#998</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/session/compare/v1.18.0...v1.18.1">https://github.com/expressjs/session/compare/v1.18.0...v1.18.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/session/blob/master/HISTORY.md">express-session's changelog</a>.</em></p> <blockquote> <h1>1.18.1 / 2024-10-08</h1> <ul> <li>deps: cookie@0.7.2 <ul> <li>Fix object assignment of <code>hasOwnProperty</code></li> </ul> </li> <li>deps: cookie@0.7.1 <ul> <li>Allow leading dot for domain <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</li> </ul> </li> <li>deps: cookie@0.7.0 <ul> <li>perf: parse cookies ~10% faster</li> <li>fix: narrow the validation of cookies to match RFC6265</li> <li>fix: add <code>main</code> to <code>package.json</code> for rspack</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/session/commit/bbeca94e69b93d437c4ca300b111bd59169de925"><code>bbeca94</code></a> 1.18.1</li> <li><a href="https://github.com/expressjs/session/commit/341b179ec67c85c751ba0f5cfee8e514a139f630"><code>341b179</code></a> dep: cookie@0.7.2 (<a href="https://redirect.github.com/expressjs/session/issues/997">#997</a>)</li> <li><a href="https://github.com/expressjs/session/commit/8f0a1c4a35d80293eb51633e90916bdbdaa09ec4"><code>8f0a1c4</code></a> ci: add support for OSSF scorecard reporting (<a href="https://redirect.github.com/expressjs/session/issues/984">#984</a>)</li> <li>See full diff in <a href="https://github.com/expressjs/session/compare/v1.18.0...v1.18.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/~ulisesgascon">ulisesgascon</a>, a new releaser for express-session since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express-session&package-manager=npm_and_yarn&previous-version=1.18.0&new-version=1.18.1)](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>
- Loading branch information