From 6347db1cc6a2896192a7511f2962212314d47ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:03:37 +0000 Subject: [PATCH] chore(deps): bump axios from 1.18.1 to 1.20.0 Bumps [axios](https://github.com/axios/axios) from 1.18.1 to 1.20.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/v1.18.1...v1.20.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7ae7d67066..5256b29243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nativescript/hook": "3.0.5", "@npmcli/arborist": "9.1.8", "@rigor789/resolve-package-path": "1.0.7", - "axios": "1.18.1", + "axios": "1.20.0", "byline": "5.0.0", "chokidar": "^3.6.0", "cli-table3": "0.6.5", @@ -2236,13 +2236,13 @@ } }, "node_modules/axios": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", - "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", - "form-data": "^4.0.5", + "form-data": "^4.0.6", "https-proxy-agent": "^5.0.1", "proxy-from-env": "^2.1.0" } diff --git a/package.json b/package.json index 13a3efa40f..42d13a73ee 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@nativescript/hook": "3.0.5", "@npmcli/arborist": "9.1.8", "@rigor789/resolve-package-path": "1.0.7", - "axios": "1.18.1", + "axios": "1.20.0", "byline": "5.0.0", "chokidar": "^3.6.0", "cli-table3": "0.6.5",