Update Axios for security fixes.

This commit is contained in:
2023-05-29 18:59:43 -05:00
parent f75edbc22a
commit f0944d0d7e
3 changed files with 119 additions and 37 deletions

View File

@ -4,7 +4,8 @@
"target": "es6",
"declaration": true,
"outDir": "./dist",
"strict": true
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"