fix(deps): update dependency axios to v1.6.1

This commit is contained in:
renovate[bot] 2023-11-15 17:13:55 +00:00 committed by GitHub
parent b169c6ebbd
commit a8e406e997
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

@ -10,7 +10,7 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@jellyfin/sdk": "0.8.2",
"axios": "1.5.1"
"axios": "1.6.1"
},
"devDependencies": {
"@types/chromecast-caf-receiver": "6.0.11",
@ -1190,9 +1190,9 @@
}
},
"node_modules/axios": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
"integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"@jellyfin/sdk": "0.8.2",
"axios": "1.5.1"
"axios": "1.6.1"
},
"devDependencies": {
"@types/chromecast-caf-receiver": "6.0.11",