Skip to content

Commit

Permalink
chore(deps): security vulnerabilities (#774)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Berg <[email protected]>
  • Loading branch information
DerekRoberts and cberg-aot authored Nov 27, 2023
1 parent 7bcb2c2 commit 703d330
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 29 deletions.
14 changes: 7 additions & 7 deletions dops/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions dops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@aws-sdk/client-s3": "^3.369.0",
"@aws-sdk/lib-storage": "^3.370.0",
"@aws-sdk/s3-request-presigner": "^3.370.0",
"@nestjs/axios": "^3.0.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.0.1",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^9.4.3",
Expand Down Expand Up @@ -154,6 +154,9 @@
"*.{js,ts}": "./node_modules/.bin/eslint --cache --fix"
},
"overrides": {
"minimist@<1.2.6": "1.2.6"
"minimist@<1.2.6": "1.2.6",
"@nestjs/axios": {
"axios": "^1.6.0"
}
}
}
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-error-boundary": "^4.0.7",
"react-hook-form": "^7.43.9",
"react-modal": "^3.16.1",
"react-oidc-context": "^2.2.2",
"react-oidc-context": "^2.3.1",
"react-router-dom": "^6.11.0",
"sass": "^1.62.1",
"validator": "^13.9.0"
Expand Down
26 changes: 13 additions & 13 deletions vehicles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions vehicles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@automapper/core": "^8.7.7",
"@automapper/nestjs": "^8.7.7",
"@automapper/types": "^6.3.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.0.0",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^9.4.3",
Expand Down Expand Up @@ -154,6 +154,9 @@
"*.{js,ts}": "./node_modules/.bin/eslint --cache --fix"
},
"overrides": {
"minimist@<1.2.6": "1.2.6"
"minimist@<1.2.6": "1.2.6",
"@nestjs/axios": {
"axios": "^1.6.0"
}
}
}

0 comments on commit 703d330

Please sign in to comment.