Skip to content

Commit 00b697a

Browse files
committed
fix: auth
1 parent 1063f55 commit 00b697a

File tree

3 files changed

+139
-7
lines changed

3 files changed

+139
-7
lines changed

libs/auth/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"license": "MIT",
3535
"description": "Authentication module",
3636
"engines": {
37-
"node": ">= 14.0.0"
37+
"node": ">= 20.10.0"
3838
},
3939
"scripts": {
4040
"rimraf": "npm exec -- rimraf",
@@ -70,11 +70,5 @@
7070
},
7171
"optionalDependencies": {
7272
"ngx-cookie": "~6.0.1"
73-
},
74-
"devDependencies": {
75-
"@auth0/angular-jwt": "^5.0.1",
76-
"jsonwebtoken": "~8.5.1",
77-
"@types/express": "~4.17.13",
78-
"@types/jsonwebtoken": "~8.5.5"
7973
}
8074
}

package-lock.json

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

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
"@types/node": "18.16.9",
6464
"@typescript-eslint/eslint-plugin": "7.3.0",
6565
"@typescript-eslint/parser": "7.3.0",
66+
"@auth0/angular-jwt": "~5.2.0",
67+
"jsonwebtoken": "~8.5.1",
68+
"@types/express": "~4.17.13",
69+
"@types/jsonwebtoken": "~8.5.5",
6670
"angular-i18next": "~18.0.0",
6771
"conventional-changelog": "^3.1.24",
6872
"conventional-changelog-cli": "^2.1.1",

0 commit comments

Comments
 (0)