diff --git a/packages/cdk/package.json b/packages/cdk/package.json index b5cec5d5a3..e178176769 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -25,7 +25,7 @@ "@fern-fern/fern-cloud-sdk": "^0.0.257", "archiver": "^7.0.1", "aws-cdk-lib": "^2.122.0", - "axios": "^1.6.5", + "axios": "^1.7.4", "constructs": "^10.3.0", "tsx": "^4.7.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7658d25d7d..4ca23bccfa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -306,8 +306,8 @@ importers: specifier: ^2.122.0 version: 2.141.0(constructs@10.3.0) axios: - specifier: ^1.6.5 - version: 1.6.8 + specifier: ^1.7.4 + version: 1.7.4 constructs: specifier: ^10.3.0 version: 10.3.0 @@ -2699,8 +2699,8 @@ importers: specifier: ^4.24.0 version: 4.24.0 axios: - specifier: ^1.6.5 - version: 1.6.8 + specifier: ^1.7.4 + version: 1.7.4 axios-logger: specifier: ^2.6.2 version: 2.8.0 @@ -2847,8 +2847,8 @@ importers: specifier: ^2.122.0 version: 2.141.0(constructs@10.3.0) axios: - specifier: ^1.6.5 - version: 1.6.8 + specifier: ^1.7.4 + version: 1.7.4 constructs: specifier: ^10.3.0 version: 10.3.0 @@ -8850,8 +8850,8 @@ packages: axios@0.27.2: resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} - axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + axios@1.7.4: + resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} axobject-query@3.2.1: resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} @@ -21652,7 +21652,7 @@ snapshots: dependencies: adm-zip: 0.5.16 archiver: 5.3.2 - axios: 1.6.8 + axios: 1.7.4 fast-glob: 3.3.2 https-proxy-agent: 5.0.1(supports-color@8.1.1) ignore: 5.3.1 @@ -21774,7 +21774,7 @@ snapshots: '@slack/types': 2.11.0 '@types/is-stream': 1.1.0 '@types/node': 20.12.12 - axios: 1.6.8 + axios: 1.7.4 eventemitter3: 3.1.2 form-data: 2.5.1 is-electron: 2.2.2 @@ -26344,7 +26344,7 @@ snapshots: transitivePeerDependencies: - debug - axios@1.6.8: + axios@1.7.4: dependencies: follow-redirects: 1.15.6(debug@4.3.6) form-data: 4.0.0 diff --git a/servers/fdr-deploy/package.json b/servers/fdr-deploy/package.json index e9b6b77306..d9db2d33be 100644 --- a/servers/fdr-deploy/package.json +++ b/servers/fdr-deploy/package.json @@ -24,7 +24,7 @@ "dependencies": { "@fern-fern/fern-cloud-sdk": "^0.0.257", "aws-cdk-lib": "^2.122.0", - "axios": "^1.6.5", + "axios": "^1.7.4", "constructs": "^10.3.0", "redis": "^4.6.13", "source-map-support": "^0.5.21" diff --git a/servers/fdr/package.json b/servers/fdr/package.json index 1e8db65487..98a9326120 100644 --- a/servers/fdr/package.json +++ b/servers/fdr/package.json @@ -26,7 +26,7 @@ "@slack/web-api": "^6.9.0", "@ungap/url-search-params": "0.2.2", "algoliasearch": "^4.24.0", - "axios": "^1.6.5", + "axios": "^1.7.4", "axios-logger": "^2.6.2", "compression": "^1.7.4", "cors": "^2.8.5",