From 02f944084c0a38836246ab34440457b488f02ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:19:31 +0000 Subject: [PATCH] build(deps-dev): bump axios Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. - [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.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../list-buckets/package-lock.json | 15 ++++++++------- .../list-buckets/package.json | 2 +- 2 files changed, 9 insertions(+), 8 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 4813a0f6..3467df52 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.7.4", + "axios": "^1.8.2", "esbuild-jest": "^0.5.0", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", @@ -4831,10 +4831,11 @@ "dev": true }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "dev": true, + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -17737,9 +17738,9 @@ } }, "axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "dev": true, "requires": { "follow-redirects": "^1.15.6", 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 cb9062b1..87c793ec 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.7.4", + "axios": "^1.8.2", "esbuild-jest": "^0.5.0", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0",