build(deps): bump @redhat-cloud-services/frontend-components-utilities
Bumps [@redhat-cloud-services/frontend-components-utilities](https://github.com/RedHatInsights/frontend-components) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/RedHatInsights/frontend-components/releases) - [Changelog](https://github.com/RedHatInsights/frontend-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-utilities-7.0.2...@redhat-cloud-services/frontend-components-utilities-7.0.3) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components-utilities" dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
df405033d5
commit
62d18b2a38
2 changed files with 21 additions and 10 deletions
29
package-lock.json
generated
29
package-lock.json
generated
|
|
@ -16,7 +16,7 @@
|
|||
"@patternfly/react-table": "6.3.1",
|
||||
"@redhat-cloud-services/frontend-components": "7.0.3",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "6.1.3",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "7.0.2",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "7.0.3",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@scalprum/react-core": "0.9.5",
|
||||
"@sentry/webpack-plugin": "4.0.2",
|
||||
|
|
@ -4279,13 +4279,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/frontend-components-utilities": {
|
||||
"version": "7.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.2.tgz",
|
||||
"integrity": "sha512-0IW7TzCK0VvnJ2znQGRAbPu846dCWzsdPOW9cYb0x24bwH7rxZkDrMVcIVTaVHYgbIcfRRwMh3lqhiD6VJsnfw==",
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.3.tgz",
|
||||
"integrity": "sha512-Z7ET3BGcniHRC1x2zeHVqsA9JX+selMmgs80SyurXzGNYl+684lKqnBfB1KVt58fbSNjRYPU19TzbFlZ3vYaTQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@redhat-cloud-services/rbac-client": "^4.0.2",
|
||||
"@redhat-cloud-services/types": "^2.0.0",
|
||||
"@redhat-cloud-services/types": "^3.0.0",
|
||||
"@sentry/browser": "^7.119.1",
|
||||
"awesome-debounce-promise": "^2.1.0",
|
||||
"axios": "^0.28.1 || ^1.7.0",
|
||||
|
|
@ -4303,6 +4303,12 @@
|
|||
"react-router-dom": "^5.0.0 || ^6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/@redhat-cloud-services/types": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-3.0.1.tgz",
|
||||
"integrity": "sha512-GXw72DDOtKCkl2NlqkjGYVWjfm81LSA75jzbdMqKuefkxMvV4SsA0uNcauGiqZKUhq20RlNz3xBlKF3lvsfD1Q==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/p-map": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
|
||||
|
|
@ -23308,12 +23314,12 @@
|
|||
}
|
||||
},
|
||||
"@redhat-cloud-services/frontend-components-utilities": {
|
||||
"version": "7.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.2.tgz",
|
||||
"integrity": "sha512-0IW7TzCK0VvnJ2znQGRAbPu846dCWzsdPOW9cYb0x24bwH7rxZkDrMVcIVTaVHYgbIcfRRwMh3lqhiD6VJsnfw==",
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-7.0.3.tgz",
|
||||
"integrity": "sha512-Z7ET3BGcniHRC1x2zeHVqsA9JX+selMmgs80SyurXzGNYl+684lKqnBfB1KVt58fbSNjRYPU19TzbFlZ3vYaTQ==",
|
||||
"requires": {
|
||||
"@redhat-cloud-services/rbac-client": "^4.0.2",
|
||||
"@redhat-cloud-services/types": "^2.0.0",
|
||||
"@redhat-cloud-services/types": "^3.0.0",
|
||||
"@sentry/browser": "^7.119.1",
|
||||
"awesome-debounce-promise": "^2.1.0",
|
||||
"axios": "^0.28.1 || ^1.7.0",
|
||||
|
|
@ -23323,6 +23329,11 @@
|
|||
"react-content-loader": "^6.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redhat-cloud-services/types": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/types/-/types-3.0.1.tgz",
|
||||
"integrity": "sha512-GXw72DDOtKCkl2NlqkjGYVWjfm81LSA75jzbdMqKuefkxMvV4SsA0uNcauGiqZKUhq20RlNz3xBlKF3lvsfD1Q=="
|
||||
},
|
||||
"p-map": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"@patternfly/react-table": "6.3.1",
|
||||
"@redhat-cloud-services/frontend-components": "7.0.3",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "6.1.3",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "7.0.2",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "7.0.3",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@scalprum/react-core": "0.9.5",
|
||||
"@sentry/webpack-plugin": "4.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue