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

This commit is contained in:
Niels van Velzen 2023-10-04 22:10:07 +02:00 committed by GitHub
commit 83fa27dda6
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.0"
"axios": "1.5.1"
},
"devDependencies": {
"@types/chromecast-caf-receiver": "6.0.10",
@ -1184,9 +1184,9 @@
}
},
"node_modules/axios": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
"integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
"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.0"
"axios": "1.5.1"
},
"devDependencies": {
"@types/chromecast-caf-receiver": "6.0.10",