diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ae1ff98..5477adfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 0.5.16 axios: specifier: ^1.13.5 - version: 1.13.5 + version: 1.15.0 colors: specifier: ^1.4.0 version: 1.4.0 @@ -61,7 +61,7 @@ importers: version: 2.1.0 vitepress: specifier: 1.6.4 - version: 1.6.4(@algolia/client-search@5.46.2)(@types/node@22.7.5)(axios@1.13.5)(postcss@8.5.6)(search-insights@2.17.2) + version: 1.6.4(@algolia/client-search@5.46.2)(@types/node@22.7.5)(axios@1.15.0)(postcss@8.5.6)(search-insights@2.17.2) walk-sync: specifier: ^4.0.1 version: 4.0.1 @@ -657,8 +657,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.13.5: - resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} + axios@1.15.0: + resolution: {integrity: sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -1064,8 +1064,9 @@ packages: property-information@7.1.0: resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} - proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + proxy-from-env@2.1.0: + resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==} + engines: {node: '>=10'} regex-recursion@6.0.2: resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==} @@ -1756,13 +1757,13 @@ snapshots: transitivePeerDependencies: - typescript - '@vueuse/integrations@12.8.2(axios@1.13.5)(focus-trap@7.7.0)': + '@vueuse/integrations@12.8.2(axios@1.15.0)(focus-trap@7.7.0)': dependencies: '@vueuse/core': 12.8.2 '@vueuse/shared': 12.8.2 vue: 3.5.26 optionalDependencies: - axios: 1.13.5 + axios: 1.15.0 focus-trap: 7.7.0 transitivePeerDependencies: - typescript @@ -1808,11 +1809,11 @@ snapshots: asynckit@0.4.0: {} - axios@1.13.5: + axios@1.15.0: dependencies: follow-redirects: 1.15.11 form-data: 4.0.5 - proxy-from-env: 1.1.0 + proxy-from-env: 2.1.0 transitivePeerDependencies: - debug @@ -2282,7 +2283,7 @@ snapshots: property-information@7.1.0: {} - proxy-from-env@1.1.0: {} + proxy-from-env@2.1.0: {} regex-recursion@6.0.2: dependencies: @@ -2431,7 +2432,7 @@ snapshots: '@types/node': 22.7.5 fsevents: 2.3.3 - vitepress@1.6.4(@algolia/client-search@5.46.2)(@types/node@22.7.5)(axios@1.13.5)(postcss@8.5.6)(search-insights@2.17.2): + vitepress@1.6.4(@algolia/client-search@5.46.2)(@types/node@22.7.5)(axios@1.15.0)(postcss@8.5.6)(search-insights@2.17.2): dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.46.2)(search-insights@2.17.2) @@ -2444,7 +2445,7 @@ snapshots: '@vue/devtools-api': 7.7.9 '@vue/shared': 3.5.26 '@vueuse/core': 12.8.2 - '@vueuse/integrations': 12.8.2(axios@1.13.5)(focus-trap@7.7.0) + '@vueuse/integrations': 12.8.2(axios@1.15.0)(focus-trap@7.7.0) focus-trap: 7.7.0 mark.js: 8.11.1 minisearch: 7.2.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2abded4d..e581f6b3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,5 +5,5 @@ minimumReleaseAge: 20160 onlyBuiltDependencies: - esbuild minimumReleaseAgeExclude: - # Renovate security update: axios@1.13.5 - - axios@1.13.5 + # Renovate security update: axios@1.13.5 || 1.15.0 + - axios@1.13.5 || 1.15.0