From 9808d3196b95ea2b8c328c0a313f5d66f27f96fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:26:51 +0000 Subject: [PATCH] chore(deps): bump axios from 1.8.1 to 1.8.2 Bumps [axios](https://github.com/axios/axios) from 1.8.1 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.8.1...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c4bd7fd..bc48d4e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.4", - "axios": "^1.8.1", + "axios": "^1.8.2", "axios-retry": "^4.5.0", "crypto-browserify": "^3.12.1", "p-cancelable": "^4.0.1", @@ -4187,9 +4187,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", - "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 125c6315..1c78b937 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.4", - "axios": "^1.8.1", + "axios": "^1.8.2", "axios-retry": "^4.5.0", "crypto-browserify": "^3.12.1", "p-cancelable": "^4.0.1",