Skip to content

Commit 9a0f479

Browse files
committed
fix security vulnerability in node-fetch
1 parent c6ebc58 commit 9a0f479

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ember-cli-htmlbars": "^6.2.0",
4545
"ember-cli-typescript": "^5.2.1",
4646
"ember-cli-version-checker": "^5.1.2",
47-
"node-fetch": "^2.6.1",
47+
"node-fetch": "^2.6.7",
4848
"whatwg-fetch": "^3.6.2"
4949
},
5050
"devDependencies": {

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11402,11 +11402,18 @@ no-case@^3.0.3:
1140211402
lower-case "^2.0.1"
1140311403
tslib "^1.10.0"
1140411404

11405-
node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
11405+
node-fetch@^2.3.0, node-fetch@^2.6.0:
1140611406
version "2.6.1"
1140711407
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1140811408
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1140911409

11410+
node-fetch@^2.6.7:
11411+
version "2.7.0"
11412+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
11413+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
11414+
dependencies:
11415+
whatwg-url "^5.0.0"
11416+
1141011417
node-int64@^0.4.0:
1141111418
version "0.4.0"
1141211419
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -14375,6 +14382,11 @@ tr46@^3.0.0:
1437514382
dependencies:
1437614383
punycode "^2.1.1"
1437714384

14385+
tr46@~0.0.3:
14386+
version "0.0.3"
14387+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
14388+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
14389+
1437814390
tree-kill@^1.2.2:
1437914391
version "1.2.2"
1438014392
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -14960,6 +14972,11 @@ wcwidth@^1.0.1:
1496014972
dependencies:
1496114973
defaults "^1.0.3"
1496214974

14975+
webidl-conversions@^3.0.0:
14976+
version "3.0.1"
14977+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
14978+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
14979+
1496314980
webidl-conversions@^7.0.0:
1496414981
version "7.0.0"
1496514982
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
@@ -15047,6 +15064,14 @@ whatwg-url@^11.0.0:
1504715064
tr46 "^3.0.0"
1504815065
webidl-conversions "^7.0.0"
1504915066

15067+
whatwg-url@^5.0.0:
15068+
version "5.0.0"
15069+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
15070+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
15071+
dependencies:
15072+
tr46 "~0.0.3"
15073+
webidl-conversions "^3.0.0"
15074+
1505015075
which-boxed-primitive@^1.0.2:
1505115076
version "1.0.2"
1505215077
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)