From 25c8b1859b7f8ece79fa1efbd8af7bb7140a42e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 18:07:09 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 0.30.0 in /apps/stage Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/stage/package-lock.json | 23 +++++++++++++++++------ apps/stage/package.json | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/apps/stage/package-lock.json b/apps/stage/package-lock.json index c35a13a6..ead13947 100644 --- a/apps/stage/package-lock.json +++ b/apps/stage/package-lock.json @@ -14,7 +14,7 @@ "@overture-stack/sqon-builder": "^1.1.0", "@types/marked": "^5.0.2", "@types/react-syntax-highlighter": "^15.5.13", - "axios": "^0.27.2", + "axios": "^0.30.0", "classnames": "^2.5.1", "cryptr": "^6.3.0", "http-proxy": "^1.18.1", @@ -1541,6 +1541,16 @@ "integrity": "sha512-VEeg0pNGXMAGA8/9/1wOt1JA0Tdsfs0PupWQMFg5qhxX4gDzHnHc4+kVoz1A4NoMRYpP4DnGkrbSe8M4eE+nKQ==", "license": "AGPL-3.0-or-later" }, + "node_modules/@overture-stack/arranger-components/node_modules/axios": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" + } + }, "node_modules/@overture-stack/arranger-components/node_modules/react-icons": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", @@ -3708,13 +3718,14 @@ } }, "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.30.0.tgz", + "integrity": "sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "follow-redirects": "^1.15.4", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/babel-jest": { diff --git a/apps/stage/package.json b/apps/stage/package.json index 83abdde2..5ff81caf 100644 --- a/apps/stage/package.json +++ b/apps/stage/package.json @@ -19,7 +19,7 @@ "@overture-stack/sqon-builder": "^1.1.0", "@types/marked": "^5.0.2", "@types/react-syntax-highlighter": "^15.5.13", - "axios": "^0.27.2", + "axios": "^0.30.0", "classnames": "^2.5.1", "cryptr": "^6.3.0", "http-proxy": "^1.18.1",