diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 972f8b13..5587dbdc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,8 +22,8 @@ catalogs: specifier: ^4.1.2 version: 4.1.2 axios: - specifier: 1.14.0 - version: 1.14.0 + specifier: 1.15.0 + version: 1.15.0 datum-diff: specifier: 1.0.3 version: 1.0.3 @@ -163,7 +163,7 @@ importers: version: 4.6.0 axios: specifier: 'catalog:' - version: 1.14.0 + version: 1.15.0 chalk: specifier: ^5.6.2 version: 5.6.2 @@ -260,7 +260,7 @@ importers: version: 7.0.15 axios: specifier: 'catalog:' - version: 1.14.0 + version: 1.15.0 immer: specifier: 'catalog:' version: 10.2.0 @@ -297,7 +297,7 @@ importers: version: link:../sdk axios: specifier: 'catalog:' - version: 1.14.0 + version: 1.15.0 immer: specifier: 'catalog:' version: 10.2.0 @@ -334,7 +334,7 @@ importers: version: link:../sdk axios: specifier: 'catalog:' - version: 1.14.0 + version: 1.15.0 lodash-es: specifier: 'catalog:' version: 4.17.23 @@ -433,7 +433,7 @@ importers: dependencies: axios: specifier: 'catalog:' - version: 1.14.0 + version: 1.15.0 datum-diff: specifier: 'catalog:' version: 1.0.3 @@ -2334,6 +2334,9 @@ packages: axios@1.14.0: resolution: {integrity: sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==} + axios@1.15.0: + resolution: {integrity: sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==} + babel-plugin-const-enum@1.2.0: resolution: {integrity: sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==} peerDependencies: @@ -2882,10 +2885,6 @@ packages: debug: optional: true - form-data@4.0.4: - resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} - engines: {node: '>= 6'} - form-data@4.0.5: resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==} engines: {node: '>= 6'} @@ -6114,6 +6113,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.15.0: + dependencies: + follow-redirects: 1.15.11 + form-data: 4.0.5 + proxy-from-env: 2.1.0 + transitivePeerDependencies: + - debug + babel-plugin-const-enum@1.2.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -6738,14 +6745,6 @@ snapshots: follow-redirects@1.15.11: {} - form-data@4.0.4: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - es-set-tostringtag: 2.1.0 - hasown: 2.0.2 - mime-types: 2.1.35 - form-data@4.0.5: dependencies: asynckit: 0.4.0 @@ -7801,7 +7800,7 @@ snapshots: cookiejar: 2.1.4 debug: 4.4.3 fast-safe-stringify: 2.1.1 - form-data: 4.0.4 + form-data: 4.0.5 formidable: 3.5.4 methods: 1.1.2 mime: 2.6.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 376844dd..2afd339c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,7 +9,7 @@ catalog: "@types/semver": ^7.7.1 "@vitest/coverage-v8": ^4.1.2 "@vitest/ui": ^4.1.2 - axios: 1.14.0 + axios: 1.15.0 datum-diff: 1.0.3 esbuild: ^0.27.4 immer: ^10.2.0