From d08254bc544d86a0152e54763cb93034baa6b069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:35:38 +0000 Subject: [PATCH] build(deps-dev): bump axios Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [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.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../list-buckets/package-lock.json | 18 +++++++++--------- .../list-buckets/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/typescript-test-samples/typescript-test-intro/list-buckets/package-lock.json b/typescript-test-samples/typescript-test-intro/list-buckets/package-lock.json index 204f37ac..95584dae 100644 --- a/typescript-test-samples/typescript-test-intro/list-buckets/package-lock.json +++ b/typescript-test-samples/typescript-test-intro/list-buckets/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "aws-sdk-client-mock": "^2.0.0", - "axios": "^1.6.0", + "axios": "^1.7.4", "esbuild-jest": "^0.5.0", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", @@ -4547,12 +4547,12 @@ "dev": true }, "node_modules/axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dev": true, "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -17190,12 +17190,12 @@ } }, "axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dev": true, "requires": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" }, diff --git a/typescript-test-samples/typescript-test-intro/list-buckets/package.json b/typescript-test-samples/typescript-test-intro/list-buckets/package.json index a8872acd..6471d1f4 100644 --- a/typescript-test-samples/typescript-test-intro/list-buckets/package.json +++ b/typescript-test-samples/typescript-test-intro/list-buckets/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "aws-sdk-client-mock": "^2.0.0", - "axios": "^1.6.0", + "axios": "^1.7.4", "esbuild-jest": "^0.5.0", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0",