mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Bump jose from 5.4.0 to 5.4.1 (#6461)
Bumps [jose](https://github.com/panva/jose) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
048ef2e357
commit
bfd4b69046
2 changed files with 6 additions and 6 deletions
|
@ -186,8 +186,8 @@ importers:
|
|||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
jose:
|
||||
specifier: ^5.4.0
|
||||
version: 5.4.0
|
||||
specifier: ^5.4.1
|
||||
version: 5.4.1
|
||||
js-cookie:
|
||||
specifier: ^3.0.5
|
||||
version: 3.0.5
|
||||
|
@ -5054,8 +5054,8 @@ packages:
|
|||
minimatch: 3.1.2
|
||||
dev: false
|
||||
|
||||
/jose@5.4.0:
|
||||
resolution: {integrity: sha512-6rpxTHPAQyWMb9A35BroFl1Sp0ST3DpPcm5EVIxZxdH+e0Hv9fwhyB3XLKFUcHNpdSDnETmBfuPPTTlYz5+USw==}
|
||||
/jose@5.4.1:
|
||||
resolution: {integrity: sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==}
|
||||
dev: false
|
||||
|
||||
/js-cookie@3.0.5:
|
||||
|
@ -5912,7 +5912,7 @@ packages:
|
|||
debug: 4.3.5
|
||||
eta: 3.4.0
|
||||
got: 13.0.0
|
||||
jose: 5.4.0
|
||||
jose: 5.4.1
|
||||
jsesc: 3.0.2
|
||||
koa: 2.15.3
|
||||
nanoid: 5.0.7
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"find-root": "1.1.0",
|
||||
"formidable": "^3.5.1",
|
||||
"http-errors": "^2.0.0",
|
||||
"jose": "^5.4.0",
|
||||
"jose": "^5.4.1",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jsdom": "^24.1.0",
|
||||
"jsonminify": "0.4.2",
|
||||
|
|
Loading…
Reference in a new issue