From 01efb93ff66d79b8d049d6a9fc8a0255b74ddbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:10:46 +0000 Subject: [PATCH] build(deps): bump @scalprum/react-core from 0.9.3 to 0.9.4 Bumps [@scalprum/react-core](https://github.com/scalprum/scaffloding) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/scalprum/scaffloding/releases) - [Changelog](https://github.com/scalprum/scaffolding/blob/main/release.config.js) - [Commits](https://github.com/scalprum/scaffloding/compare/@scalprum/react-core-0.9.3...@scalprum/react-core-0.9.4) --- updated-dependencies: - dependency-name: "@scalprum/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0860ff91..5ea43e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@redhat-cloud-services/frontend-components-notifications": "4.1.20", "@redhat-cloud-services/frontend-components-utilities": "5.0.11", "@reduxjs/toolkit": "2.6.0", - "@scalprum/react-core": "0.9.3", + "@scalprum/react-core": "0.9.4", "@sentry/webpack-plugin": "3.2.2", "@unleash/proxy-client-react": "4.5.2", "classnames": "2.5.1", @@ -3593,7 +3593,9 @@ "license": "MIT" }, "node_modules/@scalprum/core": { - "version": "0.8.1", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.8.2.tgz", + "integrity": "sha512-MpVaNWNJzWz3bz2nd/aGUXLxqULLrnzhbx+JYY5V1tJhlT3SSR2KXhHToEt16VNjq9wByAbizVnAHvawlj5Vew==", "license": "Apache-2.0", "dependencies": { "@openshift/dynamic-plugin-sdk": "^5.0.1", @@ -3601,11 +3603,13 @@ } }, "node_modules/@scalprum/react-core": { - "version": "0.9.3", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.9.4.tgz", + "integrity": "sha512-92lI7fZ0kTjF+AhSyLH+Q8hJUlzHiDDm0SwYb08Wmwz99vx/Z4xT5OFV5jPkmRSHwztv7czQnw52RB2pbtugmQ==", "license": "Apache-2.0", "dependencies": { "@openshift/dynamic-plugin-sdk": "^5.0.1", - "@scalprum/core": "^0.8.1", + "@scalprum/core": "^0.8.2", "lodash": "^4.17.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 2d7655d0..59a89d69 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@redhat-cloud-services/frontend-components-notifications": "4.1.20", "@redhat-cloud-services/frontend-components-utilities": "5.0.11", "@reduxjs/toolkit": "2.6.0", - "@scalprum/react-core": "0.9.3", + "@scalprum/react-core": "0.9.4", "@sentry/webpack-plugin": "3.2.2", "@unleash/proxy-client-react": "4.5.2", "classnames": "2.5.1",