Skip to content

Commit c054891

Browse files
Update ember-fetch (#501)
1 parent 567fdc2 commit c054891

File tree

2 files changed

+16
-41
lines changed

2 files changed

+16
-41
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"ember-composable-helpers": "^2.4.0",
6161
"ember-concurrency": "^0.9.0 || ^0.10.0 || ^1.0.0",
6262
"ember-data": "2.x - 3.x",
63-
"ember-fetch": "^8.0.1",
63+
"ember-fetch": "^8.0.2",
6464
"ember-get-config": "^0.2.4",
6565
"ember-href-to": "^1.15.1",
6666
"ember-keyboard": "^4.0.0",
@@ -143,10 +143,7 @@
143143
"release-it-lerna-changelog": "^2.3.0"
144144
},
145145
"peerDependencies": {
146-
"ember-fetch": "^8.0.1"
147-
},
148-
"resolutions": {
149-
"whatwg-fetch": "3.3.1"
146+
"ember-fetch": "^8.0.2"
150147
},
151148
"engines": {
152149
"node": "10.* || >= 12"

yarn.lock

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5952,7 +5952,7 @@ ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.10.0, ember-cli-babel@^6.11.0,
59525952
ember-cli-version-checker "^2.1.2"
59535953
semver "^5.5.0"
59545954

5955-
ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.1.4, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.12.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.18.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.20.2, ember-cli-babel@^7.20.5, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3:
5955+
ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.1.4, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.12.0, ember-cli-babel@^7.18.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.20.2, ember-cli-babel@^7.20.5, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3:
59565956
version "7.22.1"
59575957
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.22.1.tgz#cad28b89cf0e184c93b863d09bc5ba4ce1d2e453"
59585958
integrity sha512-kCT8WbC1AYFtyOpU23ESm22a+gL6fWv8Nzwe8QFQ5u0piJzM9MEudfbjADEaoyKTrjMQTDsrWwEf3yjggDsOng==
@@ -6603,10 +6603,10 @@ ember-factory-for-polyfill@^1.3.1:
66036603
dependencies:
66046604
ember-cli-version-checker "^2.1.0"
66056605

6606-
ember-fetch@^8.0.1:
6607-
version "8.0.1"
6608-
resolved "https://registry.yarnpkg.com/ember-fetch/-/ember-fetch-8.0.1.tgz#dc57f3c3ba464e4a8722785f6b44265c46b38020"
6609-
integrity sha512-J+knuBFQJlMQUuij2tziMiVcJ+Ss0lCV2XiCQO2cHmG2PUsfvLlTGZ04uUyOXPqrJISxY2W3Et43fQBg4jy7SA==
6606+
ember-fetch@^8.0.2:
6607+
version "8.0.2"
6608+
resolved "https://registry.yarnpkg.com/ember-fetch/-/ember-fetch-8.0.2.tgz#9838b9f01e33fcd23550ccf38ae4f1f90cc47113"
6609+
integrity sha512-BMwm8jLP5LCeT8Jbgz0jA04RsRyt06ZGMaC3Tx2DbHgoWOPlLMfkEKlCFE0dZVW8ZhuICKuyRZTzt4e8GrnnNA==
66106610
dependencies:
66116611
abortcontroller-polyfill "^1.4.0"
66126612
broccoli-concat "^4.2.4"
@@ -6617,10 +6617,10 @@ ember-fetch@^8.0.1:
66176617
broccoli-templater "^2.0.1"
66186618
calculate-cache-key-for-tree "^2.0.0"
66196619
caniuse-api "^3.0.0"
6620-
ember-cli-babel "^7.13.2"
6620+
ember-cli-babel "^7.19.0"
66216621
ember-cli-typescript "^3.1.3"
66226622
node-fetch "^2.6.0"
6623-
whatwg-fetch "^3.0.0"
6623+
whatwg-fetch "^3.4.0"
66246624

66256625
ember-get-config@^0.2.2, ember-get-config@^0.2.4:
66266626
version "0.2.4"
@@ -9178,11 +9178,6 @@ invariant@^2.2.2, invariant@^2.2.4:
91789178
dependencies:
91799179
loose-envify "^1.0.0"
91809180

9181-
ip-regex@^2.1.0:
9182-
version "2.1.0"
9183-
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
9184-
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
9185-
91869181
ip@1.1.5:
91879182
version "1.1.5"
91889183
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
@@ -12261,7 +12256,7 @@ pseudomap@^1.0.2:
1226112256
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
1226212257
integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
1226312258

12264-
psl@^1.1.24, psl@^1.1.28:
12259+
psl@^1.1.24:
1226512260
version "1.8.0"
1226612261
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
1226712262
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
@@ -12308,7 +12303,7 @@ punycode@1.3.2:
1230812303
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
1230912304
integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
1231012305

12311-
punycode@2.x.x, punycode@^2.1.0, punycode@^2.1.1:
12306+
punycode@2.x.x, punycode@^2.1.0:
1231212307
version "2.1.1"
1231312308
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1231412309
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
@@ -14386,31 +14381,14 @@ topo@2.x.x:
1438614381
dependencies:
1438714382
hoek "4.x.x"
1438814383

14389-
tough-cookie@>=0.12.0, tough-cookie@^2.2.0, tough-cookie@^2.3.3, tough-cookie@^2.4.3:
14384+
tough-cookie@>=0.12.0, tough-cookie@^2.2.0, tough-cookie@^2.3.3, tough-cookie@^2.4.3, tough-cookie@^3.0.1, tough-cookie@~2.4.0, tough-cookie@~2.5.0:
1439014385
version "2.4.3"
1439114386
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
1439214387
integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
1439314388
dependencies:
1439414389
psl "^1.1.24"
1439514390
punycode "^1.4.1"
1439614391

14397-
tough-cookie@^3.0.1:
14398-
version "3.0.1"
14399-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.1.tgz#9df4f57e739c26930a018184887f4adb7dca73b2"
14400-
integrity sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==
14401-
dependencies:
14402-
ip-regex "^2.1.0"
14403-
psl "^1.1.28"
14404-
punycode "^2.1.1"
14405-
14406-
tough-cookie@~2.5.0:
14407-
version "2.5.0"
14408-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
14409-
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
14410-
dependencies:
14411-
psl "^1.1.28"
14412-
punycode "^2.1.1"
14413-
1441414392
tr46@^1.0.1:
1441514393
version "1.0.1"
1441614394
resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
@@ -15011,10 +14989,10 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.5:
1501114989
dependencies:
1501214990
iconv-lite "0.4.24"
1501314991

15014-
whatwg-fetch@3.3.1, whatwg-fetch@^3.0.0:
15015-
version "3.3.1"
15016-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.3.1.tgz#6c1acf37dec176b0fd6bc9a74b616bec2f612935"
15017-
integrity sha512-faXTmGDcLuEPBpJwb5LQfyxvubKiE+RlbmmweFGKjvIPFj4uHTTfdtTIkdTRhC6OSH9S9eyYbx8kZ0UEaQqYTA==
14992+
whatwg-fetch@^3.4.0:
14993+
version "3.4.0"
14994+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz#e11de14f4878f773fbebcde8871b2c0699af8b30"
14995+
integrity sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ==
1501814996

1501914997
whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1502014998
version "2.3.0"

0 commit comments

Comments
 (0)