From d32d2cf71f2cae7875647100b018dbf3e55d8a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 09:12:39 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.2 to 1.6.3 Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 12 +++++++----- services/workflows-service/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d703048209..c805778e66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2475,7 +2475,7 @@ importers: specifier: 3.0.2 version: 3.0.2 axios: - specifier: ^1.6.8 + specifier: ^1.6.3 version: 1.6.8(debug@4.3.4) axios-retry: specifier: ^4.0.0 @@ -5222,7 +5222,7 @@ packages: dependencies: '@babel/core': 7.23.7 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -14967,7 +14967,7 @@ packages: resolution: {integrity: sha512-KqQnQbdYE54D7oa/UmYVMZKq7CO4l8DEENzOKc4aBRwxCXSlJXGz83flFx5L7AWrOQnmuN3kVsRdt+GZPPjiVQ==} deprecated: This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed! dependencies: - axios: 1.6.2 + axios: 1.6.8(debug@4.3.4) transitivePeerDependencies: - debug dev: true @@ -17935,6 +17935,7 @@ packages: proxy-from-env: 1.1.0 transitivePeerDependencies: - debug + dev: false /axios@1.6.8(debug@4.3.4): resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} @@ -21071,7 +21072,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.54.0)(typescript@4.9.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.54.0)(typescript@4.9.5) debug: 3.2.7 eslint: 8.54.0 eslint-import-resolver-node: 0.3.9 @@ -21236,7 +21237,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.54.0)(typescript@4.9.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.54.0)(typescript@4.9.5) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -22529,6 +22530,7 @@ packages: peerDependenciesMeta: debug: optional: true + dev: false /follow-redirects@1.15.6(debug@4.3.4): resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} diff --git a/services/workflows-service/package.json b/services/workflows-service/package.json index c307d223ee..ba3453a19c 100644 --- a/services/workflows-service/package.json +++ b/services/workflows-service/package.json @@ -70,7 +70,7 @@ "ajv-formats": "^2.1.1", "ajv-keywords": "^5.1.0", "aws-cloudfront-sign": "3.0.2", - "axios": "^1.6.8", + "axios": "^1.6.3", "axios-retry": "^4.0.0", "base64-stream": "^1.0.0", "bcrypt": "5.1.0",