From 4e0fa593ac9650b62fdbdd0c9b1c4d3b986ce1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:54:46 +0000 Subject: [PATCH] build(deps): bump axios from 1.15.2 to 1.16.0 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] --- packages/app-webdir-ui/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app-webdir-ui/package.json b/packages/app-webdir-ui/package.json index 63f547905..6a520d54f 100644 --- a/packages/app-webdir-ui/package.json +++ b/packages/app-webdir-ui/package.json @@ -42,7 +42,7 @@ "@asu/unity-react-core": "^1.0.0", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", - "axios": "~1.15.0", + "axios": "~1.16.0", "prop-types": "^15.7.2", "react-router-dom": "^6.2.1", "styled-components": "^6.0.0" diff --git a/yarn.lock b/yarn.lock index 9e2c88d30..5557835c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -185,7 +185,7 @@ __metadata: "@testing-library/jest-dom": "npm:^5.14.1" "@testing-library/react": "npm:^16.0.0" "@vitejs/plugin-react": "npm:^4.3.1" - axios: "npm:~1.15.0" + axios: "npm:~1.16.0" babel-loader: "npm:^8.2.2" copy-webpack-plugin: "npm:^9.0.1" css-loader: "npm:^5.2.4"