Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-NEXT-6032387
  • Loading branch information
snyk-bot committed Oct 30, 2023
1 parent 6b0ed1e commit ee131b8
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 119 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/cli": "^8.2.1",
"@nestjs/common": "^8.4.0",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.0",
"@nestjs/jwt": "^8.0.0",
Expand All @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"autoprefixer": "^10.4.2",
"axios": "^0.26.0",
"axios": "^1.6.0",
"debounce": "^1.2.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
Expand All @@ -77,7 +77,7 @@
"moment": "^2.29.2",
"mongoose": "^6.2.3",
"nest-next": "^9.6.0",
"next": "^12.1.0",
"next": "^13.5.0",
"node-sass": "^7.0.1",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
Expand Down
Loading

0 comments on commit ee131b8

Please sign in to comment.