From b8f137f1f290856834e4e75769dc238cbb741957 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 05:26:54 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @badgateway/oauth2-client from 2.3.0 to 2.4.1. See this package in npm: https://www.npmjs.com/package/@badgateway/oauth2-client - @openid/appauth from 1.3.1 to 1.3.2. See this package in npm: https://www.npmjs.com/package/@openid/appauth - @patternfly/react-icons from 4.93.6 to 4.93.7. See this package in npm: https://www.npmjs.com/package/@patternfly/react-icons - @patternfly/react-catalog-view-extension from 4.96.0 to 4.96.1. See this package in npm: https://www.npmjs.com/package/@patternfly/react-catalog-view-extension - @patternfly/react-charts from 6.94.19 to 6.94.21. See this package in npm: https://www.npmjs.com/package/@patternfly/react-charts - @reduxjs/toolkit from 1.9.5 to 1.9.7. See this package in npm: https://www.npmjs.com/package/@reduxjs/toolkit - @storybook/builder-webpack5 from 7.6.17 to 7.6.20. See this package in npm: https://www.npmjs.com/package/@storybook/builder-webpack5 - axios from 1.6.7 to 1.7.7. See this package in npm: https://www.npmjs.com/package/axios - moment from 2.29.4 to 2.30.1. See this package in npm: https://www.npmjs.com/package/moment - oauth4webapi from 2.10.3 to 2.12.0. See this package in npm: https://www.npmjs.com/package/oauth4webapi - react-hook-form from 7.51.1 to 7.53.0. See this package in npm: https://www.npmjs.com/package/react-hook-form - react-monaco-editor from 0.55.0 to 0.56.1. See this package in npm: https://www.npmjs.com/package/react-monaco-editor - react-redux from 8.1.1 to 8.1.3. See this package in npm: https://www.npmjs.com/package/react-redux - yaml from 2.4.2 to 2.5.0. See this package in npm: https://www.npmjs.com/package/yaml 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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1e9a2c4c..0242ca8a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -83,31 +83,31 @@ "webpack-merge": "^5.8.0" }, "dependencies": { - "@badgateway/oauth2-client": "^2.3.0", - "@openid/appauth": "^1.3.1", - "@patternfly/react-catalog-view-extension": "^4.19.8", - "@patternfly/react-charts": "^6.77.1", + "@badgateway/oauth2-client": "^2.4.1", + "@openid/appauth": "^1.3.2", + "@patternfly/react-catalog-view-extension": "^4.96.1", + "@patternfly/react-charts": "^6.94.21", "@patternfly/react-code-editor": "^4.82.122", "@patternfly/react-core": "^4.278.1", - "@patternfly/react-icons": "^4.13.1", + "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", "@patternfly/react-table": "^4.113.7", - "@reduxjs/toolkit": "^1.8.6", - "@storybook/builder-webpack5": "^7.6.6", - "axios": "^1.6.4", + "@reduxjs/toolkit": "^1.9.7", + "@storybook/builder-webpack5": "^7.6.20", + "axios": "^1.7.7", "fetch-mw-oauth2": "^1.0.2", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", - "moment": "^2.29.1", + "moment": "^2.30.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", - "react-monaco-editor": "^0.55.0", - "react-redux": "^8.0.4", + "react-hook-form": "^7.53.0", + "react-monaco-editor": "^0.56.1", + "react-redux": "^8.1.3", "react-router-last-location": "^2.0.1", "sirv-cli": "^1.0.12", - "yaml": "^2.4.0" + "yaml": "^2.5.0" } }