From 6f552585ed9dde562217b55cb5d0016c1750518e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 06:43:39 +0000 Subject: [PATCH] Bump axios from 1.6.1 to 1.6.8 Bumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.6.8. - [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.1...v1.6.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e6b37e70..26dc4f432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@tf2autobot/tf2-sku": "^2.0.4", "@tf2autobot/tradeoffer-manager": "^2.17.4", "async": "^3.2.5", - "axios": "^1.6.1", + "axios": "^1.6.8", "bluebird": "^3.7.2", "bluebird-global": "^1.0.1", "body-parser": "^1.20.2", @@ -3195,11 +3195,11 @@ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "node_modules/axios": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", - "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", + "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/package.json b/package.json index 1cf554396..575c24298 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@tf2autobot/tf2-sku": "^2.0.4", "@tf2autobot/tradeoffer-manager": "^2.17.4", "async": "^3.2.5", - "axios": "^1.6.1", + "axios": "^1.6.8", "bluebird": "^3.7.2", "bluebird-global": "^1.0.1", "body-parser": "^1.20.2",