Skip to content

Commit 732317c

Browse files
authored
Merge pull request #54 from aws-samples/dependabot/npm_and_yarn/labextension/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /labextension
2 parents 29c4860 + b42faf4 commit 732317c

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

labextension/yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -2039,9 +2039,11 @@ natural-compare@^1.4.0:
20392039
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
20402040

20412041
node-fetch@^2.6.0:
2042-
version "2.6.1"
2043-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2044-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2042+
version "2.6.7"
2043+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2044+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2045+
dependencies:
2046+
whatwg-url "^5.0.0"
20452047

20462048
normalize-package-data@^2.3.2:
20472049
version "2.5.0"
@@ -2752,6 +2754,11 @@ to-regex-range@^5.0.1:
27522754
dependencies:
27532755
is-number "^7.0.0"
27542756

2757+
tr46@~0.0.3:
2758+
version "0.0.3"
2759+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2760+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
2761+
27552762
tsconfig-paths@^3.11.0:
27562763
version "3.11.0"
27572764
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
@@ -2890,6 +2897,19 @@ warning@^4.0.2, warning@^4.0.3:
28902897
dependencies:
28912898
loose-envify "^1.0.0"
28922899

2900+
webidl-conversions@^3.0.0:
2901+
version "3.0.1"
2902+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
2903+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
2904+
2905+
whatwg-url@^5.0.0:
2906+
version "5.0.0"
2907+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
2908+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
2909+
dependencies:
2910+
tr46 "~0.0.3"
2911+
webidl-conversions "^3.0.0"
2912+
28932913
which-boxed-primitive@^1.0.2:
28942914
version "1.0.2"
28952915
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)