Skip to content

Commit 9998e07

Browse files
fix(deps): update dependency request-promise-native to v1.0.9
1 parent 48345ec commit 9998e07

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

yarn.lock

+27-12
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,11 @@ lodash@^4.17.15:
25902590
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
25912591
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
25922592

2593+
lodash@^4.17.19:
2594+
version "4.17.21"
2595+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2596+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2597+
25932598
log-update@^4.0.0:
25942599
version "4.0.0"
25952600
resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
@@ -3025,21 +3030,31 @@ protobufjs@^6.10.0:
30253030
"@types/node" ">=13.7.0"
30263031
long "^4.0.0"
30273032

3028-
psl@^1.1.24, psl@^1.1.28:
3033+
psl@^1.1.24:
30293034
version "1.7.0"
30303035
resolved "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c"
30313036
integrity sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==
30323037

3038+
psl@^1.1.28:
3039+
version "1.9.0"
3040+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
3041+
integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
3042+
30333043
punycode@^1.4.1:
30343044
version "1.4.1"
30353045
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
30363046
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
30373047

3038-
punycode@^2.1.0, punycode@^2.1.1:
3048+
punycode@^2.1.0:
30393049
version "2.1.1"
30403050
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
30413051
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
30423052

3053+
punycode@^2.1.1:
3054+
version "2.3.0"
3055+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
3056+
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
3057+
30433058
q@^1.5.1:
30443059
version "1.5.1"
30453060
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
@@ -3118,19 +3133,19 @@ regexp.prototype.flags@^1.4.3:
31183133
define-properties "^1.1.3"
31193134
functions-have-names "^1.2.2"
31203135

3121-
3122-
version "1.1.3"
3123-
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9"
3124-
integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==
3136+
3137+
version "1.1.4"
3138+
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f"
3139+
integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==
31253140
dependencies:
3126-
lodash "^4.17.15"
3141+
lodash "^4.17.19"
31273142

31283143
request-promise-native@^1.0.8:
3129-
version "1.0.8"
3130-
resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36"
3131-
integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==
3144+
version "1.0.9"
3145+
resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.9.tgz#e407120526a5efdc9a39b28a5679bf47b9d9dc28"
3146+
integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==
31323147
dependencies:
3133-
request-promise-core "1.1.3"
3148+
request-promise-core "1.1.4"
31343149
stealthy-require "^1.1.1"
31353150
tough-cookie "^2.3.3"
31363151

@@ -3435,7 +3450,7 @@ sshpk@^1.7.0:
34353450
stealthy-require@^1.1.1:
34363451
version "1.1.1"
34373452
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
3438-
integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
3453+
integrity sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==
34393454

34403455
string-argv@^0.3.1:
34413456
version "0.3.1"

0 commit comments

Comments
 (0)