Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 3b1147e

Browse files
Bump gts from 3.0.2 to 3.0.3 (#30)
Bumps [gts](https://github.com/google/gts) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/google/gts/releases) - [Changelog](https://github.com/google/gts/blob/master/CHANGELOG.md) - [Commits](google/gts@v3.0.2...v3.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8da79d8 commit 3b1147e

File tree

2 files changed

+98
-24
lines changed

2 files changed

+98
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/jest": "^26.0.15",
2828
"@types/node": "^14.14.8",
2929
"@types/node-fetch": "^2.5.7",
30-
"gts": "^3.0.2",
30+
"gts": "^3.0.3",
3131
"@vercel/ncc": "^0.25.1",
3232
"jest": "^26.6.3",
3333
"jest-circus": "^26.6.3",

yarn.lock

Lines changed: 97 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ cross-spawn@^6.0.0:
14121412
shebang-command "^1.2.0"
14131413
which "^1.2.9"
14141414

1415-
cross-spawn@^7.0.0, cross-spawn@^7.0.2:
1415+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
14161416
version "7.0.3"
14171417
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
14181418
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -1842,7 +1842,7 @@ execa@^1.0.0:
18421842
signal-exit "^3.0.0"
18431843
strip-eof "^1.0.0"
18441844

1845-
execa@^4.0.0, execa@^4.0.3:
1845+
execa@^4.0.0:
18461846
version "4.0.3"
18471847
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2"
18481848
integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
@@ -1857,6 +1857,21 @@ execa@^4.0.0, execa@^4.0.3:
18571857
signal-exit "^3.0.2"
18581858
strip-final-newline "^2.0.0"
18591859

1860+
execa@^5.0.0:
1861+
version "5.0.0"
1862+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376"
1863+
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
1864+
dependencies:
1865+
cross-spawn "^7.0.3"
1866+
get-stream "^6.0.0"
1867+
human-signals "^2.1.0"
1868+
is-stream "^2.0.0"
1869+
merge-stream "^2.0.0"
1870+
npm-run-path "^4.0.1"
1871+
onetime "^5.1.2"
1872+
signal-exit "^3.0.3"
1873+
strip-final-newline "^2.0.0"
1874+
18601875
exit@^0.1.2:
18611876
version "0.1.2"
18621877
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -2128,6 +2143,11 @@ get-stream@^5.0.0, get-stream@^5.1.0:
21282143
dependencies:
21292144
pump "^3.0.0"
21302145

2146+
get-stream@^6.0.0:
2147+
version "6.0.0"
2148+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601a1583e8629a6718"
2149+
integrity sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==
2150+
21312151
get-value@^2.0.3, get-value@^2.0.6:
21322152
version "2.0.6"
21332153
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -2217,10 +2237,10 @@ growly@^1.3.0:
22172237
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
22182238
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
22192239

2220-
gts@^3.0.2:
2221-
version "3.0.2"
2222-
resolved "https://registry.yarnpkg.com/gts/-/gts-3.0.2.tgz#a13ec9c0abdfaa718f57968f6cb74bf405f9472f"
2223-
integrity sha512-Vhy9/ToD7B8nlPIiNyBfeLwMCRb9Xw1eMh6lRu4/Th2ifMO/Tbi8q8GsqB975NMiHIkmsDTPki5d2x84WcUmgA==
2240+
gts@^3.0.3:
2241+
version "3.0.3"
2242+
resolved "https://registry.yarnpkg.com/gts/-/gts-3.0.3.tgz#36716d87680c2d1a0e02867c91bb7169cede9369"
2243+
integrity sha512-XHFGhDzoyaHDVHlhNfz369erxuSEIyVMtJoRAz8Dt2NpidG5pOJzI/44lWhsLVigph64TgAWPWBsBTQFCQ1mTw==
22242244
dependencies:
22252245
"@typescript-eslint/eslint-plugin" "^4.2.0"
22262246
"@typescript-eslint/parser" "^4.2.0"
@@ -2229,9 +2249,9 @@ gts@^3.0.2:
22292249
eslint-config-prettier "^6.12.0"
22302250
eslint-plugin-node "^11.1.0"
22312251
eslint-plugin-prettier "^3.1.4"
2232-
execa "^4.0.3"
2252+
execa "^5.0.0"
22332253
inquirer "^7.3.3"
2234-
meow "^7.1.1"
2254+
meow "^8.0.0"
22352255
ncp "^2.0.0"
22362256
prettier "^2.1.2"
22372257
rimraf "^3.0.2"
@@ -2314,6 +2334,13 @@ hosted-git-info@^2.1.4:
23142334
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
23152335
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
23162336

2337+
hosted-git-info@^3.0.6:
2338+
version "3.0.7"
2339+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.7.tgz#a30727385ea85acfcee94e0aad9e368c792e036c"
2340+
integrity sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==
2341+
dependencies:
2342+
lru-cache "^6.0.0"
2343+
23172344
html-encoding-sniffer@^2.0.1:
23182345
version "2.0.1"
23192346
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
@@ -2345,6 +2372,11 @@ human-signals@^1.1.1:
23452372
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
23462373
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
23472374

2375+
human-signals@^2.1.0:
2376+
version "2.1.0"
2377+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
2378+
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
2379+
23482380
[email protected], iconv-lite@^0.4.24:
23492381
version "0.4.24"
23502382
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -2473,6 +2505,13 @@ is-core-module@^2.0.0:
24732505
dependencies:
24742506
has "^1.0.3"
24752507

2508+
is-core-module@^2.1.0:
2509+
version "2.2.0"
2510+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
2511+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
2512+
dependencies:
2513+
has "^1.0.3"
2514+
24762515
is-data-descriptor@^0.1.4:
24772516
version "0.1.4"
24782517
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -3324,6 +3363,13 @@ lowercase-keys@^2.0.0:
33243363
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
33253364
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
33263365

3366+
lru-cache@^6.0.0:
3367+
version "6.0.0"
3368+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3369+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3370+
dependencies:
3371+
yallist "^4.0.0"
3372+
33273373
make-dir@^3.0.0:
33283374
version "3.1.0"
33293375
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -3365,22 +3411,22 @@ map-visit@^1.0.0:
33653411
dependencies:
33663412
object-visit "^1.0.0"
33673413

3368-
meow@^7.1.1:
3369-
version "7.1.1"
3370-
resolved "https://registry.yarnpkg.com/meow/-/meow-7.1.1.tgz#7c01595e3d337fcb0ec4e8eed1666ea95903d306"
3371-
integrity sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA==
3414+
meow@^8.0.0:
3415+
version "8.0.0"
3416+
resolved "https://registry.yarnpkg.com/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
3417+
integrity sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==
33723418
dependencies:
33733419
"@types/minimist" "^1.2.0"
33743420
camelcase-keys "^6.2.2"
33753421
decamelize-keys "^1.1.0"
33763422
hard-rejection "^2.1.0"
33773423
minimist-options "4.1.0"
3378-
normalize-package-data "^2.5.0"
3424+
normalize-package-data "^3.0.0"
33793425
read-pkg-up "^7.0.1"
33803426
redent "^3.0.0"
33813427
trim-newlines "^3.0.0"
3382-
type-fest "^0.13.1"
3383-
yargs-parser "^18.1.3"
3428+
type-fest "^0.18.0"
3429+
yargs-parser "^20.2.3"
33843430

33853431
merge-stream@^2.0.0:
33863432
version "2.0.0"
@@ -3581,6 +3627,16 @@ normalize-package-data@^2.5.0:
35813627
semver "2 || 3 || 4 || 5"
35823628
validate-npm-package-license "^3.0.1"
35833629

3630+
normalize-package-data@^3.0.0:
3631+
version "3.0.0"
3632+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.0.tgz#1f8a7c423b3d2e85eb36985eaf81de381d01301a"
3633+
integrity sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==
3634+
dependencies:
3635+
hosted-git-info "^3.0.6"
3636+
resolve "^1.17.0"
3637+
semver "^7.3.2"
3638+
validate-npm-package-license "^3.0.1"
3639+
35843640
normalize-path@^2.1.1:
35853641
version "2.1.1"
35863642
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -3605,7 +3661,7 @@ npm-run-path@^2.0.0:
36053661
dependencies:
36063662
path-key "^2.0.0"
36073663

3608-
npm-run-path@^4.0.0:
3664+
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
36093665
version "4.0.1"
36103666
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
36113667
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
@@ -3652,7 +3708,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
36523708
dependencies:
36533709
wrappy "1"
36543710

3655-
onetime@^5.1.0:
3711+
onetime@^5.1.0, onetime@^5.1.2:
36563712
version "5.1.2"
36573713
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
36583714
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
@@ -4079,6 +4135,14 @@ resolve@^1.10.0, resolve@^1.10.1, resolve@^1.18.1, resolve@^1.3.2:
40794135
is-core-module "^2.0.0"
40804136
path-parse "^1.0.6"
40814137

4138+
resolve@^1.17.0:
4139+
version "1.19.0"
4140+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
4141+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
4142+
dependencies:
4143+
is-core-module "^2.1.0"
4144+
path-parse "^1.0.6"
4145+
40824146
responselike@^1.0.2:
40834147
version "1.0.2"
40844148
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -4250,7 +4314,7 @@ shellwords@^0.1.1:
42504314
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
42514315
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
42524316

4253-
signal-exit@^3.0.0, signal-exit@^3.0.2:
4317+
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
42544318
version "3.0.3"
42554319
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
42564320
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
@@ -4715,10 +4779,10 @@ type-fest@^0.11.0:
47154779
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
47164780
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
47174781

4718-
type-fest@^0.13.1:
4719-
version "0.13.1"
4720-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
4721-
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
4782+
type-fest@^0.18.0:
4783+
version "0.18.1"
4784+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
4785+
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
47224786

47234787
type-fest@^0.6.0:
47244788
version "0.6.0"
@@ -4996,19 +5060,29 @@ y18n@^4.0.0:
49965060
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
49975061
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
49985062

5063+
yallist@^4.0.0:
5064+
version "4.0.0"
5065+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5066+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5067+
49995068
50005069
version "20.2.3"
50015070
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.3.tgz#92419ba867b858c868acf8bae9bf74af0dd0ce26"
50025071
integrity sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww==
50035072

5004-
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
5073+
yargs-parser@^18.1.2:
50055074
version "18.1.3"
50065075
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
50075076
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
50085077
dependencies:
50095078
camelcase "^5.0.0"
50105079
decamelize "^1.2.0"
50115080

5081+
yargs-parser@^20.2.3:
5082+
version "20.2.4"
5083+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
5084+
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
5085+
50125086
yargs@^15.4.1:
50135087
version "15.4.1"
50145088
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)