From 61138964fb45075e309ec4b85c11961c849d0426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 04:19:30 +0000 Subject: [PATCH] build(deps-dev): bump axios from 1.13.3 to 1.13.4 Bumps [axios](https://github.com/axios/axios) from 1.13.3 to 1.13.4. - [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.13.3...v1.13.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/default/package.json | 2 +- examples/with-auth/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/default/package.json b/examples/default/package.json index 6c5b3912be..ed54b2a960 100644 --- a/examples/default/package.json +++ b/examples/default/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@compas/code-gen": "*", "@lightbase/eslint-config": "*", - "axios": "1.13.3" + "axios": "1.13.4" }, "exampleMetadata": { "generating": "compas generate", diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 88525c1229..c7e645ee9d 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@compas/code-gen": "*", "@lightbase/eslint-config": "*", - "axios": "1.13.3" + "axios": "1.13.4" }, "exampleMetadata": { "generating": "compas generate", diff --git a/package.json b/package.json index 5bb154c01e..c5faa5a9cb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/node": "25.0.10", "@types/react": "*", "@tanstack/react-query": "5.90.20", - "axios": "1.13.3", + "axios": "1.13.4", "lodash": "~4.17.23", "meriyah": "7.0.0", "react": "*",