fix: upgrade rc-progress from 2.5.3 to 2.6.1
Snyk has created this PR to upgrade rc-progress from 2.5.3 to 2.6.1. See this package in NPM: https://www.npmjs.com/package/rc-progress See this project in Snyk: https://app.snyk.io/org/shaynehmad/project/37aecb9c-98b4-4735-95a2-83d941303b4e?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
868dd97614
commit
e417ed3e27
|
@ -10389,12 +10389,12 @@
|
|||
}
|
||||
},
|
||||
"rc-progress": {
|
||||
"version": "2.5.3",
|
||||
"resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-2.5.3.tgz",
|
||||
"integrity": "sha512-K2fa4CnqGehLZoMrdmBeZ86ONSTVcdk5FlqetbwJ3R/+42XfqhwQVOjWp2MH4P7XSQOMAGcNOy1SFfCP3415sg==",
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-2.6.1.tgz",
|
||||
"integrity": "sha512-GR+rWDv5b61VkGs7SxDvsaJo6vzTZ4j1Z1sX0C3kG4kPli9nUCXurx5jREJ2SllUKLrhesr914DuvBBtXOSr6g==",
|
||||
"requires": {
|
||||
"babel-runtime": "6.26.0",
|
||||
"prop-types": "15.7.2"
|
||||
"babel-runtime": "6.x",
|
||||
"prop-types": "^15.5.8"
|
||||
}
|
||||
},
|
||||
"react": {
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"pluralize": "^7.0.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"rainge": "^1.0.1",
|
||||
"rc-progress": "^2.5.2",
|
||||
"rc-progress": "^2.6.1",
|
||||
"react": "^16.12.0",
|
||||
"react-bootstrap": "^1.0.1",
|
||||
"react-copy-to-clipboard": "^5.0.2",
|
||||
|
|
Loading…
Reference in New Issue