diff --git a/controlplane/package.json b/controlplane/package.json index ea883dcec2..d2bfd8451d 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -62,7 +62,7 @@ "@wundergraph/cosmo-connect": "workspace:*", "@wundergraph/cosmo-shared": "workspace:*", "@wundergraph/protographic": "workspace:*", - "axios": "^1.13.5", + "axios": "1.13.5", "axios-retry": "^4.5.0", "bullmq": "^5.10.0", "cookie": "^0.7.2", diff --git a/playground/package.json b/playground/package.json index 41ab6a625a..0a2b416dac 100644 --- a/playground/package.json +++ b/playground/package.json @@ -49,7 +49,7 @@ "@radix-ui/react-slot": "1.0.2", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.7", - "axios": "^1.12.2", + "axios": "1.13.5", "change-case": "^5.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e68b40400d..c6de8c6baa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -518,7 +518,7 @@ importers: specifier: workspace:* version: link:../protographic axios: - specifier: ^1.13.5 + specifier: 1.13.5 version: 1.13.5 axios-retry: specifier: ^4.5.0 @@ -757,8 +757,8 @@ importers: specifier: ^1.0.7 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) axios: - specifier: ^1.12.2 - version: 1.12.2 + specifier: 1.13.5 + version: 1.13.5 change-case: specifier: ^5.2.0 version: 5.4.4 @@ -1106,8 +1106,8 @@ importers: specifier: workspace:* version: link:../connect axios: - specifier: ^1.12.2 - version: 1.12.2 + specifier: 1.13.5 + version: 1.13.5 bowser: specifier: ^2.11.0 version: 2.11.0 @@ -8278,9 +8278,6 @@ packages: peerDependencies: axios: 0.x || 1.x - axios@1.12.2: - resolution: {integrity: sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==} - axios@1.13.5: resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} @@ -10100,15 +10097,6 @@ packages: debug: optional: true - follow-redirects@1.15.9: - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -23171,14 +23159,6 @@ snapshots: axios: 1.13.5 is-retry-allowed: 2.2.0 - 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.13.5: dependencies: follow-redirects: 1.15.11 @@ -25387,8 +25367,6 @@ snapshots: follow-redirects@1.15.11: {} - follow-redirects@1.15.9: {} - for-each@0.3.3: dependencies: is-callable: 1.2.7 diff --git a/studio/package.json b/studio/package.json index e3986c321a..ccc702ac6d 100644 --- a/studio/package.json +++ b/studio/package.json @@ -72,7 +72,7 @@ "@tiptap/starter-kit": "2.1.13", "@wundergraph/composition": "workspace:*", "@wundergraph/cosmo-connect": "workspace:*", - "axios": "^1.12.2", + "axios": "1.13.5", "bowser": "^2.11.0", "canvas-confetti": "^1.6.0", "change-case": "^4.1.2",