Skip to content

Commit 44c59dc

Browse files
Bump cross-fetch from 3.0.6 to 3.1.5
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.0.6...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 832e217 commit 44c59dc

2 files changed

Lines changed: 35 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"apollo-upload-client": "^14.1.3",
5252
"babel-loader": "^8.0.5",
5353
"body-parser": "^1.18.3",
54-
"cross-fetch": "^3.0.6",
54+
"cross-fetch": "^3.1.5",
5555
"dataloader": "^2.0.0",
5656
"deepmerge": "^4.2.2",
5757
"dotenv": "^8.2.0",

yarn.lock

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ cross-fetch@3.0.6:
18161816
dependencies:
18171817
node-fetch "2.6.1"
18181818

1819-
cross-fetch@3.1.2, cross-fetch@^3.0.6:
1819+
cross-fetch@3.1.2:
18201820
version "3.1.2"
18211821
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.2.tgz#ee0c2f18844c4fde36150c2a4ddc068d20c1bc41"
18221822
integrity sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w==
@@ -1839,6 +1839,13 @@ cross-fetch@^2.2.0:
18391839
node-fetch "2.1.2"
18401840
whatwg-fetch "2.0.4"
18411841

1842+
cross-fetch@^3.1.5:
1843+
version "3.1.5"
1844+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
1845+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
1846+
dependencies:
1847+
node-fetch "2.6.7"
1848+
18421849
cross-spawn@^5.0.1:
18431850
version "5.1.0"
18441851
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -3796,11 +3803,18 @@ node-fetch@2.1.2:
37963803
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
37973804
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
37983805

3799-
node-fetch@2.6.1, node-fetch@^2.6.0, node-fetch@^2.6.1:
3806+
node-fetch@2.6.1:
38003807
version "2.6.1"
38013808
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
38023809
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
38033810

3811+
node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1:
3812+
version "2.6.7"
3813+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3814+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3815+
dependencies:
3816+
whatwg-url "^5.0.0"
3817+
38043818
nodemon@^2.0.4:
38053819
version "2.0.6"
38063820
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.6.tgz#1abe1937b463aaf62f0d52e2b7eaadf28cc2240d"
@@ -4982,6 +4996,11 @@ touch@^3.1.0:
49824996
dependencies:
49834997
nopt "~1.0.10"
49844998

4999+
tr46@~0.0.3:
5000+
version "0.0.3"
5001+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5002+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
5003+
49855004
trim-repeated@^2.0.0:
49865005
version "2.0.0"
49875006
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-2.0.0.tgz#5d60556d6d40d9461b7c7e06c3ac20b6b1d50090"
@@ -5192,6 +5211,11 @@ vary@^1, vary@~1.1.2:
51925211
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
51935212
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
51945213

5214+
webidl-conversions@^3.0.0:
5215+
version "3.0.1"
5216+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5217+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
5218+
51955219
whatwg-fetch@2.0.3:
51965220
version "2.0.3"
51975221
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
@@ -5202,6 +5226,14 @@ whatwg-fetch@2.0.4:
52025226
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
52035227
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
52045228

5229+
whatwg-url@^5.0.0:
5230+
version "5.0.0"
5231+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5232+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
5233+
dependencies:
5234+
tr46 "~0.0.3"
5235+
webidl-conversions "^3.0.0"
5236+
52055237
which@^1.2.9:
52065238
version "1.3.1"
52075239
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)