From ed8f83e849ef9ea3d858f7db83d433ee657ba77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:34:28 +0000 Subject: [PATCH] chore(deps): bump axios from 1.15.1 to 1.15.2 in /dashboard Bumps [axios](https://github.com/axios/axios) from 1.15.1 to 1.15.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.15.1...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 85339c7..07fcd01 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -8,7 +8,7 @@ "name": "funcdock-dashboard", "version": "2.0.0", "dependencies": { - "axios": "^1.15.1", + "axios": "^1.15.2", "clsx": "^2.1.1", "lucide-react": "^1.12.0", "react": "^19.0.0", @@ -1382,9 +1382,9 @@ } }, "node_modules/axios": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz", - "integrity": "sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/dashboard/package.json b/dashboard/package.json index 7897b45..7e5fc5c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "axios": "^1.15.1", + "axios": "^1.15.2", "clsx": "^2.1.1", "lucide-react": "^1.12.0", "react": "^19.0.0",