From 9c31bc8f84c863daf0876b0cac7dce8dcf21a070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:03:00 +0000 Subject: [PATCH] chore(deps): bump axios and react-arc in /demo-vite Bumps [axios](https://github.com/axios/axios) and [react-arc](https://github.com/Sunny-fr/react-arc). These dependencies needed to be updated together. Updates `axios` from 1.8.2 to 1.13.5 - [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.2...v1.13.5) Updates `react-arc` from 6.1.0 to 7.0.1 - [Release notes](https://github.com/Sunny-fr/react-arc/releases) - [Commits](https://github.com/Sunny-fr/react-arc/compare/6.1.0...v7.0.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: indirect - dependency-name: react-arc dependency-version: 7.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- demo-vite/package-lock.json | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/demo-vite/package-lock.json b/demo-vite/package-lock.json index 4eccee9..ad61b79 100644 --- a/demo-vite/package-lock.json +++ b/demo-vite/package-lock.json @@ -5355,32 +5355,25 @@ } }, "node_modules/react-arc": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/react-arc/-/react-arc-6.1.0.tgz", - "integrity": "sha512-8AemvuoZcwYHLxe3zf786ipMix2TUXPIe/LX4dFtrizetn0dJZMkQa8u3Qa6+7Qdsj7YwAP8ESww+XoKcv+Knw==", + "version": "6.9.19", + "resolved": "https://registry.npmjs.org/react-arc/-/react-arc-6.9.19.tgz", + "integrity": "sha512-hDCUBUjS8QlezTBNMyDvCoMj4yv583uja1v9dmpAR7g7KUJRWsiTYIfuPvUQVsjz+vh5Nb0FwMlKnd5G5gobxw==", "license": "ISC", "dependencies": { + "@reduxjs/toolkit": "^2.8.2", "axios": "1.8.2", "deep-equal": "^1.1.1", + "react": "^19.1.0", + "react-dom": "^19.1.0", "react-redux": "^9.2.0", - "redux": "^5.0.1", - "redux-thunk": "^3.1.0" + "redux": "^5.0.1" }, "peerDependencies": { + "@reduxjs/toolkit": "^2.8.2", "react": "^19.1.0", "react-dom": "^19.1.0", "react-redux": "^9.2.0", - "redux": "^5.0.1", - "redux-thunk": "^3.1.0" - } - }, - "node_modules/react-arc/node_modules/redux-thunk": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", - "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", - "license": "MIT", - "peerDependencies": { - "redux": "^5.0.0" + "redux": "^5.0.1" } }, "node_modules/react-dom": {