Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent 44f96ea commit 67a1a6f
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 24 deletions.
11 changes: 6 additions & 5 deletions importer-api/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 importer-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"async": "^2.6.4",
"axios": "^0.28.0",
"axios": "^1.0.0",
"express": "^4.17.1",
"knex": "^2.0.0",
"lodash": "^4.17.21",
Expand Down
12 changes: 7 additions & 5 deletions importer-db-api/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 importer-db-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@sentry/node": "^6.3.6",
"@sentry/tracing": "^6.3.6",
"axios": "^0.28.0",
"axios": "^1.0.0",
"date-fns": "^2.16.1",
"es6-error": "^4.1.1",
"express": "^4.17.1",
Expand Down
11 changes: 6 additions & 5 deletions importer-mankeli/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 importer-mankeli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"@sentry/node": "^6.3.6",
"axios": "^0.28.0",
"axios": "^1.0.0",
"lodash": "^4.17.21",
"node-nats-streaming": "^0.2.6",
"pg": "^8.12.0",
Expand Down
11 changes: 6 additions & 5 deletions manual-testing-helper-tool/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 manual-testing-helper-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.28.0",
"axios": "^1.0.0",
"dotenv": "^8.2.0",
"nodemon": "^3.1.3"
}
Expand Down

0 comments on commit 67a1a6f

Please sign in to comment.