Skip to content

Commit

Permalink
chore(providers,root,api): update axios version to latest (#4925)
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy authored Dec 4, 2023
1 parent 4f19b2d commit ce5ff7c
Show file tree
Hide file tree
Showing 34 changed files with 119 additions and 125 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@sentry/tracing": "^7.40.0",
"@types/newrelic": "^9.14.0",
"@upstash/ratelimit": "^0.4.4",
"axios": "^1.3.3",
"axios": "^1.6.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.20.0",
"bull": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ace-builds": "^1.4.12",
"antd": "^4.10.0",
"autoprefixer": "^9.8.6",
"axios": "^1.3.3",
"axios": "^1.6.2",
"babel-plugin-import": "^1.13.3",
"chart.js": "^3.7.1",
"customize-cra": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@novu/stateless": "^0.22.0",
"@novu/testing": "^0.22.0",
"@sentry/node": "^7.66.0",
"axios": "^1.3.3",
"axios": "^1.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@types/newrelic": "^9.13.0",
"axios": "^1.3.3",
"axios": "^1.6.2",
"body-parser": "^1.20.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dist/"
],
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.6.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@novu/shared": "^0.22.0",
"JSONStream": "^1.3.5",
"async": "^3.2.0",
"axios": "^1.3.3",
"axios": "^1.6.2",
"bcrypt": "~5.0.0",
"bullmq": "^3.10.2",
"class-transformer": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@novu/nexmo": "^0.22.0",
"@sentry/node": "^7.12.1",
"analytics-node": "^6.2.0",
"axios": "^1.5.0",
"axios": "^1.6.2",
"bullmq": "^3.10.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@novu/shared": "^0.22.0",
"analytics-node": "^6.2.0",
"axios": "^1.3.3",
"axios": "^1.6.2",
"chalk": "4.1.2",
"commander": "^9.0.0",
"configstore": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/lodash.merge": "^4.6.6",
"@types/node": "^14.6.0",
"@types/uuid": "^8.3.4",
"axios": "^1.4.0",
"axios": "^1.6.2",
"codecov": "^3.5.0",
"jest": "^27.0.6",
"nock": "^13.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@novu/shared": "^0.22.0",
"@tanstack/react-query": "^4.20.4",
"acorn-jsx": "^5.3.2",
"axios": "^1.4.0",
"axios": "^1.6.2",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
Expand Down
Loading

0 comments on commit ce5ff7c

Please sign in to comment.