@@ -2417,11 +2417,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
2417
2417
sha.js "^2.4.8"
2418
2418
2419
2419
cross-fetch@^3.0.4 :
2420
- version "3.1.4 "
2421
- resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4 .tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39 "
2422
- integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ ==
2420
+ version "3.1.5 "
2421
+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5 .tgz#e1389f44d9e7ba767907f7af8454787952ab534f "
2422
+ integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw ==
2423
2423
dependencies :
2424
- node-fetch "2.6.1 "
2424
+ node-fetch "2.6.7 "
2425
2425
2426
2426
cross-spawn@^6.0.0 :
2427
2427
version "6.0.5"
@@ -4310,10 +4310,12 @@ nice-try@^1.0.4:
4310
4310
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
4311
4311
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
4312
4312
4313
-
4314
- version "2.6.1"
4315
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4316
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4313
+
4314
+ version "2.6.7"
4315
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4316
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4317
+ dependencies :
4318
+ whatwg-url "^5.0.0"
4317
4319
4318
4320
node-forge@^0.10.0 :
4319
4321
version "0.10.0"
5765
5767
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
5766
5768
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
5767
5769
5770
+ tr46@~0.0.3 :
5771
+ version "0.0.3"
5772
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5773
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5774
+
5768
5775
trim-right@^1.0.1 :
5769
5776
version "1.0.1"
5770
5777
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -5996,6 +6003,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
5996
6003
dependencies :
5997
6004
minimalistic-assert "^1.0.0"
5998
6005
6006
+ webidl-conversions@^3.0.0 :
6007
+ version "3.0.1"
6008
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6009
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6010
+
5999
6011
webpack-dev-middleware@^3.7.2 :
6000
6012
version "3.7.3"
6001
6013
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5"
6110
6122
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
6111
6123
integrity sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=
6112
6124
6125
+ whatwg-url@^5.0.0 :
6126
+ version "5.0.0"
6127
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6128
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6129
+ dependencies :
6130
+ tr46 "~0.0.3"
6131
+ webidl-conversions "^3.0.0"
6132
+
6113
6133
which-module@^2.0.0 :
6114
6134
version "2.0.0"
6115
6135
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
0 commit comments