chore(deps): update dependency axios@>=1.0.0 <1.8.2 to >=1.12.2 (#4104)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-09-19 16:13:34 +02:00
committed by GitHub
parent 88c718eb41
commit 03545cee52
2 changed files with 18 additions and 7 deletions

View File

@@ -77,7 +77,7 @@
"overrides": { "overrides": {
"@babel/helpers@<7.26.10": ">=7.28.4", "@babel/helpers@<7.26.10": ">=7.28.4",
"@babel/runtime@<7.26.10": ">=7.28.4", "@babel/runtime@<7.26.10": ">=7.28.4",
"axios@>=1.0.0 <1.8.2": ">=1.12.1", "axios@>=1.0.0 <1.8.2": ">=1.12.2",
"brace-expansion@>=2.0.0 <=2.0.1": ">=4.0.1", "brace-expansion@>=2.0.0 <=2.0.1": ">=4.0.1",
"brace-expansion@>=1.0.0 <=1.1.11": ">=4.0.1", "brace-expansion@>=1.0.0 <=1.1.11": ">=4.0.1",
"esbuild@<=0.24.2": ">=0.25.9", "esbuild@<=0.24.2": ">=0.25.9",

23
pnpm-lock.yaml generated
View File

@@ -7,7 +7,7 @@ settings:
overrides: overrides:
'@babel/helpers@<7.26.10': '>=7.28.4' '@babel/helpers@<7.26.10': '>=7.28.4'
'@babel/runtime@<7.26.10': '>=7.28.4' '@babel/runtime@<7.26.10': '>=7.28.4'
axios@>=1.0.0 <1.8.2: '>=1.12.1' axios@>=1.0.0 <1.8.2: '>=1.12.2'
brace-expansion@>=2.0.0 <=2.0.1: '>=4.0.1' brace-expansion@>=2.0.0 <=2.0.1: '>=4.0.1'
brace-expansion@>=1.0.0 <=1.1.11: '>=4.0.1' brace-expansion@>=1.0.0 <=1.1.11: '>=4.0.1'
esbuild@<=0.24.2: '>=0.25.9' esbuild@<=0.24.2: '>=0.25.9'
@@ -1473,7 +1473,7 @@ importers:
version: link:../validation version: link:../validation
'@jellyfin/sdk': '@jellyfin/sdk':
specifier: ^0.11.0 specifier: ^0.11.0
version: 0.11.0(axios@1.12.1) version: 0.11.0(axios@1.12.2)
'@octokit/auth-app': '@octokit/auth-app':
specifier: ^8.1.0 specifier: ^8.1.0
version: 8.1.0 version: 8.1.0
@@ -3253,7 +3253,7 @@ packages:
'@jellyfin/sdk@0.11.0': '@jellyfin/sdk@0.11.0':
resolution: {integrity: sha512-WmM4as9ptqH+CvC2YsUefNWQDmu2aWIamwAoj7h2BFR6l019pcRFG5FT22egwbdizR6DfdpmsoAWB4x9QCzcEQ==} resolution: {integrity: sha512-WmM4as9ptqH+CvC2YsUefNWQDmu2aWIamwAoj7h2BFR6l019pcRFG5FT22egwbdizR6DfdpmsoAWB4x9QCzcEQ==}
peerDependencies: peerDependencies:
axios: '>=1.12.1' axios: '>=1.12.2'
'@jridgewell/gen-mapping@0.3.12': '@jridgewell/gen-mapping@0.3.12':
resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==}
@@ -5138,6 +5138,9 @@ packages:
axios@1.12.1: axios@1.12.1:
resolution: {integrity: sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==} resolution: {integrity: sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==}
axios@1.12.2:
resolution: {integrity: sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==}
axios@1.9.0: axios@1.9.0:
resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==}
@@ -11553,9 +11556,9 @@ snapshots:
'@istanbuljs/schema@0.1.3': {} '@istanbuljs/schema@0.1.3': {}
'@jellyfin/sdk@0.11.0(axios@1.12.1)': '@jellyfin/sdk@0.11.0(axios@1.12.2)':
dependencies: dependencies:
axios: 1.12.1 axios: 1.12.2
'@jridgewell/gen-mapping@0.3.12': '@jridgewell/gen-mapping@0.3.12':
dependencies: dependencies:
@@ -13945,6 +13948,14 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- debug - debug
axios@1.12.2:
dependencies:
follow-redirects: 1.15.9
form-data: 4.0.4
proxy-from-env: 1.1.0
transitivePeerDependencies:
- debug
axios@1.9.0: axios@1.9.0:
dependencies: dependencies:
follow-redirects: 1.15.9 follow-redirects: 1.15.9
@@ -17285,7 +17296,7 @@ snapshots:
node-ical@0.20.1: node-ical@0.20.1:
dependencies: dependencies:
axios: 1.12.1 axios: 1.12.2
moment-timezone: 0.5.47 moment-timezone: 0.5.47
rrule: 2.8.1 rrule: 2.8.1
uuid: 10.0.0 uuid: 10.0.0