Skip to content

Commit 07793da

Browse files
Update dependency node-fetch to v2.6.7 [SECURITY]
1 parent aa8d410 commit 07793da

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"core-js": "2.6.11",
1414
"chart.js": "2.9.3",
1515
"fuzzy": "0.1.3",
16-
"node-fetch": "2.6.0",
16+
"node-fetch": "2.6.7",
1717
"tailwindcss": "1.2.0",
1818
"tailwindcss-transitions": "2.2.0",
1919
"vue": "2.6.11",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5667,10 +5667,12 @@ node-emoji@^1.8.1:
56675667
dependencies:
56685668
lodash.toarray "^4.4.0"
56695669

5670-
node-fetch@2.6.0:
5671-
version "2.6.0"
5672-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
5673-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
5670+
node-fetch@2.6.7:
5671+
version "2.6.7"
5672+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5673+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5674+
dependencies:
5675+
whatwg-url "^5.0.0"
56745676

56755677
node-forge@0.9.0:
56765678
version "0.9.0"
@@ -8183,6 +8185,11 @@ tough-cookie@^2.3.3, tough-cookie@~2.5.0:
81838185
psl "^1.1.28"
81848186
punycode "^2.1.1"
81858187

8188+
tr46@~0.0.3:
8189+
version "0.0.3"
8190+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8191+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
8192+
81868193
tryer@^1.0.1:
81878194
version "1.0.1"
81888195
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
@@ -8583,6 +8590,11 @@ wcwidth@^1.0.1:
85838590
dependencies:
85848591
defaults "^1.0.3"
85858592

8593+
webidl-conversions@^3.0.0:
8594+
version "3.0.1"
8595+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8596+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
8597+
85868598
webpack-bundle-analyzer@^3.3.0:
85878599
version "3.6.1"
85888600
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.1.tgz#bdb637c2304424f2fbff9a950c7be42a839ae73b"
@@ -8726,6 +8738,14 @@ websocket-extensions@>=0.1.1:
87268738
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
87278739
integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
87288740

8741+
whatwg-url@^5.0.0:
8742+
version "5.0.0"
8743+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8744+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
8745+
dependencies:
8746+
tr46 "~0.0.3"
8747+
webidl-conversions "^3.0.0"
8748+
87298749
which-module@^2.0.0:
87308750
version "2.0.0"
87318751
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)