From 78d0c2807997028230e90ebce7ac3030517494a8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 5 Dec 2025 10:24:58 +0100
Subject: [PATCH] build(deps): bump jws from 3.2.2 to 3.2.3 (#6091)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [jws](https://github.com/brianloveswords/node-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.
[](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)
---
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 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/transloadit/uppy/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
yarn.lock | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 5355036ee..846a1903b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -10757,7 +10757,7 @@ __metadata:
languageName: node
linkType: hard
-"buffer-equal-constant-time@npm:1.0.1":
+"buffer-equal-constant-time@npm:1.0.1, buffer-equal-constant-time@npm:^1.0.1":
version: 1.0.1
resolution: "buffer-equal-constant-time@npm:1.0.1"
checksum: 10/80bb945f5d782a56f374b292770901065bad21420e34936ecbe949e57724b4a13874f735850dd1cc61f078773c4fb5493a41391e7bda40d1fa388d6bd80daaab
@@ -15981,14 +15981,14 @@ __metadata:
languageName: node
linkType: hard
-"jwa@npm:^1.4.1":
- version: 1.4.1
- resolution: "jwa@npm:1.4.1"
+"jwa@npm:^1.4.2":
+ version: 1.4.2
+ resolution: "jwa@npm:1.4.2"
dependencies:
- buffer-equal-constant-time: "npm:1.0.1"
+ buffer-equal-constant-time: "npm:^1.0.1"
ecdsa-sig-formatter: "npm:1.0.11"
safe-buffer: "npm:^5.0.1"
- checksum: 10/0bc002b71dd70480fedc7d442a4d2b9185a9947352a027dcb4935864ad2323c57b5d391adf968a3622b61e940cef4f3484d5813b95864539272d41cac145d6f3
+ checksum: 10/a46c9ddbcc226d9e85e13ef96328c7d331abddd66b5a55ec44bcf4350464a6125385ac9c1e64faa0fae8d586d90a14d6b5e96c73f0388970a3918d5252efb0f3
languageName: node
linkType: hard
@@ -16015,12 +16015,12 @@ __metadata:
linkType: hard
"jws@npm:^3.2.2":
- version: 3.2.2
- resolution: "jws@npm:3.2.2"
+ version: 3.2.3
+ resolution: "jws@npm:3.2.3"
dependencies:
- jwa: "npm:^1.4.1"
+ jwa: "npm:^1.4.2"
safe-buffer: "npm:^5.0.1"
- checksum: 10/70b016974af8a76d25030c80a0097b24ed5b17a9cf10f43b163c11cb4eb248d5d04a3fe48c0d724d2884c32879d878ccad7be0663720f46b464f662f7ed778fe
+ checksum: 10/707387dd1cabcc3d9c2818f773cfaac7ede66e79ca11bbd159285a88cf5d8e8f355afcb8ee373e7bb0fcf9b7a2df015b22c50f27842f2c77453f04cd9f8f4009
languageName: node
linkType: hard