Skip to content

Commit 7a28a47

Browse files
authored
Merge pull request #3541 from StoDevX/renovate/p-props-2.x
Update dependency p-props to v2
2 parents 572267e + ea9e626 commit 7a28a47

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"lodash": "4.17.11",
106106
"moment": "2.24.0",
107107
"moment-timezone": "0.5.23",
108-
"p-props": "1.2.0",
108+
"p-props": "2.0.0",
109109
"p-retry": "4.0.0",
110110
"query-string": "6.3.0",
111111
"querystring": "0.2.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5929,17 +5929,22 @@ p-locate@^3.0.0:
59295929
dependencies:
59305930
p-limit "^2.0.0"
59315931

5932-
p-map@^1.1.1, p-map@^1.2.0:
5932+
p-map@^1.1.1:
59335933
version "1.2.0"
59345934
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
59355935
integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==
59365936

5937-
5938-
version "1.2.0"
5939-
resolved "https://registry.yarnpkg.com/p-props/-/p-props-1.2.0.tgz#d9cbdd32ae20b6234a63a1d20c41f271c33e1669"
5940-
integrity sha512-OySQ6ZtqN/DjsQ0Vj1U3E7Q4hG0kz8hJvTnQtxSJGtZM13ECO3gOaAiUnHU4bQyvppCnUPoase1g1SysWaQJ2w==
5937+
p-map@^2.0.0:
5938+
version "2.0.0"
5939+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.0.0.tgz#be18c5a5adeb8e156460651421aceca56c213a50"
5940+
integrity sha512-GO107XdrSUmtHxVoi60qc9tUl/KkNKm+X2CF4P9amalpGxv5YqVPJNfSb0wcA+syCopkZvYYIzW8OVTQW59x/w==
5941+
5942+
5943+
version "2.0.0"
5944+
resolved "https://registry.yarnpkg.com/p-props/-/p-props-2.0.0.tgz#f402047d423b3529eee4f97cb421ba7defd975e6"
5945+
integrity sha512-byniwkJC1r0aCXn6LADRjj8o4qSMzOz2c3fFh0KwzRxTAxcGWdX9pkiPz53E75jszcVNRCqcK9qAC2mueWC1ag==
59415946
dependencies:
5942-
p-map "^1.2.0"
5947+
p-map "^2.0.0"
59435948

59445949
p-reduce@^1.0.0:
59455950
version "1.0.0"

0 commit comments

Comments
 (0)