Skip to content

Commit 2184879

Browse files
fix(deps): update dependency request-promise-native to v1.0.9
1 parent 66e685c commit 2184879

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
@@ -2711,6 +2711,11 @@ lodash@^4.17.15:
27112711
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
27122712
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
27132713

2714+
lodash@^4.17.19:
2715+
version "4.17.21"
2716+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2717+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2718+
27142719
log-update@^5.0.1:
27152720
version "5.0.1"
27162721
resolved "https://registry.yarnpkg.com/log-update/-/log-update-5.0.1.tgz#9e928bf70cb183c1f0c9e91d9e6b7115d597ce09"
@@ -3154,21 +3159,31 @@ protobufjs@^6.10.0:
31543159
"@types/node" ">=13.7.0"
31553160
long "^4.0.0"
31563161

3157-
psl@^1.1.24, psl@^1.1.28:
3162+
psl@^1.1.24:
31583163
version "1.7.0"
31593164
resolved "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c"
31603165
integrity sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==
31613166

3167+
psl@^1.1.28:
3168+
version "1.9.0"
3169+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
3170+
integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
3171+
31623172
punycode@^1.4.1:
31633173
version "1.4.1"
31643174
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
31653175
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
31663176

3167-
punycode@^2.1.0, punycode@^2.1.1:
3177+
punycode@^2.1.0:
31683178
version "2.1.1"
31693179
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
31703180
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
31713181

3182+
punycode@^2.1.1:
3183+
version "2.3.0"
3184+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
3185+
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
3186+
31723187
qs@~6.5.2:
31733188
version "6.5.2"
31743189
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -3251,19 +3266,19 @@ regexp.prototype.flags@^1.5.0:
32513266
define-properties "^1.2.0"
32523267
functions-have-names "^1.2.3"
32533268

3254-
3255-
version "1.1.3"
3256-
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9"
3257-
integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==
3269+
3270+
version "1.1.4"
3271+
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f"
3272+
integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==
32583273
dependencies:
3259-
lodash "^4.17.15"
3274+
lodash "^4.17.19"
32603275

32613276
request-promise-native@^1.0.8:
3262-
version "1.0.8"
3263-
resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36"
3264-
integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==
3277+
version "1.0.9"
3278+
resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.9.tgz#e407120526a5efdc9a39b28a5679bf47b9d9dc28"
3279+
integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==
32653280
dependencies:
3266-
request-promise-core "1.1.3"
3281+
request-promise-core "1.1.4"
32673282
stealthy-require "^1.1.1"
32683283
tough-cookie "^2.3.3"
32693284

@@ -3558,7 +3573,7 @@ sshpk@^1.7.0:
35583573
stealthy-require@^1.1.1:
35593574
version "1.1.1"
35603575
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
3561-
integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
3576+
integrity sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==
35623577

35633578
35643579
version "0.3.2"

0 commit comments

Comments
 (0)