Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit de3d35e

Browse files
authored
Merge pull request #256 from cats-oss/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2 parents 7d964b5 + 2d8824f commit de3d35e

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
@@ -2099,9 +2099,11 @@ nice-try@^1.0.4:
20992099
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
21002100

21012101
node-fetch@^2.6.1:
2102-
version "2.6.1"
2103-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2104-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2102+
version "2.6.7"
2103+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2104+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2105+
dependencies:
2106+
whatwg-url "^5.0.0"
21052107

21062108
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
21072109
version "2.5.0"
@@ -2970,6 +2972,11 @@ to-regex-range@^5.0.1:
29702972
dependencies:
29712973
is-number "^7.0.0"
29722974

2975+
tr46@~0.0.3:
2976+
version "0.0.3"
2977+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2978+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
2979+
29732980
trim-off-newlines@^1.0.1:
29742981
version "1.0.1"
29752982
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
@@ -3124,11 +3131,24 @@ wcwidth@^1.0.1:
31243131
dependencies:
31253132
defaults "^1.0.3"
31263133

3134+
webidl-conversions@^3.0.0:
3135+
version "3.0.1"
3136+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3137+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3138+
31273139
well-known-symbols@^2.0.0:
31283140
version "2.0.0"
31293141
resolved "https://registry.yarnpkg.com/well-known-symbols/-/well-known-symbols-2.0.0.tgz#e9c7c07dbd132b7b84212c8174391ec1f9871ba5"
31303142
integrity sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==
31313143

3144+
whatwg-url@^5.0.0:
3145+
version "5.0.0"
3146+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3147+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3148+
dependencies:
3149+
tr46 "~0.0.3"
3150+
webidl-conversions "^3.0.0"
3151+
31323152
which-boxed-primitive@^1.0.2:
31333153
version "1.0.2"
31343154
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)