Skip to content

Commit 0580adc

Browse files
authored
fix(api): do not duplicate request params on retry (#1105)
1 parent 57f393b commit 0580adc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@gravity-ui/websql-autocomplete": "^9.1.0",
2727
"@reduxjs/toolkit": "^2.2.3",
2828
"@tanstack/react-table": "^8.19.3",
29-
"axios": "^1.7.2",
30-
"axios-retry": "^4.4.0",
29+
"axios": "^1.7.3",
30+
"axios-retry": "^4.4.2",
3131
"colord": "^2.9.3",
3232
"copy-to-clipboard": "^3.3.3",
3333
"crc-32": "^1.2.2",

0 commit comments

Comments
 (0)