Merge pull request #395 from jellyfin/renovate/axios-1.x

This commit is contained in:
Bill Thornton 2023-03-06 08:08:42 -05:00 committed by GitHub
commit 8029e8f9c9
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": {
@ -1872,9 +1872,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"
}
}