Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2025

Bumps jws from 3.2.2 to 3.2.3.

Release notes

Sourced from jws's releases.

v3.2.3

Changed

  • Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via opts.secret, opts.privateKey or opts.key) when using HMAC algorithms.
  • Upgrading JWA version to 1.4.2, addressing a compatibility issue for Node >= 25.
Changelog

Sourced from jws's changelog.

[3.2.3]

Changed

  • Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via opts.secret, opts.privateKey or opts.key) when using HMAC algorithms.
  • Upgrading JWA version to 1.4.2, adressing a compatibility issue for Node >= 25.

[3.0.0]

Changed

2.0.0 - 2015-01-30

Changed

  • BREAKING: Default payload encoding changed from binary to utf8. utf8 is a is a more sensible default than binary because many payloads, as far as I can tell, will contain user-facing strings that could be in any language. (6b6de48)

  • Code reorganization, thanks @​fearphage! (7880050)

Added

  • Option in all relevant methods for encoding. For those few users that might be depending on a binary encoding of the messages, this is for them. (6b6de48)
Commits
  • 4f6e73f Merge commit from fork
  • bd0fea5 version 3.2.3
  • 7c3b4b4 Enhance tests for HMAC streaming sign and verify
  • a9b8ed9 Improve secretOrKey initialization in VerifyStream
  • 6707fde Improve secret handling in SignStream
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by julien.wollscheid, a new releaser for jws since your current version.


Dependabot compatibility score

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.

Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jws@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: jws
  dependency-version: 3.2.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 7, 2025
@dependabot dependabot bot requested a review from kevinpschaaf as a code owner December 7, 2025 00:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 7, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 7, 2025

⚠️ No Changeset found

Latest commit: cc810e6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

πŸ“Š Tachometer Benchmark Results

Summary

nop-update

  • this-change, tip-of-tree, previous-release: unsure πŸ” -11% - +5% (-1.34ms - +0.67ms)
    this-change vs tip-of-tree

render

  • this-change: 50.61ms - 67.11ms
  • this-change, tip-of-tree, previous-release: unsure πŸ” -5% - +2% (-0.97ms - +0.38ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -3% - +1% (-0.91ms - +0.35ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -1% - +4% (-1.46ms - +4.42ms)
    this-change vs tip-of-tree

update

  • this-change: 449.49ms - 456.82ms
  • this-change, tip-of-tree, previous-release: unsure πŸ” -2% - +6% (-0.71ms - +2.01ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -1% - +2% (-0.75ms - +1.09ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: faster βœ” 1% - 2% (3.24ms - 9.31ms)
    this-change vs tip-of-tree

update-reflect

  • this-change: 433.28ms - 435.93ms
  • this-change, tip-of-tree, previous-release: unsure πŸ” -1% - +1% (-2.36ms - +3.54ms)
    this-change vs tip-of-tree

Results

this-change

render

VersionAvg timevs
50.61ms - 67.11ms-

update

VersionAvg timevs
449.49ms - 456.82ms-

update-reflect

VersionAvg timevs
433.28ms - 435.93ms-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
18.47ms - 19.27ms-unsure πŸ”
-5% - +2%
-0.97ms - +0.38ms
unsure πŸ”
-3% - +4%
-0.57ms - +0.69ms
tip-of-tree
tip-of-tree
18.61ms - 19.71msunsure πŸ”
-2% - +5%
-0.38ms - +0.97ms
-unsure πŸ”
-2% - +6%
-0.38ms - +1.08ms
previous-release
previous-release
18.32ms - 19.29msunsure πŸ”
-4% - +3%
-0.69ms - +0.57ms
unsure πŸ”
-6% - +2%
-1.08ms - +0.38ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
35.34ms - 37.31ms-unsure πŸ”
-2% - +6%
-0.71ms - +2.01ms
unsure πŸ”
-5% - +3%
-1.78ms - +1.08ms
tip-of-tree
tip-of-tree
34.73ms - 36.61msunsure πŸ”
-6% - +2%
-2.01ms - +0.71ms
-unsure πŸ”
-6% - +1%
-2.40ms - +0.40ms
previous-release
previous-release
35.63ms - 37.71msunsure πŸ”
-3% - +5%
-1.08ms - +1.78ms
unsure πŸ”
-1% - +7%
-0.40ms - +2.40ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
11.46ms - 12.73ms-unsure πŸ”
-11% - +5%
-1.34ms - +0.67ms
unsure πŸ”
-10% - +5%
-1.22ms - +0.63ms
tip-of-tree
tip-of-tree
11.65ms - 13.20msunsure πŸ”
-6% - +11%
-0.67ms - +1.34ms
-unsure πŸ”
-8% - +9%
-0.99ms - +1.06ms
previous-release
previous-release
11.72ms - 13.06msunsure πŸ”
-5% - +10%
-0.63ms - +1.22ms
unsure πŸ”
-9% - +8%
-1.06ms - +0.99ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
34.09ms - 34.93ms-unsure πŸ”
-3% - +1%
-0.91ms - +0.35ms
unsure πŸ”
-2% - +1%
-0.81ms - +0.43ms
tip-of-tree
tip-of-tree
34.33ms - 35.27msunsure πŸ”
-1% - +3%
-0.35ms - +0.91ms
-unsure πŸ”
-2% - +2%
-0.56ms - +0.75ms
previous-release
previous-release
34.25ms - 35.16msunsure πŸ”
-1% - +2%
-0.43ms - +0.81ms
unsure πŸ”
-2% - +2%
-0.75ms - +0.56ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
66.91ms - 68.28ms-unsure πŸ”
-1% - +2%
-0.75ms - +1.09ms
unsure πŸ”
-1% - +1%
-0.99ms - +0.93ms
tip-of-tree
tip-of-tree
66.81ms - 68.04msunsure πŸ”
-2% - +1%
-1.09ms - +0.75ms
-unsure πŸ”
-2% - +1%
-1.12ms - +0.71ms
previous-release
previous-release
66.95ms - 68.30msunsure πŸ”
-1% - +1%
-0.93ms - +0.99ms
unsure πŸ”
-1% - +2%
-0.71ms - +1.12ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
101.67ms - 102.76ms-unsure πŸ”
-1% - +4%
-1.46ms - +4.42ms
unsure πŸ”
-2% - +0%
-1.78ms - +0.32ms
tip-of-tree
tip-of-tree
97.85ms - 103.62msunsure πŸ”
-4% - +1%
-4.42ms - +1.46ms
-unsure πŸ”
-5% - +1%
-5.24ms - +0.81ms
previous-release
previous-release
102.05ms - 103.85msunsure πŸ”
-0% - +2%
-0.32ms - +1.78ms
unsure πŸ”
-1% - +5%
-0.81ms - +5.24ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
444.71ms - 448.86ms-faster βœ”
1% - 2%
3.24ms - 9.31ms
faster βœ”
0% - 2%
0.68ms - 6.81ms
tip-of-tree
tip-of-tree
450.85ms - 455.27msslower ❌
1% - 2%
3.24ms - 9.31ms
-unsure πŸ”
-0% - +1%
-0.63ms - +5.69ms
previous-release
previous-release
448.27ms - 452.78msslower ❌
0% - 2%
0.68ms - 6.81ms
unsure πŸ”
-1% - +0%
-5.69ms - +0.63ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
453.22ms - 457.88ms-unsure πŸ”
-1% - +1%
-2.36ms - +3.54ms
unsure πŸ”
-0% - +1%
-1.55ms - +4.57ms
tip-of-tree
tip-of-tree
453.15ms - 456.78msunsure πŸ”
-1% - +1%
-3.54ms - +2.36ms
-unsure πŸ”
-0% - +1%
-1.77ms - +3.61ms
previous-release
previous-release
452.05ms - 456.03msunsure πŸ”
-1% - +0%
-4.57ms - +1.55ms
unsure πŸ”
-1% - +0%
-3.61ms - +1.77ms
-

tachometer-reporter-action v2 for Benchmarks

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

The size of lit-html.js and lit-core.min.js are as expected.

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.

0 participants