Skip to content

Commit 456dc41

Browse files
authored
Merge pull request #28 from HubbleHQ/sc-9248-downgrade-isomorphic-unfetch-package-in-request
Downgrade `isomorphic-unfetch` package from 4.0.2 to 4.0.0
2 parents 8966106 + 90c88d2 commit 456dc41

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "jest"
2020
},
2121
"dependencies": {
22-
"isomorphic-unfetch": "^4.0.2"
22+
"isomorphic-unfetch": "4.0.0"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.11.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,13 +3188,13 @@ isobject@^3.0.0, isobject@^3.0.1:
31883188
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
31893189
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
31903190

3191-
isomorphic-unfetch@^4.0.2:
3192-
version "4.0.2"
3193-
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-4.0.2.tgz#5fc04eeb1053b7b702278e2cf7a3f246cb3a9214"
3194-
integrity sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==
3191+
isomorphic-unfetch@4.0.0:
3192+
version "4.0.0"
3193+
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-4.0.0.tgz#439422d68014e9355680e011ec05878c3a65672d"
3194+
integrity sha512-faQdcv4iQsZXTQIRWVVjfibY7CRxLBpvafqrc5ZgEPUXkDDiQu4nqXRtG5SuJUurW2XHM9uwPuna2r4Px2iNKA==
31953195
dependencies:
31963196
node-fetch "^3.2.0"
3197-
unfetch "^5.0.0"
3197+
unfetch "^4.2.0"
31983198

31993199
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
32003200
version "3.2.0"
@@ -5352,10 +5352,10 @@ underscore@~1.13.2:
53525352
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
53535353
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
53545354

5355-
unfetch@^5.0.0:
5356-
version "5.0.0"
5357-
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142"
5358-
integrity sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==
5355+
unfetch@^4.2.0:
5356+
version "4.2.0"
5357+
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
5358+
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
53595359

53605360
unicode-canonical-property-names-ecmascript@^2.0.0:
53615361
version "2.0.0"

0 commit comments

Comments
 (0)