From 89898dc3d310c9813c2ea068bb977bc8297e6716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 16:44:20 +0000 Subject: [PATCH] chore(deps-dev): bump axios from 0.27.2 to 0.30.0 in /packages/shared Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index cc59f4d..4c4c651 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -43,7 +43,7 @@ "@types/semver": "7.5.4", "@types/yargs-parser": "21.0.2", "address": "1.1.2", - "axios": "0.27.2", + "axios": "0.30.0", "boxen": "8.0.1", "chalk": "4.1.2", "cheerio": "1.0.0-rc.12",