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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-21 08:10:46 +00:00 committed by Klara Simickova
parent eb146a61d5
commit 01efb93ff6
2 changed files with 9 additions and 5 deletions

12
package-lock.json generated
View file

@ -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": {

View file

@ -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",