@@ -4593,6 +4593,13 @@ hosted-git-info@^2.1.4:
4593
4593
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
4594
4594
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
4595
4595
4596
+ hosted-git-info@^4.0.1 :
4597
+ version "4.0.2"
4598
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
4599
+ integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
4600
+ dependencies :
4601
+ lru-cache "^6.0.0"
4602
+
4596
4603
html-encoding-sniffer@^2.0.1 :
4597
4604
version "2.0.1"
4598
4605
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
@@ -5689,6 +5696,11 @@ json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
5689
5696
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
5690
5697
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
5691
5698
5699
+ json-parse-even-better-errors@^2.3.0 :
5700
+ version "2.3.1"
5701
+ resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
5702
+ integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
5703
+
5692
5704
json-schema-traverse@^0.4.1 :
5693
5705
version "0.4.1"
5694
5706
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
@@ -6369,6 +6381,16 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-
6369
6381
semver "2 || 3 || 4 || 5"
6370
6382
validate-npm-package-license "^3.0.1"
6371
6383
6384
+ normalize-package-data@^3.0.2 :
6385
+ version "3.0.2"
6386
+ resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.2.tgz#cae5c410ae2434f9a6c1baa65d5bc3b9366c8699"
6387
+ integrity sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==
6388
+ dependencies :
6389
+ hosted-git-info "^4.0.1"
6390
+ resolve "^1.20.0"
6391
+ semver "^7.3.4"
6392
+ validate-npm-package-license "^3.0.1"
6393
+
6372
6394
normalize-path@^2.1.1 :
6373
6395
version "2.1.1"
6374
6396
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -6720,6 +6742,16 @@ parse-json@^5.0.0:
6720
6742
json-parse-better-errors "^1.0.1"
6721
6743
lines-and-columns "^1.1.6"
6722
6744
6745
+ parse-json@^5.2.0 :
6746
+ version "5.2.0"
6747
+ resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
6748
+ integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
6749
+ dependencies :
6750
+ " @babel/code-frame" " ^7.0.0"
6751
+ error-ex "^1.3.1"
6752
+ json-parse-even-better-errors "^2.3.0"
6753
+ lines-and-columns "^1.1.6"
6754
+
6723
6755
parse-passwd@^1.0.0 :
6724
6756
version "1.0.0"
6725
6757
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
@@ -7054,6 +7086,15 @@ read-pkg-up@^7.0.1:
7054
7086
read-pkg "^5.2.0"
7055
7087
type-fest "^0.8.1"
7056
7088
7089
+ read-pkg-up@^8.0.0 :
7090
+ version "8.0.0"
7091
+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-8.0.0.tgz#72f595b65e66110f43b052dd9af4de6b10534670"
7092
+ integrity sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==
7093
+ dependencies :
7094
+ find-up "^5.0.0"
7095
+ read-pkg "^6.0.0"
7096
+ type-fest "^1.0.1"
7097
+
7057
7098
read-pkg@^2.0.0 :
7058
7099
version "2.0.0"
7059
7100
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
@@ -7082,6 +7123,16 @@ read-pkg@^5.2.0:
7082
7123
parse-json "^5.0.0"
7083
7124
type-fest "^0.6.0"
7084
7125
7126
+ read-pkg@^6.0.0 :
7127
+ version "6.0.0"
7128
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-6.0.0.tgz#a67a7d6a1c2b0c3cd6aa2ea521f40c458a4a504c"
7129
+ integrity sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==
7130
+ dependencies :
7131
+ " @types/normalize-package-data" " ^2.4.0"
7132
+ normalize-package-data "^3.0.2"
7133
+ parse-json "^5.2.0"
7134
+ type-fest "^1.0.1"
7135
+
7085
7136
" readable-stream@2 || 3" , readable-stream@^3.6.0:
7086
7137
version "3.6.0"
7087
7138
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
@@ -7364,7 +7415,7 @@ resolve-url@^0.2.1:
7364
7415
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
7365
7416
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
7366
7417
7367
- resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1 :
7418
+ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.20.0 :
7368
7419
version "1.20.0"
7369
7420
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
7370
7421
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
7536
7587
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
7537
7588
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
7538
7589
7539
- [email protected] , [email protected] , semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
7590
+ [email protected] , [email protected] , semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3. 5:
7540
7591
version "7.3.5"
7541
7592
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
7542
7593
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -8404,6 +8455,11 @@ type-fest@^0.8.1:
8404
8455
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
8405
8456
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
8406
8457
8458
+ type-fest@^1.0.1 :
8459
+ version "1.0.2"
8460
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.0.2.tgz#3f9c39982859f385c77c38b7e5f1432b8a3661c6"
8461
+ integrity sha512-a720oz3Kjbp3ll0zkeN9qjRhO7I34MKMhPGQiQJAmaZQZQ1lo+NWThK322f7sXV+kTg9B1Ybt16KgBXWgteT8w==
8462
+
8407
8463
typedarray-to-buffer@^3.1.5 :
8408
8464
version "3.1.5"
8409
8465
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
0 commit comments