diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2191e377..d23ffb0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ catalogs: specifier: ^7.7.1 version: 7.7.1 axios: - specifier: 1.15.2 - version: 1.15.2 + specifier: 1.16.0 + version: 1.16.0 datum-diff: specifier: 1.0.4 version: 1.0.4 @@ -151,7 +151,7 @@ importers: version: 4.6.0 axios: specifier: 'catalog:' - version: 1.15.2 + version: 1.16.0 chalk: specifier: ^5.6.2 version: 5.6.2 @@ -248,7 +248,7 @@ importers: version: 7.0.15 axios: specifier: 'catalog:' - version: 1.15.2 + version: 1.16.0 immer: specifier: 'catalog:' version: 10.2.0 @@ -285,7 +285,7 @@ importers: version: link:../sdk axios: specifier: 'catalog:' - version: 1.15.2 + version: 1.16.0 immer: specifier: 'catalog:' version: 10.2.0 @@ -325,7 +325,7 @@ importers: version: link:../sdk axios: specifier: 'catalog:' - version: 1.15.2 + version: 1.16.0 lodash-es: specifier: 'catalog:' version: 4.18.1 @@ -424,7 +424,7 @@ importers: dependencies: axios: specifier: 'catalog:' - version: 1.15.2 + version: 1.16.0 datum-diff: specifier: 'catalog:' version: 1.0.4 @@ -2231,8 +2231,8 @@ packages: axios@1.14.0: resolution: {integrity: sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==} - axios@1.15.2: - resolution: {integrity: sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==} + axios@1.16.0: + resolution: {integrity: sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==} babel-plugin-const-enum@1.2.0: resolution: {integrity: sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==} @@ -2761,6 +2761,15 @@ packages: debug: optional: true + follow-redirects@1.16.0: + resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + form-data@4.0.4: resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} engines: {node: '>= 6'} @@ -5725,9 +5734,9 @@ snapshots: transitivePeerDependencies: - debug - axios@1.15.2: + axios@1.16.0: dependencies: - follow-redirects: 1.15.11 + follow-redirects: 1.16.0 form-data: 4.0.5 proxy-from-env: 2.1.0 transitivePeerDependencies: @@ -6333,6 +6342,8 @@ snapshots: follow-redirects@1.15.11: {} + follow-redirects@1.16.0: {} + form-data@4.0.4: dependencies: asynckit: 0.4.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6a386b51..29849071 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,7 +6,7 @@ autoInstallPeers: true catalog: "@types/lodash-es": ^4.17.12 "@types/semver": ^7.7.1 - axios: 1.15.2 + axios: 1.16.0 datum-diff: 1.0.4 esbuild: ^0.28.0 immer: ^10.2.0