From bb31aea14a184ac5aebf96f6658ea5f058124a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:07:51 +0000 Subject: [PATCH] Bump axios from 1.7.7 to 1.16.0 in /apps/cache-testing Bumps [axios](https://github.com/axios/axios) from 1.7.7 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.7.7...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/cache-testing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cache-testing/package.json b/apps/cache-testing/package.json index 64c4dfc3..9204200c 100644 --- a/apps/cache-testing/package.json +++ b/apps/cache-testing/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@neshca/cache-handler": "*", - "axios": "1.7.7", + "axios": "1.16.0", "next": "14.2.16", "react": "18.3.1", "react-dom": "18.3.1",