Skip to content

Commit 123b25a

Browse files
chore(deps): bump cross-fetch from 3.1.4 to 3.1.5 in /src/app
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b97c22 commit 123b25a

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

src/app/yarn.lock

+28-8
Original file line numberDiff line numberDiff line change
@@ -2286,11 +2286,11 @@ cross-env@^5.2.1:
22862286
cross-spawn "^6.0.5"
22872287

22882288
cross-fetch@^3.0.4:
2289-
version "3.1.4"
2290-
resolved "https://registry.npm.taobao.org/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
2291-
integrity sha1-lyPzo6JHv4uJA586OAqSROj6Lzk=
2289+
version "3.1.5"
2290+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
2291+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
22922292
dependencies:
2293-
node-fetch "2.6.1"
2293+
node-fetch "2.6.7"
22942294

22952295
cross-os@^1.3.0:
22962296
version "1.4.0"
@@ -4920,10 +4920,12 @@ [email protected]:
49204920
dependencies:
49214921
lodash.toarray "^4.4.0"
49224922

4923-
[email protected], node-fetch@^2.0.0-alpha.8, node-fetch@^2.2.0, node-fetch@^2.6.0:
4924-
version "2.6.1"
4925-
resolved "https://registry.npm.taobao.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4926-
integrity sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI=
4923+
[email protected], node-fetch@^2.0.0-alpha.8, node-fetch@^2.2.0, node-fetch@^2.6.0:
4924+
version "2.6.7"
4925+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4926+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4927+
dependencies:
4928+
whatwg-url "^5.0.0"
49274929

49284930
node-fetch@^1.0.1:
49294931
version "1.7.3"
@@ -7040,6 +7042,11 @@ [email protected]:
70407042
resolved "https://registry.npm.taobao.org/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
70417043
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
70427044

7045+
tr46@~0.0.3:
7046+
version "0.0.3"
7047+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7048+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7049+
70437050
tslib@^1.9.0, tslib@^1.9.3:
70447051
version "1.14.1"
70457052
resolved "https://registry.npm.taobao.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -7280,11 +7287,24 @@ wcwidth@^1.0.1:
72807287
dependencies:
72817288
defaults "^1.0.3"
72827289

7290+
webidl-conversions@^3.0.0:
7291+
version "3.0.1"
7292+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7293+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7294+
72837295
whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0:
72847296
version "3.6.2"
72857297
resolved "https://registry.npm.taobao.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
72867298
integrity sha1-3O0k838mJO0CgXJdUdDi4/5nf4w=
72877299

7300+
whatwg-url@^5.0.0:
7301+
version "5.0.0"
7302+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7303+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7304+
dependencies:
7305+
tr46 "~0.0.3"
7306+
webidl-conversions "^3.0.0"
7307+
72887308
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2:
72897309
version "1.0.2"
72907310
resolved "https://registry.npm.taobao.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)