build(deps): bump @scalprum/react-core from 0.5.1 to 0.6.6

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

---
updated-dependencies:
- dependency-name: "@scalprum/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-18 04:13:43 +00:00 committed by Klara Simickova
parent f90718815b
commit dc747eaefa
2 changed files with 26 additions and 146 deletions

170
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
"@redhat-cloud-services/frontend-components-utilities": "4.0.2",
"@reduxjs/toolkit": "1.9.5",
"@scalprum/react-core": "0.5.1",
"@scalprum/react-core": "0.6.6",
"@unleash/proxy-client-react": "4.1.1",
"classnames": "2.5.1",
"lodash": "4.17.21",
@ -3286,10 +3286,11 @@
"license": "MIT"
},
"node_modules/@openshift/dynamic-plugin-sdk": {
"version": "3.0.0",
"license": "Apache-2.0",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@openshift/dynamic-plugin-sdk/-/dynamic-plugin-sdk-4.0.0.tgz",
"integrity": "sha512-OQsRqpRFz8IO6dZP6oKqdS7fLpdK25jxteevhussWFDd6RETNaLAG9GaSfvN0oigrzNIUTwH59kJx8PP8PrMug==",
"dependencies": {
"lodash-es": "^4.17.21",
"lodash": "^4.17.21",
"semver": "^7.3.7",
"uuid": "^8.3.2",
"yup": "^0.32.11"
@ -3315,7 +3316,8 @@
},
"node_modules/@openshift/dynamic-plugin-sdk/node_modules/lru-cache": {
"version": "6.0.0",
"license": "ISC",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
@ -3325,7 +3327,8 @@
},
"node_modules/@openshift/dynamic-plugin-sdk/node_modules/semver": {
"version": "7.5.4",
"license": "ISC",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -3338,14 +3341,16 @@
},
"node_modules/@openshift/dynamic-plugin-sdk/node_modules/uuid": {
"version": "8.3.2",
"license": "MIT",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/@openshift/dynamic-plugin-sdk/node_modules/yallist": {
"version": "4.0.0",
"license": "ISC"
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@patternfly/patternfly": {
"version": "5.1.0",
@ -3878,81 +3883,6 @@
"react-router-dom": "^5.0.0 || ^6.0.0"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/@openshift/dynamic-plugin-sdk": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@openshift/dynamic-plugin-sdk/-/dynamic-plugin-sdk-4.0.0.tgz",
"integrity": "sha512-OQsRqpRFz8IO6dZP6oKqdS7fLpdK25jxteevhussWFDd6RETNaLAG9GaSfvN0oigrzNIUTwH59kJx8PP8PrMug==",
"dependencies": {
"lodash": "^4.17.21",
"semver": "^7.3.7",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"peerDependencies": {
"react": "^17 || ^18"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/@scalprum/core": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.6.5.tgz",
"integrity": "sha512-Q9xQKmcmqKyzDev4hKyJ7Emu3uqI8rWbwezC47dffcafDLn5F9ZOTS+cNpRJcvt0Yulcb11xYDj4tBDk49B7aA==",
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^4.0.0",
"tslib": "^2.6.2"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/@scalprum/react-core": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.6.5.tgz",
"integrity": "sha512-ntBRJHbVFthHIxjlRYDnnqlvXXomf+QInwtCLLv2VQYRC4SOeGW6egr9jsoxImIhEBQ7BF4xnzdkqy1nAlOuvw==",
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^4.0.0",
"@scalprum/core": "^0.6.5",
"lodash": "^4.17.0"
},
"peerDependencies": {
"react": ">=16.8.0 || >=17.0.0 || ^18.0.0",
"react-dom": ">=16.8.0 || >=17.0.0 || ^18.0.0"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/@redhat-cloud-services/frontend-components/node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@redhat-cloud-services/rbac-client": {
"version": "1.2.8",
"license": "Apache-2.0",
@ -4051,76 +3981,26 @@
"license": "ISC"
},
"node_modules/@scalprum/core": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.5.4.tgz",
"integrity": "sha512-Z6/u1J8aRopYEfg5YzmPx+jFEjoeEQCHJPmEABLn44Dr1CmZJJStS4+jANRJXZCcGQhTH3Wsn/hu02hGxMVuCQ==",
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@scalprum/core/-/core-0.6.5.tgz",
"integrity": "sha512-Q9xQKmcmqKyzDev4hKyJ7Emu3uqI8rWbwezC47dffcafDLn5F9ZOTS+cNpRJcvt0Yulcb11xYDj4tBDk49B7aA==",
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^4.0.0"
"@openshift/dynamic-plugin-sdk": "^4.0.0",
"tslib": "^2.6.2"
}
},
"node_modules/@scalprum/core/node_modules/@openshift/dynamic-plugin-sdk": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@openshift/dynamic-plugin-sdk/-/dynamic-plugin-sdk-4.0.0.tgz",
"integrity": "sha512-OQsRqpRFz8IO6dZP6oKqdS7fLpdK25jxteevhussWFDd6RETNaLAG9GaSfvN0oigrzNIUTwH59kJx8PP8PrMug==",
"dependencies": {
"lodash": "^4.17.21",
"semver": "^7.3.7",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"peerDependencies": {
"react": "^17 || ^18"
}
},
"node_modules/@scalprum/core/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@scalprum/core/node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@scalprum/core/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/@scalprum/core/node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@scalprum/react-core": {
"version": "0.5.1",
"license": "Apache-2.0",
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/@scalprum/react-core/-/react-core-0.6.6.tgz",
"integrity": "sha512-FAdqaSZKjyqw0lxzHysHN87YaUYf0JQgQpndPaurCCjWwRfAlGLA95HYgf0CIqlCesYVmXijLg9/jnCiHSNr5g==",
"dependencies": {
"@openshift/dynamic-plugin-sdk": "^3.0.0",
"@scalprum/core": "^0.5.1",
"@openshift/dynamic-plugin-sdk": "^4.0.0",
"@scalprum/core": "^0.6.5",
"lodash": "^4.17.0"
},
"peerDependencies": {
"react": ">=16.8.0 || >=17.0.0",
"react-dom": ">=16.8.0 || >=17.0.0"
"react": ">=16.8.0 || >=17.0.0 || ^18.0.0",
"react-dom": ">=16.8.0 || >=17.0.0 || ^18.0.0"
}
},
"node_modules/@sentry/browser": {

View file

@ -16,7 +16,7 @@
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
"@redhat-cloud-services/frontend-components-utilities": "4.0.2",
"@reduxjs/toolkit": "1.9.5",
"@scalprum/react-core": "0.5.1",
"@scalprum/react-core": "0.6.6",
"@unleash/proxy-client-react": "4.1.1",
"classnames": "2.5.1",
"lodash": "4.17.21",