Skip to content

Commit

Permalink
chore(deps): update dependency axios-retry to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent e2487af commit 0cd103e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sentry/integrations": "^7.11.1",
"@sentry/node": "^7.11.1",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"axios-retry": "^4.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"debug": "^4.3.4",
Expand Down
29 changes: 7 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.15.4":
version: 7.15.4
resolution: "@babel/runtime@npm:7.15.4"
dependencies:
regenerator-runtime: ^0.13.4
checksum: c40825430400e47c19b97e4142d5315d2910305b9714d44a711472587ee2fd4521fdba5f02ddd9df3902f5e988d9854fa83f4da1e0c091f70f6983fa52480606
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.1.2":
version: 4.1.2
resolution: "@eslint-community/eslint-utils@npm:4.1.2"
Expand Down Expand Up @@ -807,7 +798,7 @@ __metadata:
"@types/ws": ^8.5.3
"@typescript-eslint/eslint-plugin": ^5.54.1
axios: ^0.27.2
axios-retry: ^3.3.1
axios-retry: ^4.1.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
debug: ^4.3.4
Expand Down Expand Up @@ -883,13 +874,14 @@ __metadata:
languageName: node
linkType: hard

"axios-retry@npm:^3.3.1":
version: 3.3.1
resolution: "axios-retry@npm:3.3.1"
"axios-retry@npm:^4.1.0":
version: 4.1.0
resolution: "axios-retry@npm:4.1.0"
dependencies:
"@babel/runtime": ^7.15.4
is-retry-allowed: ^2.2.0
checksum: 125c75e08048a28de5d0dfa9de9a1924185d863a4323a71472646a1d5a326f727ff59e75e1b557220da1aad7cba01222c47c26194c5940f295378668dd3b9163
peerDependencies:
axios: 0.x || 1.x
checksum: e1e07f710d12e3367bc1e934b49f3056bc6a1d8c4b1c5cc69afb89841c5ee360fe36565894d53c043c7ea43bc7ac353b87573c8d6d721b12ac4d567be38cc117
languageName: node
linkType: hard

Expand Down Expand Up @@ -4093,13 +4085,6 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.13.4":
version: 0.13.9
resolution: "regenerator-runtime@npm:0.13.9"
checksum: 65ed455fe5afd799e2897baf691ca21c2772e1a969d19bb0c4695757c2d96249eb74ee3553ea34a91062b2a676beedf630b4c1551cc6299afb937be1426ec55e
languageName: node
linkType: hard

"regexp-tree@npm:^0.1.27":
version: 0.1.27
resolution: "regexp-tree@npm:0.1.27"
Expand Down

0 comments on commit 0cd103e

Please sign in to comment.