Update dependency axios to v1.3.4

This commit is contained in:
renovate[bot] 2023-03-01 22:57:50 +00:00 committed by GitHub
parent d4c58fe946
commit 565c437c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.7.0",
"license": "MPL-2.0",
"dependencies": {
"axios": "1.2.6",
"axios": "1.3.4",
"compare-versions": "5.0.3"
},
"devDependencies": {
@ -1863,9 +1863,9 @@
}
},
"node_modules/axios": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.6.tgz",
"integrity": "sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==",
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz",
"integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View File

@ -39,7 +39,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"axios": "1.2.6",
"axios": "1.3.4",
"compare-versions": "5.0.3"
}
}