Skip to content

Commit 7b41450

Browse files
fix(deps): update dependency jsonwebtoken to v9 [security]
1 parent e556487 commit 7b41450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@omega-core/i18n": "^0.4.0",
1818
"date-fns": "1.30.1",
1919
"i18next": "17.0.9",
20-
"jsonwebtoken": "8.5.1",
20+
"jsonwebtoken": "9.0.0",
2121
"lodash": "4.17.21",
2222
"mini-css-extract-plugin": "0.7.0",
2323
"prop-types": "15.7.2",

src/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"graphql": "14.4.2",
2727
"graphql-subscriptions": "1.1.0",
2828
"graphql-tools": "4.0.5",
29-
"jsonwebtoken": "8.5.1",
29+
"jsonwebtoken": "9.0.0",
3030
"lodash": "4.17.21",
3131
"node-fetch": "2.6.1",
3232
"passport": "0.4.0",

0 commit comments

Comments
 (0)