From c61f94c4fac6891c69c3e9e9a5ba99baac40370f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 04:19:37 +0000 Subject: [PATCH] fix: upgrade oauth4webapi from 2.10.3 to 2.12.0 Snyk has created this PR to upgrade oauth4webapi from 2.10.3 to 2.12.0. See this package in npm: oauth4webapi 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 1e9a2c4c..04b772c6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -100,7 +100,7 @@ "lodash": "^4.17.21", "moment": "^2.29.1", "monaco-editor": "^0.50.0", - "oauth4webapi": "^2.10.3", + "oauth4webapi": "^2.12.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.50.1",