Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps cookie to 1.1.1 and updates ancestor dependency hapi-auth-jwt2. These dependencies need to be updated together.

Updates cookie from 0.4.2 to 1.1.1

Release notes

Sourced from cookie's releases.

v1.1.1

Fixed

  • Overwrite value in passed in options (#253) c66147c
    • When value was provided in serialize(key, value, { value }) the value in options was used instead of the value passed as an argument

jshttp/cookie@v1.1.0...v1.1.1

v1.1.0

Added:

  • Add stringifyCookie and parseSetCookie methods (#244, #214)
  • Rename existing methods for clarity (old method names remain for backward compatibility)
    • parseparseCookie
    • serializestringifySetCookie
  • Add side effects field (#245) 00b0327

jshttp/cookie@v1.0.2...v1.1.0

v1.0.2

Fixed

  • Loosen cookie name/value validation (#210)
  • fix: options.priority used incorrect fallback (#207) by @​jonchurch

Added

jshttp/cookie@v1.0.1...v1.0.2

v1.0.1

Added

  • Allow case insensitive options (#194) 3bed080

jshttp/cookie@v1.0.0...v1.0.1

v1.0.0

Breaking changes

  • Use modern JS features, ship TypeScript definition (#175) 1cc64ff
    • Adds __esModule marker, imports need to use import { parse, serialize } or import * as cookie
  • Minimum node.js v18
  • Uses null prototype object for parse return value
  • Changes strict and priority to match the lower case strings (i.e. low, not LOW or Low)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates hapi-auth-jwt2 from 10.4.0 to 10.7.0

Release notes

Sourced from hapi-auth-jwt2's releases.

Handle Error Object passed into raise error (Boomify) #468 ref: #469

@​virginiam1203 noted in #468 that they were having issues with error handling. 💥 Fixed with backward-compatible code in #469. 🎉

Exception and Decoded Token in Error Context #442

No release notes provided.

Commits
  • 2f3afb1 Maintenance Update for all Dependencies
  • f98305a Merge pull request #495 from dwyl/dependabot/npm_and_yarn/hapi/hapi-21.3.12
  • a991362 Bump @​hapi/hapi from 21.3.10 to 21.3.12
  • 7fdb95f Merge pull request #493 from dwyl/dependabot/npm_and_yarn/cookie-1.0.1
  • e0da2e6 Bump cookie from 0.7.2 to 1.0.1
  • 1014a9e Merge pull request #491 from dwyl/dependabot/npm_and_yarn/cookie-0.7.2
  • e116389 Bump cookie from 0.6.0 to 0.7.2
  • e846633 Merge pull request #488 from dwyl/dependabot/npm_and_yarn/nyc-17.1.0
  • 5a82fd0 Bump nyc from 17.0.0 to 17.1.0
  • 13411ba Merge pull request #482 from dwyl/dependabot/npm_and_yarn/eslint-plugin-prett...
  • Additional commits viewable in compare view

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 commands and options

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2026 14:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2026
@cschetan77
Copy link
Contributor

@dependabot rebase

Bumps [cookie](https://github.com/jshttp/cookie) to 1.1.1 and updates ancestor dependency [hapi-auth-jwt2](https://github.com/dwyl/hapi-auth-jwt2). These dependencies need to be updated together.


Updates `cookie` from 0.4.2 to 1.1.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.2...v1.1.1)

Updates `hapi-auth-jwt2` from 10.4.0 to 10.7.0
- [Release notes](https://github.com/dwyl/hapi-auth-jwt2/releases)
- [Changelog](https://github.com/dwyl/hapi-auth-jwt2/blob/main/CHANGELOG.md)
- [Commits](dwyl/hapi-auth-jwt2@v10.4.0...v10.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-version: 1.1.1
  dependency-type: indirect
- dependency-name: hapi-auth-jwt2
  dependency-version: 10.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/hapi-demo/multi-442ae0f966 branch from 4e36d37 to 5d62c51 Compare January 22, 2026 06:34
@cschetan77 cschetan77 merged commit beaceaa into master Jan 22, 2026
11 of 12 checks passed
@cschetan77 cschetan77 deleted the dependabot/npm_and_yarn/examples/hapi-demo/multi-442ae0f966 branch January 22, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants