From ca8dd29c57dacc9f6e2446d1db028692d454688f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jun 2024 03:06:44 +0000 Subject: [PATCH] fix: upgrade axios from 1.6.7 to 1.7.2 Snyk has created this PR to upgrade axios from 1.6.7 to 1.7.2. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/developer-red-hat-trusted-application-pipeline/project/62358635-6218-4506-9c5b-1ad33a8f5b3b?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ea453352..d13634ba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -94,7 +94,7 @@ "@patternfly/react-table": "^4.113.7", "@reduxjs/toolkit": "^1.8.6", "@storybook/builder-webpack5": "^7.6.6", - "axios": "^1.6.4", + "axios": "^1.7.2", "fetch-mw-oauth2": "^1.0.2", "jwt-decode": "^4.0.0", "lodash": "^4.17.21",