Skip to content

Commit

Permalink
Update dependency axios to v1.6.0 (#641)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 46a0779 commit 32e26a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@prisma/client": "5.5.2",
"@rating-tracker/commons": "workspace:*",
"@simplewebauthn/server": "8.3.3",
"axios": "1.5.1",
"axios": "1.6.0",
"chalk": "5.3.0",
"cookie-parser": "1.4.6",
"cron": "3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitejs/plugin-react": "4.1.0",
"@vitest/web-worker": "0.34.6",
"apexcharts": "3.44.0",
"axios": "1.5.1",
"axios": "1.6.0",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"nprogress": "0.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ __metadata:
"@typescript-eslint/parser": "npm:6.9.0"
"@vitest/coverage-v8": "npm:0.34.6"
"@yarnpkg/pnpify": "npm:4.0.0"
axios: "npm:1.5.1"
axios: "npm:1.6.0"
chalk: "npm:5.3.0"
concurrently: "npm:8.2.2"
cookie-parser: "npm:1.4.6"
Expand Down Expand Up @@ -1337,7 +1337,7 @@ __metadata:
"@vitest/coverage-v8": "npm:0.34.6"
"@vitest/web-worker": "npm:0.34.6"
apexcharts: "npm:3.44.0"
axios: "npm:1.5.1"
axios: "npm:1.6.0"
clsx: "npm:2.0.0"
date-fns: "npm:2.30.0"
eslint: "npm:8.52.0"
Expand Down Expand Up @@ -2788,14 +2788,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.5.1":
version: 1.5.1
resolution: "axios@npm:1.5.1"
"axios@npm:1.6.0":
version: 1.6.0
resolution: "axios@npm:1.6.0"
dependencies:
follow-redirects: "npm:^1.15.0"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 67633db5867c789a6edb6e5229884501bef89584a6718220c243fd5a64de4ea7dcdfdf4f8368a672d582db78aaa9f8d7b619d39403b669f451e1242bbd4c7ee2
checksum: f069d938a05d2293e27c7cd6f0c08a1cb764f7cc43a1e637572f8d5928837ecd735890ad67a867d696094ee4b8b4dfdb3727a57aae600845e4c295581cb32f9a
languageName: node
linkType: hard

Expand Down

0 comments on commit 32e26a5

Please sign in to comment.