build(deps): bump @scalprum/react-core from 0.9.4 to 0.9.5

Bumps [@scalprum/react-core](https://github.com/scalprum/scaffloding) from 0.9.4 to 0.9.5.
- [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.4...@scalprum/react-core-0.9.5)

---
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-04-02 04:20:26 +00:00 committed by Klara Simickova
parent 2936e87243
commit f90b3974c4
2 changed files with 9 additions and 9 deletions

16
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.4",
"@scalprum/react-core": "0.9.5",
"@sentry/webpack-plugin": "3.2.2",
"@unleash/proxy-client-react": "4.5.2",
"classnames": "2.5.1",
@ -4259,9 +4259,9 @@
"license": "MIT"
},
"node_modules/@scalprum/core": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.8.2.tgz",
"integrity": "sha512-MpVaNWNJzWz3bz2nd/aGUXLxqULLrnzhbx+JYY5V1tJhlT3SSR2KXhHToEt16VNjq9wByAbizVnAHvawlj5Vew==",
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.8.3.tgz",
"integrity": "sha512-rg5ssFkJzFASPalVTzsKoLQ/H+WGGvQif1b7Ce/s1KVhFKWhqzdviUQCQ+yL5T4nRNi7ipnAuDAL4HfDKkyMGw==",
"license": "Apache-2.0",
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^5.0.1",
@ -4269,13 +4269,13 @@
}
},
"node_modules/@scalprum/react-core": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.9.4.tgz",
"integrity": "sha512-92lI7fZ0kTjF+AhSyLH+Q8hJUlzHiDDm0SwYb08Wmwz99vx/Z4xT5OFV5jPkmRSHwztv7czQnw52RB2pbtugmQ==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.9.5.tgz",
"integrity": "sha512-Z468yqlnjCL66Dkj5qAPKGkzhDs/dcyouMR3833BVOecG/G1f8temOXX20ztAMxqk7Hf7Wa0zvR1KFk0hGgEyA==",
"license": "Apache-2.0",
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^5.0.1",
"@scalprum/core": "^0.8.2",
"@scalprum/core": "^0.8.3",
"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.4",
"@scalprum/react-core": "0.9.5",
"@sentry/webpack-plugin": "3.2.2",
"@unleash/proxy-client-react": "4.5.2",
"classnames": "2.5.1",