build(deps): bump @redhat-cloud-services/frontend-components-utilities
Bumps [@redhat-cloud-services/frontend-components-utilities](https://github.com/RedHatInsights/frontend-components) from 4.0.8 to 4.0.9. - [Commits](https://github.com/RedHatInsights/frontend-components/commits) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components-utilities" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cfc282e400
commit
aa0f33879a
2 changed files with 14 additions and 14 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
|
@ -15,7 +15,7 @@
|
|||
"@patternfly/react-table": "5.2.4",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.5",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.8",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.9",
|
||||
"@reduxjs/toolkit": "2.2.2",
|
||||
"@scalprum/react-core": "0.7.1",
|
||||
"@unleash/proxy-client-react": "4.2.2",
|
||||
|
|
@ -3835,15 +3835,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/frontend-components-utilities": {
|
||||
"version": "4.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-4.0.8.tgz",
|
||||
"integrity": "sha512-mdQ/oTuvmXmmaBNE/uDjA/U3Z9l+XSgG1ggwbv5oP7llwYYgXgfrDU+CsqaJnZw50ccFco+CUvQAqJGPAiR/+g==",
|
||||
"version": "4.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-4.0.9.tgz",
|
||||
"integrity": "sha512-OHFrmsKqg5vaZHBr/cC/4bq6lT329dMhLDZzXYACiVavASRlmim2ZWVmfjZadkwozRqwYX85YC6GAYsN389rxQ==",
|
||||
"dependencies": {
|
||||
"@redhat-cloud-services/rbac-client": "^1.0.100",
|
||||
"@redhat-cloud-services/types": "^0.0.24",
|
||||
"@sentry/browser": "^5.30.0",
|
||||
"awesome-debounce-promise": "^2.1.0",
|
||||
"axios": "^0.28.0",
|
||||
"axios": "^0.28.1",
|
||||
"commander": "^2.20.3",
|
||||
"mkdirp": "^1.0.4",
|
||||
"p-all": "^5.0.0",
|
||||
|
|
@ -3859,20 +3859,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/axios": {
|
||||
"version": "0.28.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.0.tgz",
|
||||
"integrity": "sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==",
|
||||
"version": "0.28.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.1.tgz",
|
||||
"integrity": "sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
"proxy-from-env": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/frontend-components-utilities/node_modules/proxy-from-env": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
||||
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
||||
},
|
||||
"node_modules/@redhat-cloud-services/rbac-client": {
|
||||
"version": "1.2.8",
|
||||
"license": "Apache-2.0",
|
||||
|
|
@ -15853,6 +15848,11 @@
|
|||
"node": ">= 0.10"
|
||||
}
|
||||
},
|
||||
"node_modules/proxy-from-env": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
||||
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
||||
},
|
||||
"node_modules/prr": {
|
||||
"version": "1.0.1",
|
||||
"dev": true,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"@patternfly/react-table": "5.2.4",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.5",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.8",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.9",
|
||||
"@reduxjs/toolkit": "2.2.2",
|
||||
"@scalprum/react-core": "0.7.1",
|
||||
"@unleash/proxy-client-react": "4.2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue