Skip to content

Commit 375b9c5

Browse files
Bump isomorphic-unfetch from 3.0.0 to 3.1.0
Bumps [isomorphic-unfetch](https://github.com/developit/unfetch) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/developit/unfetch/releases) - [Commits](developit/unfetch@3.0.0...3.1.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 092b82a commit 375b9c5

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"babel-plugin-styled-components": "^1.11.1",
3030
"dotenv-webpack": "^2.0.0",
31-
"isomorphic-unfetch": "^3.0.0",
31+
"isomorphic-unfetch": "^3.1.0",
3232
"js-base64": "^3.5.2",
3333
"next": "^9.2.2",
3434
"polished": "^3.6.7",

yarn.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4815,13 +4815,13 @@ isomorphic-fetch@^2.1.1:
48154815
node-fetch "^1.0.1"
48164816
whatwg-fetch ">=0.10.0"
48174817

4818-
isomorphic-unfetch@^3.0.0:
4819-
version "3.0.0"
4820-
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
4821-
integrity sha512-V0tmJSYfkKokZ5mgl0cmfQMTb7MLHsBMngTkbLY0eXvKqiVRRoZP04Ly+KhKrJfKtzC9E6Pp15Jo+bwh7Vi2XQ==
4818+
isomorphic-unfetch@^3.1.0:
4819+
version "3.1.0"
4820+
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz#87341d5f4f7b63843d468438128cb087b7c3e98f"
4821+
integrity sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==
48224822
dependencies:
4823-
node-fetch "^2.2.0"
4824-
unfetch "^4.0.0"
4823+
node-fetch "^2.6.1"
4824+
unfetch "^4.2.0"
48254825

48264826
48274827
version "24.9.0"
@@ -5665,7 +5665,7 @@ nice-try@^1.0.4:
56655665
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
56665666
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
56675667

5668-
[email protected], node-fetch@^2.2.0:
5668+
56695669
version "2.6.0"
56705670
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
56715671
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
@@ -5678,6 +5678,11 @@ node-fetch@^1.0.1:
56785678
encoding "^0.1.11"
56795679
is-stream "^1.0.1"
56805680

5681+
node-fetch@^2.6.1:
5682+
version "2.6.1"
5683+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5684+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5685+
56815686
node-libs-browser@^2.2.1:
56825687
version "2.2.1"
56835688
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
@@ -8386,11 +8391,16 @@ ua-parser-js@^0.7.18:
83868391
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.18.tgz#a7bfd92f56edfb117083b69e31d2aa8882d4b1ed"
83878392
integrity sha512-LtzwHlVHwFGTptfNSgezHp7WUlwiqb0gA9AALRbKaERfxwJoiX0A73QbTToxteIAuIaFshhgIZfqK8s7clqgnA==
83888393

8389-
[email protected], unfetch@^4.0.0:
8394+
83908395
version "4.1.0"
83918396
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db"
83928397
integrity sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg==
83938398

8399+
unfetch@^4.2.0:
8400+
version "4.2.0"
8401+
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
8402+
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
8403+
83948404
unherit@^1.0.4:
83958405
version "1.1.1"
83968406
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.1.tgz#132748da3e88eab767e08fabfbb89c5e9d28628c"

0 commit comments

Comments
 (0)