Skip to content

Commit a8cf19d

Browse files
authored
Merge pull request #822 from ember-template-lint/dependabot/npm_and_yarn/node-fetch-2.6.7
2 parents 101d196 + 6e22e23 commit a8cf19d

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

yarn.lock

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

51505150
node-fetch@^2.6.1:
5151-
version "2.6.1"
5152-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5153-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5151+
version "2.6.7"
5152+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5153+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5154+
dependencies:
5155+
whatwg-url "^5.0.0"
51545156

51555157
node-int64@^0.4.0:
51565158
version "0.4.0"
@@ -6864,6 +6866,11 @@ tr46@^2.0.2:
68646866
dependencies:
68656867
punycode "^2.1.1"
68666868

6869+
tr46@~0.0.3:
6870+
version "0.0.3"
6871+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6872+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
6873+
68676874
tree-sync@^1.2.2:
68686875
version "1.4.0"
68696876
resolved "https://registry.yarnpkg.com/tree-sync/-/tree-sync-1.4.0.tgz#314598d13abaf752547d9335b8f95d9a137100d6"
@@ -7239,6 +7246,11 @@ wcwidth@^1.0.1:
72397246
dependencies:
72407247
defaults "^1.0.3"
72417248

7249+
webidl-conversions@^3.0.0:
7250+
version "3.0.1"
7251+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7252+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7253+
72427254
webidl-conversions@^5.0.0:
72437255
version "5.0.0"
72447256
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -7261,6 +7273,14 @@ whatwg-mimetype@^2.3.0:
72617273
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
72627274
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
72637275

7276+
whatwg-url@^5.0.0:
7277+
version "5.0.0"
7278+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7279+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7280+
dependencies:
7281+
tr46 "~0.0.3"
7282+
webidl-conversions "^3.0.0"
7283+
72647284
whatwg-url@^8.0.0:
72657285
version "8.3.0"
72667286
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.3.0.tgz#d1e11e565334486cdb280d3101b9c3fd1c867582"

0 commit comments

Comments
 (0)