Skip to content

Commit 2bc5de5

Browse files
Build(deps): Bump ember-cli-typescript from 2.0.2 to 3.1.1
Bumps [ember-cli-typescript](https://github.com/typed-ember/ember-cli-typescript) from 2.0.2 to 3.1.1. - [Release notes](https://github.com/typed-ember/ember-cli-typescript/releases) - [Changelog](https://github.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md) - [Commits](typed-ember/ember-cli-typescript@v2.0.2...v3.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2c3a6c5 commit 2bc5de5

File tree

2 files changed

+160
-16
lines changed

2 files changed

+160
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"ember-cli-babel": "^7.13.0",
39-
"ember-cli-typescript": "^2.0.2"
39+
"ember-cli-typescript": "^3.1.1"
4040
},
4141
"devDependencies": {
4242
"@ember/optional-features": "^0.7.0",

yarn.lock

Lines changed: 159 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
"@babel/helper-remap-async-to-generator" "^7.7.0"
349349
"@babel/plugin-syntax-async-generators" "^7.2.0"
350350

351-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0":
351+
"@babel/plugin-proposal-class-properties@^7.7.0":
352352
version "7.7.0"
353353
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.0.tgz#ac54e728ecf81d90e8f4d2a9c05a890457107917"
354354
integrity sha512-tufDcFA1Vj+eWvwHN+jvMN6QsV5o+vUlytNKrbMiCeDL0F2j92RURzUsUMWE5EJkLyWxjdUslCsMQa9FWth16A==
@@ -381,6 +381,14 @@
381381
"@babel/helper-plugin-utils" "^7.0.0"
382382
"@babel/plugin-syntax-json-strings" "^7.2.0"
383383

384+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4":
385+
version "7.4.4"
386+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz#41c360d59481d88e0ce3a3f837df10121a769b39"
387+
integrity sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw==
388+
dependencies:
389+
"@babel/helper-plugin-utils" "^7.0.0"
390+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"
391+
384392
"@babel/plugin-proposal-object-rest-spread@^7.6.2":
385393
version "7.6.2"
386394
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
@@ -397,6 +405,14 @@
397405
"@babel/helper-plugin-utils" "^7.0.0"
398406
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
399407

408+
"@babel/plugin-proposal-optional-chaining@^7.6.0":
409+
version "7.6.0"
410+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8"
411+
integrity sha512-kj4gkZ6qUggkprRq3Uh5KP8XnE1MdIO0J7MhdDX8+rAbB6dJ2UrensGIS+0NPZAaaJ1Vr0PN6oLUgXMU1uMcSg==
412+
dependencies:
413+
"@babel/helper-plugin-utils" "^7.0.0"
414+
"@babel/plugin-syntax-optional-chaining" "^7.2.0"
415+
400416
"@babel/plugin-proposal-unicode-property-regex@^7.7.0":
401417
version "7.7.0"
402418
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.0.tgz#549fe1717a1bd0a2a7e63163841cb37e78179d5d"
@@ -433,6 +449,13 @@
433449
dependencies:
434450
"@babel/helper-plugin-utils" "^7.0.0"
435451

452+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
453+
version "7.2.0"
454+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
455+
integrity sha512-lRCEaKE+LTxDQtgbYajI04ddt6WW0WJq57xqkAZ+s11h4YgfRHhVA/Y2VhfPzzFD4qeLHWg32DMp9HooY4Kqlg==
456+
dependencies:
457+
"@babel/helper-plugin-utils" "^7.0.0"
458+
436459
"@babel/plugin-syntax-object-rest-spread@^7.2.0":
437460
version "7.2.0"
438461
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
@@ -447,6 +470,13 @@
447470
dependencies:
448471
"@babel/helper-plugin-utils" "^7.0.0"
449472

473+
"@babel/plugin-syntax-optional-chaining@^7.2.0":
474+
version "7.2.0"
475+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
476+
integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
477+
dependencies:
478+
"@babel/helper-plugin-utils" "^7.0.0"
479+
450480
"@babel/plugin-syntax-top-level-await@^7.7.0":
451481
version "7.7.0"
452482
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.0.tgz#f5699549f50bbe8d12b1843a4e82f0a37bb65f4d"
@@ -714,11 +744,12 @@
714744
dependencies:
715745
"@babel/helper-plugin-utils" "^7.0.0"
716746

717-
"@babel/plugin-transform-typescript@~7.4.0":
718-
version "7.4.5"
719-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.4.5.tgz#ab3351ba35307b79981993536c93ff8be050ba28"
720-
integrity sha512-RPB/YeGr4ZrFKNwfuQRlMf2lxoCUaU01MTw39/OFE/RiL8HDjtn68BwEPft1P7JN4akyEmjGWAMNldOV7o9V2g==
747+
"@babel/plugin-transform-typescript@~7.7.0":
748+
version "7.7.2"
749+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.2.tgz#eb9f14c516b5d36f4d6f3a9d7badae6d0fc313d4"
750+
integrity sha512-UWhDaJRqdPUtdK1s0sKYdoRuqK0NepjZto2UZltvuCgMoMZmdjhgz5hcRokie/3aYEaSz3xvusyoayVaq4PjRg==
721751
dependencies:
752+
"@babel/helper-create-class-features-plugin" "^7.7.0"
722753
"@babel/helper-plugin-utils" "^7.0.0"
723754
"@babel/plugin-syntax-typescript" "^7.2.0"
724755

@@ -3444,6 +3475,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
34443475
shebang-command "^1.2.0"
34453476
which "^1.2.9"
34463477

3478+
cross-spawn@^7.0.0:
3479+
version "7.0.1"
3480+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
3481+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
3482+
dependencies:
3483+
path-key "^3.1.0"
3484+
shebang-command "^2.0.0"
3485+
which "^2.0.1"
3486+
34473487
crypto-random-string@^1.0.0:
34483488
version "1.0.0"
34493489
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@@ -3881,23 +3921,24 @@ ember-cli-typescript-blueprints@^2.0.0:
38813921
inflection "^1.12.0"
38823922
silent-error "^1.1.0"
38833923

3884-
ember-cli-typescript@^2.0.2:
3885-
version "2.0.2"
3886-
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-2.0.2.tgz#464984131fbdc05655eb61d1c3cdd911d3137f0d"
3887-
integrity sha512-7I5azCTxOgRDN8aSSnJZIKSqr+MGnT+jLTUbBYqF8wu6ojs2DUnTePxUcQMcvNh3Q3B1ySv7Q/uZFSjdU9gSjA==
3924+
ember-cli-typescript@^3.1.1:
3925+
version "3.1.1"
3926+
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-3.1.1.tgz#a5a12ebf915e43ded7bf6bb460ecea4b67b0d95b"
3927+
integrity sha512-HCjM5EZ29Yh94Jy/M2+MVkS9LdtOoGYtYLIcZ4F7umJaRJM67ku/xCyN/2r+uTeYTNdpJN9+HWx30a6yyAbfRA==
38883928
dependencies:
3889-
"@babel/plugin-proposal-class-properties" "^7.1.0"
3890-
"@babel/plugin-transform-typescript" "~7.4.0"
3929+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.4.4"
3930+
"@babel/plugin-proposal-optional-chaining" "^7.6.0"
3931+
"@babel/plugin-transform-typescript" "~7.7.0"
38913932
ansi-to-html "^0.6.6"
38923933
debug "^4.0.0"
38933934
ember-cli-babel-plugin-helpers "^1.0.0"
3894-
execa "^1.0.0"
3895-
fs-extra "^7.0.0"
3935+
execa "^3.0.0"
3936+
fs-extra "^8.0.0"
38963937
resolve "^1.5.0"
38973938
rsvp "^4.8.1"
38983939
semver "^6.0.0"
38993940
stagehand "^1.0.0"
3900-
walk-sync "^1.0.0"
3941+
walk-sync "^2.0.0"
39013942

39023943
ember-cli-valid-component-name@^1.0.0:
39033944
version "1.0.0"
@@ -4524,6 +4565,22 @@ execa@^1.0.0:
45244565
signal-exit "^3.0.0"
45254566
strip-eof "^1.0.0"
45264567

4568+
execa@^3.0.0:
4569+
version "3.3.0"
4570+
resolved "https://registry.yarnpkg.com/execa/-/execa-3.3.0.tgz#7e348eef129a1937f21ecbbd53390942653522c1"
4571+
integrity sha512-j5Vit5WZR/cbHlqU97+qcnw9WHRCIL4V1SVe75VcHcD1JRBdt8fv0zw89b7CQHQdUHTt2VjuhcF5ibAgVOxqpg==
4572+
dependencies:
4573+
cross-spawn "^7.0.0"
4574+
get-stream "^5.0.0"
4575+
human-signals "^1.1.1"
4576+
is-stream "^2.0.0"
4577+
merge-stream "^2.0.0"
4578+
npm-run-path "^4.0.0"
4579+
onetime "^5.1.0"
4580+
p-finally "^2.0.0"
4581+
signal-exit "^3.0.2"
4582+
strip-final-newline "^2.0.0"
4583+
45274584
exists-sync@0.0.4:
45284585
version "0.0.4"
45294586
resolved "https://registry.yarnpkg.com/exists-sync/-/exists-sync-0.0.4.tgz#9744c2c428cc03b01060db454d4b12f0ef3c8879"
@@ -4980,6 +5037,15 @@ fs-extra@^7.0.0, fs-extra@^7.0.1:
49805037
jsonfile "^4.0.0"
49815038
universalify "^0.1.0"
49825039

5040+
fs-extra@^8.0.0:
5041+
version "8.1.0"
5042+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
5043+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
5044+
dependencies:
5045+
graceful-fs "^4.2.0"
5046+
jsonfile "^4.0.0"
5047+
universalify "^0.1.0"
5048+
49835049
fs-tree-diff@^0.5.2, fs-tree-diff@^0.5.3, fs-tree-diff@^0.5.4, fs-tree-diff@^0.5.6, fs-tree-diff@^0.5.7:
49845050
version "0.5.9"
49855051
resolved "https://registry.yarnpkg.com/fs-tree-diff/-/fs-tree-diff-0.5.9.tgz#a4ec6182c2f5bd80b9b83c8e23e4522e6f5fd946"
@@ -5093,7 +5159,7 @@ get-stream@^4.0.0, get-stream@^4.1.0:
50935159
dependencies:
50945160
pump "^3.0.0"
50955161

5096-
get-stream@^5.1.0:
5162+
get-stream@^5.0.0, get-stream@^5.1.0:
50975163
version "5.1.0"
50985164
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
50995165
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
@@ -5342,6 +5408,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6:
53425408
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
53435409
integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=
53445410

5411+
graceful-fs@^4.2.0:
5412+
version "4.2.3"
5413+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
5414+
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
5415+
53455416
"graceful-readlink@>= 1.0.0":
53465417
version "1.0.1"
53475418
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
@@ -5572,6 +5643,11 @@ https-proxy-agent@^2.2.1:
55725643
agent-base "^4.3.0"
55735644
debug "^3.1.0"
55745645

5646+
human-signals@^1.1.1:
5647+
version "1.1.1"
5648+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
5649+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
5650+
55755651
humanize-ms@^1.2.1:
55765652
version "1.2.1"
55775653
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -6023,6 +6099,11 @@ is-stream@^1.0.0, is-stream@^1.1.0:
60236099
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
60246100
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
60256101

6102+
is-stream@^2.0.0:
6103+
version "2.0.0"
6104+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
6105+
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
6106+
60266107
is-symbol@^1.0.2:
60276108
version "1.0.2"
60286109
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -6865,6 +6946,14 @@ matcher-collection@^1.1.1:
68656946
dependencies:
68666947
minimatch "^3.0.2"
68676948

6949+
matcher-collection@^2.0.0:
6950+
version "2.0.1"
6951+
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.1.tgz#90be1a4cf58d6f2949864f65bb3b0f3e41303b29"
6952+
integrity sha512-daE62nS2ZQsDg9raM0IlZzLmI2u+7ZapXBwdoeBUKAYERPDDIc0qNqA8E0Rp2D+gspKR7BgIFP52GeujaGXWeQ==
6953+
dependencies:
6954+
"@types/minimatch" "^3.0.3"
6955+
minimatch "^3.0.2"
6956+
68686957
mdurl@^1.0.1:
68696958
version "1.0.1"
68706959
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
@@ -6894,6 +6983,11 @@ merge-descriptors@1.0.1:
68946983
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
68956984
integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
68966985

6986+
merge-stream@^2.0.0:
6987+
version "2.0.0"
6988+
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
6989+
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
6990+
68976991
merge-trees@^1.0.1:
68986992
version "1.0.1"
68996993
resolved "https://registry.yarnpkg.com/merge-trees/-/merge-trees-1.0.1.tgz#ccbe674569787f9def17fd46e6525f5700bbd23e"
@@ -7261,6 +7355,13 @@ npm-run-path@^2.0.0:
72617355
dependencies:
72627356
path-key "^2.0.0"
72637357

7358+
npm-run-path@^4.0.0:
7359+
version "4.0.0"
7360+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
7361+
integrity sha512-8eyAOAH+bYXFPSnNnKr3J+yoybe8O87Is5rtAQ8qRczJz1ajcsjg8l2oZqP+Ppx15Ii3S1vUTjQN2h4YO2tWWQ==
7362+
dependencies:
7363+
path-key "^3.0.0"
7364+
72647365
npmlog@^4.0.0:
72657366
version "4.1.2"
72667367
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
@@ -7462,6 +7563,11 @@ p-finally@^1.0.0:
74627563
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
74637564
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
74647565

7566+
p-finally@^2.0.0:
7567+
version "2.0.1"
7568+
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
7569+
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
7570+
74657571
p-is-promise@^1.1.0:
74667572
version "1.1.0"
74677573
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
@@ -7654,6 +7760,11 @@ path-key@^2.0.0, path-key@^2.0.1:
76547760
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
76557761
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
76567762

7763+
path-key@^3.0.0, path-key@^3.1.0:
7764+
version "3.1.0"
7765+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
7766+
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
7767+
76577768
path-parse@^1.0.6:
76587769
version "1.0.6"
76597770
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -8511,11 +8622,23 @@ shebang-command@^1.2.0:
85118622
dependencies:
85128623
shebang-regex "^1.0.0"
85138624

8625+
shebang-command@^2.0.0:
8626+
version "2.0.0"
8627+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8628+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8629+
dependencies:
8630+
shebang-regex "^3.0.0"
8631+
85148632
shebang-regex@^1.0.0:
85158633
version "1.0.0"
85168634
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
85178635
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
85188636

8637+
shebang-regex@^3.0.0:
8638+
version "3.0.0"
8639+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8640+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8641+
85198642
shelljs@0.8.3:
85208643
version "0.8.3"
85218644
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
@@ -8916,6 +9039,11 @@ strip-eof@^1.0.0:
89169039
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
89179040
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
89189041

9042+
strip-final-newline@^2.0.0:
9043+
version "2.0.0"
9044+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
9045+
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
9046+
89199047
strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
89209048
version "2.0.1"
89219049
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
@@ -9493,6 +9621,15 @@ walk-sync@^1.0.0, walk-sync@^1.1.3:
94939621
ensure-posix-path "^1.1.0"
94949622
matcher-collection "^1.1.1"
94959623

9624+
walk-sync@^2.0.0:
9625+
version "2.0.2"
9626+
resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b"
9627+
integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A==
9628+
dependencies:
9629+
"@types/minimatch" "^3.0.3"
9630+
ensure-posix-path "^1.1.0"
9631+
matcher-collection "^2.0.0"
9632+
94969633
walker@~1.0.5:
94979634
version "1.0.7"
94989635
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
@@ -9543,6 +9680,13 @@ which@^1.2.14, which@^1.2.9, which@^1.3.0:
95439680
dependencies:
95449681
isexe "^2.0.0"
95459682

9683+
which@^2.0.1:
9684+
version "2.0.2"
9685+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9686+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9687+
dependencies:
9688+
isexe "^2.0.0"
9689+
95469690
wide-align@^1.1.0:
95479691
version "1.1.3"
95489692
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)