Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies with security issues #3901

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/graphql": "10.2.1",
"@nestjs/jwt": "9.0.0",
"@nestjs/jwt": "^10.1.0",
"@nestjs/passport": "9.0.3",
"@nestjs/platform-express": "9.3.12",
"@nestjs/swagger": "^6.3.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"shortid": "^2.2.16",
"slugify": "^1.4.6",
"swagger-ui-express": "^4.4.0",
"twilio": "^3.72.0",
"twilio": "^4.14.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wonder if the legacy sms service still exist, and if this dep even needed any more

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find usage of it, so probably not needed any more

"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/inbound-mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenv": "^8.6.0",
"envalid": "^7.1.0",
"extend": "^2.0.1",
"html-to-text": "^1.3.1",
"html-to-text": "^9.0.5",
"languagedetect": "^1.1.1",
"lodash": "^4.17.15",
"mailparser": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@godaddy/terminus": "^4.3.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "^9.3.9",
"@nestjs/jwt": "^9.0.0",
"@nestjs/jwt": "10.1.0",
"@nestjs/platform-express": "^9.3.9",
"@nestjs/platform-socket.io": "^9.3.9",
"@nestjs/swagger": "^5.2.1",
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.0",
"lint-staged": "^12.4.1",
"markdownlint-cli": "^0.33.0",
"prettier": "~2.8.0",
"sass-loader": "^13.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/dal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@aws-sdk/client-s3": "^3.14.0",
"@aws-sdk/s3-request-presigner": "^3.14.0",
"@aws-sdk/client-s3": "^3.382.0",
"@aws-sdk/s3-request-presigner": "^3.382.0",
"@faker-js/faker": "^6.0.0",
"@novu/shared": "^0.17.1",
"@sendgrid/mail": "^7.4.2",
Expand Down
1 change: 0 additions & 1 deletion libs/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
"husky": "^1.0.1",
"jest": "^27.0.6",
"jest-config": "^27.4.7",
"lint-staged": "^8.0.0",
"lodash.camelcase": "^4.3.0",
"prettier": "~2.8.0",
"prompt": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/application-generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"reflect-metadata": "^0.1.13"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.234.0",
"@aws-sdk/s3-request-presigner": "^3.234.0",
"@aws-sdk/client-s3": "^3.382.0",
"@aws-sdk/s3-request-presigner": "^3.382.0",
"@azure/storage-blob": "^12.11.0",
"@google-cloud/storage": "^6.2.3",
"@novu/africas-talking": "^0.17.1",
Expand Down
Loading
Loading