Skip to content

Commit d075686

Browse files
Merge 7e70abd into 143bf90
2 parents 143bf90 + 7e70abd commit d075686

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3132,9 +3132,11 @@ nice-try@^1.0.4:
31323132
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
31333133

31343134
node-fetch@^2.3.0, node-fetch@^2.6.1:
3135-
version "2.6.1"
3136-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3137-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3135+
version "2.6.7"
3136+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3137+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3138+
dependencies:
3139+
whatwg-url "^5.0.0"
31383140

31393141
node-preload@^0.2.1:
31403142
version "0.2.1"
@@ -4416,6 +4418,11 @@ to-regex-range@^5.0.1:
44164418
dependencies:
44174419
is-number "^7.0.0"
44184420

4421+
tr46@~0.0.3:
4422+
version "0.0.3"
4423+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
4424+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
4425+
44194426
trim-newlines@^1.0.0:
44204427
version "1.0.0"
44214428
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -4702,11 +4709,24 @@ wcwidth@^1.0.1:
47024709
dependencies:
47034710
defaults "^1.0.3"
47044711

4712+
webidl-conversions@^3.0.0:
4713+
version "3.0.1"
4714+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
4715+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
4716+
47054717
well-known-symbols@^2.0.0:
47064718
version "2.0.0"
47074719
resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz#e9c7c07dbd132b7b84212c8174391ec1f9871ba5"
47084720
integrity sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==
47094721

4722+
whatwg-url@^5.0.0:
4723+
version "5.0.0"
4724+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
4725+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
4726+
dependencies:
4727+
tr46 "~0.0.3"
4728+
webidl-conversions "^3.0.0"
4729+
47104730
which-module@^2.0.0:
47114731
version "2.0.0"
47124732
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)