Skip to content

Commit ae600a3

Browse files
committed
Make axios be 1.16.0 or above
1 parent b43c751 commit ae600a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/react": "^18.2.0",
1010
"@types/react-dom": "^18.2.0",
1111
"@vitejs/plugin-react-swc": "^3.7.2",
12-
"axios": "^1.15.0",
12+
"axios": "^1.16.0",
1313
"micromatch": "4.0.8",
1414
"process": "^0.11.10",
1515
"react": "^18.2.0",

client/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@ axe-core@^4.10.0:
28232823
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.12.0.tgz#16dc230cc0a8a2732e723ce76a0395df9ba7a788"
28242824
integrity sha512-FTavr/7Ba0IptwGOPxnQvdyW2tAsdLBMTBXz7rKH6xJ2skpyxpBxyHkDdBs4lf69yRqYpkqCdfhnwS8YULGOmg==
28252825

2826-
axios@^1.15.0:
2826+
axios@^1.16.0:
28272827
version "1.17.0"
28282828
resolved "https://registry.yarnpkg.com/axios/-/axios-1.17.0.tgz#ae5a1164a4f719942cd73c67e6a3f62d3ccb8f2b"
28292829
integrity sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==

0 commit comments

Comments
 (0)