From 35b9e5b3703cfcf874c34665a4d97de2fd477c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:11:16 +0000 Subject: [PATCH] Bump axios from 0.32.0 to 0.33.0 Bumps [axios](https://github.com/axios/axios) from 0.32.0 to 0.33.0. - [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/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e45ad62..a6aa635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0", - "axios": "^0.32.0", + "axios": "^0.33.0", "lodash": "^4.18.1", "node-sass": "^4.14.1", "react": "^17.0.1", @@ -5427,9 +5427,9 @@ } }, "node_modules/axios": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.32.0.tgz", - "integrity": "sha512-sGQArzERW2SI8IRkjuJ5y91Sm9QjiRq4Ay4kOLqpbBt5CeKDNq4g6nirJdyD+palK3yEDXnJiVXsesX66AjwyA==", + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.33.0.tgz", + "integrity": "sha512-juz19g7B3UWT9r3+tgRFQf2Bdy6IKDVroiyuVOUrkILVKHpqHL++K1l8ybvfdEP9B/VE72vk8vllbnedVCm/og==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.4", @@ -19394,9 +19394,9 @@ } }, "node_modules/typescript": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "license": "Apache-2.0", "peer": true, "bin": { @@ -19404,7 +19404,7 @@ "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 0c05b49..bb1719d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0", - "axios": "^0.32.0", + "axios": "^0.33.0", "lodash": "^4.18.1", "node-sass": "^4.14.1", "react": "^17.0.1",