Update axios to the latest version

This commit is contained in:
Aditya Toshniwal
2024-03-18 16:23:54 +05:30
parent c56aef335b
commit 24b0c2e919
4 changed files with 24 additions and 23 deletions
+3 -2
View File
@@ -23,7 +23,7 @@
"256": "assets/pgAdmin4.png"
},
"dependencies": {
"axios": "^1.5.1",
"axios": "^1.6.8",
"bootstrap": "^4.5.3"
},
"devDependencies": {
@@ -32,5 +32,6 @@
},
"scripts": {
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
}
},
"packageManager": "yarn@3.6.4"
}