Skip to content

Commit fb05f3c

Browse files
authored
fix(deps): patch fast-jwt in app to address CVE-2026-34950 (#492)
1 parent 1051145 commit fb05f3c

2 files changed

Lines changed: 25 additions & 11 deletions

File tree

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"esbuild": "^0.20.2",
5353
"esbuild-plugin-polyfill-node": "^0.3.0",
5454
"eslint": "^8.57.0",
55-
"fast-jwt": "^4.0.2",
55+
"fast-jwt": "^6.2.2",
5656
"nitro-cloudflare-dev": "^0.2.2",
5757
"typescript": "^5.7.2",
5858
"vue-tsc": "^2.0.7",

pnpm-lock.yaml

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)