Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 0f70128 commit bfb7b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
]
},
"dependencies": {
"auth0": "2.17.0",
"auth0": "2.25.0",
"auth0-extension-express-tools": "^1.1.9",
"auth0-extension-tools": "^1.3.3",
"auth0-oauth2-express": "1.2.0",
"body-parser": "^1.15.2",
"cors": "2.8.1",
"crypto": "^0.0.3",
"express": "4.14.0",
"express-jwt": "^5.1.0",
"handlebars": "^4.0.5",
"express-jwt": "^6.1.1",
"handlebars": "^4.7.4",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.4",
"nconf": "^0.8.4",
Expand Down

0 comments on commit bfb7b5b

Please sign in to comment.