Skip to content

Commit e68cdb5

Browse files
Merge pull request #1377 from glimmerjs/dependabot/npm_and_yarn/node-fetch-2.6.7
2 parents ed17cfb + 53ecd56 commit e68cdb5

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -7380,9 +7380,11 @@ nice-try@^1.0.4:
73807380
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
73817381

73827382
node-fetch@^2.3.0:
7383-
version "2.6.0"
7384-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
7385-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
7383+
version "2.6.7"
7384+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7385+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
7386+
dependencies:
7387+
whatwg-url "^5.0.0"
73867388

73877389
node-int64@^0.4.0:
73887390
version "0.4.0"
@@ -9799,6 +9801,11 @@ toml@^3.0.0:
97999801
resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee"
98009802
integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==
98019803

9804+
tr46@~0.0.3:
9805+
version "0.0.3"
9806+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
9807+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
9808+
98029809
tree-sync@^1.2.2:
98039810
version "1.4.0"
98049811
resolved "https://registry.yarnpkg.com/tree-sync/-/tree-sync-1.4.0.tgz#314598d13abaf752547d9335b8f95d9a137100d6"
@@ -10167,6 +10174,11 @@ wcwidth@^1.0.1:
1016710174
dependencies:
1016810175
defaults "^1.0.3"
1016910176

10177+
webidl-conversions@^3.0.0:
10178+
version "3.0.1"
10179+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
10180+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
10181+
1017010182
websocket-driver@>=0.5.1:
1017110183
version "0.7.4"
1017210184
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
@@ -10181,6 +10193,14 @@ websocket-extensions@>=0.1.1:
1018110193
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
1018210194
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
1018310195

10196+
whatwg-url@^5.0.0:
10197+
version "5.0.0"
10198+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
10199+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
10200+
dependencies:
10201+
tr46 "~0.0.3"
10202+
webidl-conversions "^3.0.0"
10203+
1018410204
which-module@^2.0.0:
1018510205
version "2.0.0"
1018610206
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)