From 01a88c26345ae558fcf184701b754a5d11878c2b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:20:29 +0000 Subject: [PATCH] fix(deps): update npm minor and patch dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 2663bfc4..f6227bb7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "private": false, "engines": { - "node": ">=18", + "node": ">=18.20.8", "npm": ">=7.24.2" }, "scripts": { @@ -27,40 +27,40 @@ "test-storybook:ci": "test-storybook --ci" }, "dependencies": { - "@data-driven-forms/pf4-component-mapper": "^4.1.4", - "@data-driven-forms/react-form-renderer": "^4.1.4", + "@data-driven-forms/pf4-component-mapper": "^4.1.15", + "@data-driven-forms/react-form-renderer": "^4.1.13", "@monaco-editor/react": "^4.7.0", "@patternfly/quickstarts": "^6.4.0", - "@patternfly/react-core": "^6.4.0", - "@patternfly/react-table": "^6.4.0", + "@patternfly/react-core": "^6.4.1", + "@patternfly/react-table": "^6.4.1", "@redhat-cloud-services/frontend-components": "^6.1.1", "@redhat-cloud-services/frontend-components-utilities": "^6.1.1", "@redhat-cloud-services/types": "^2.0.3", "@scalprum/core": "^0.9.0", "@scalprum/react-core": "^0.11.1", "@unleash/proxy-client-react": "^4.5.2", - "axios": "^1.13.2", + "axios": "^1.13.6", "classnames": "^2.5.1", "fuse.js": "^7.1.0", "monaco-editor": "^0.55.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-intl": "^6.6.2", - "react-router-dom": "^6.30.2", - "yaml": "^2.8.1" + "react-intl": "^6.8.9", + "react-router-dom": "^6.30.3", + "yaml": "^2.8.2" }, "devDependencies": { - "@playwright/test": "1.58.0", + "@playwright/test": "1.58.2", "@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.12", - "@redhat-cloud-services/frontend-components-config": "^6.7.4", - "@redhat-cloud-services/tsc-transform-imports": "^1.0.26", - "@storybook/addon-docs": "^9.1.17", + "@redhat-cloud-services/frontend-components-config": "^6.8.3", + "@redhat-cloud-services/tsc-transform-imports": "^1.0.57", + "@storybook/addon-docs": "^9.1.20", "@storybook/addon-webpack5-compiler-swc": "^3.0.0", - "@storybook/react-webpack5": "^9.1.17", - "@storybook/test-runner": "^0.23.0", + "@storybook/react-webpack5": "^9.1.20", + "@storybook/test-runner": "^0.24.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.3.1", - "@types/react": "18.3.27", + "@types/react": "18.3.28", "@types/react-dom": "^18.3.7", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -71,12 +71,12 @@ "jest": "29.7.0", "jest_workaround": "^0.79.19", "jest-environment-jsdom": "^29.7.0", - "msw": "2.12.10", + "msw": "2.12.13", "msw-storybook-addon": "^2.0.6", "npm-run-all2": "5.0.2", - "remark-gfm": "^4.0.0", - "storybook": "^9.1.17", - "ts-jest": "^29.4.5", + "remark-gfm": "^4.0.1", + "storybook": "^9.1.20", + "ts-jest": "^29.4.6", "ts-patch": "^3.3.0", "typescript": "^5.9.3", "uuid": "^9.0.1",