chore(deps): bump p-props from 4.0.0 to 5.0.0

Bumps [p-props](https://github.com/sindresorhus/p-props) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/p-props/releases)
- [Commits](https://github.com/sindresorhus/p-props/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: p-props
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-05 06:12:22 +00:00
committed by Alexis Tyler
parent d23b638be1
commit 6f4e4b5edf
2 changed files with 36 additions and 9 deletions
+35 -8
View File
@@ -10370,19 +10370,46 @@
}
},
"p-props": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-props/-/p-props-4.0.0.tgz",
"integrity": "sha512-3iKFbPdoPG7Ne3cMA53JnjPsTMaIzE9gxKZnvKJJivTAeqLEZPBu6zfi6DYq9AsH1nYycWmo3sWCNI8Kz6T2Zg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-props/-/p-props-5.0.0.tgz",
"integrity": "sha512-teg4j2sNFp+tHIswvsDj7T2SpUQyFLaC80svJbZNxFuFLvOx88n/7k6Oakbx/yKcjRPbdOSd71AsglFf63g2Ag==",
"requires": {
"p-map": "^4.0.0"
"p-map": "^5.0.0"
},
"dependencies": {
"p-map": {
"aggregate-error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.0.tgz",
"integrity": "sha512-8DGp7zUt1E9k0NE2q4jlXHk+V3ORErmwolEdRz9iV+LKJ40WhMHh92cxAvhqV2I+zEn/gotIoqoMs0NjF3xofg==",
"requires": {
"aggregate-error": "^3.0.0"
"clean-stack": "^4.0.0",
"indent-string": "^5.0.0"
}
},
"clean-stack": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.1.0.tgz",
"integrity": "sha512-dxXQYI7mfQVcaF12s6sjNFoZ6ZPDQuBBLp3QJ5156k9EvUFClUoZ11fo8HnLQO241DDVntHEug8MOuFO5PSfRg==",
"requires": {
"escape-string-regexp": "5.0.0"
}
},
"escape-string-regexp": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
},
"indent-string": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg=="
},
"p-map": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-5.0.0.tgz",
"integrity": "sha512-FeQNuFp/ecZidgaTXc65qXdTGD7mniwgzZNq5czwcJSy6ClETr2v3y4ZQESGe8C1038XhO/fjfKOyiTNH3d0/g==",
"requires": {
"aggregate-error": "^4.0.0"
}
}
}
+1 -1
View File
@@ -105,7 +105,7 @@
"number-to-color": "^0.5.0",
"observable-to-promise": "^1.0.0",
"p-iteration": "^1.1.8",
"p-props": "^4.0.0",
"p-props": "^5.0.0",
"p-wait-for": "^3.2.0",
"package-json": "^7.0.0",
"path-exists": "^4.0.0",