From 1f9157a430fea93c021da32bd79e001a30a5855c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:07:26 +0000 Subject: [PATCH] build(deps): bump axios from 1.15.2 to 1.16.0 in /client Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.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.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 10 +++++----- client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 96cc5b5..9254cad 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12,7 +12,7 @@ "@babel/plugin-transform-runtime": "^7.15.0", "@babel/runtime": "^7.26.10", "autoprefixer": "^10.4.4", - "axios": "^1.15.2", + "axios": "^1.16.0", "classnames": "^2.3.1", "date-fns": "^2.28.0", "postcss-import": "^15.1.0", @@ -4415,12 +4415,12 @@ } }, "node_modules/axios": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", - "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", "proxy-from-env": "^2.1.0" } diff --git a/client/package.json b/client/package.json index ebfa231..fea49f4 100644 --- a/client/package.json +++ b/client/package.json @@ -74,7 +74,7 @@ "@babel/plugin-transform-runtime": "^7.15.0", "@babel/runtime": "^7.26.10", "autoprefixer": "^10.4.4", - "axios": "^1.15.2", + "axios": "^1.16.0", "classnames": "^2.3.1", "date-fns": "^2.28.0", "postcss-import": "^15.1.0",