Skip to content

Commit 86601d5

Browse files
Merge #456
456: Bump @babel/cli from 7.13.10 to 7.14.8 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli)` from 7.13.10 to 7.14.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@​babel/cli</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.14.8 (2021-07-20)</h2> <p>Thanks <a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>,` <a href="https://github.com/jaeseokk"><code>`@​jaeseokk</code></a>` and <a href="https://github.com/nme077"><code>`@​nme077</code></a>` for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-new-target</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13560">#13560</a> fix(class-properties): replace <code>new.target</code> in static properties with <code>undefined</code> (<a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13088">#13088</a> Fix await binding error within static block (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13531">#13531</a> fix: disallow computed <code>async</code>/<code>get</code>/<code>set</code> keyword (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-simple-access</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13258">#13258</a> Fix const violations in ESM imports when transformed to CJS (<a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13575">#13575</a> Update babel-parser.d.ts (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13548">#13548</a> Fix parser <code>strictMode</code> option (<a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13573">#13573</a> Fix issue to allow module block in member expression (<a href="https://github.com/nme077"><code>`@​nme077</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13534">#13534</a> Async do expression should start at async (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12344">#12344</a> Fix arrow transformation when <code>arguments</code> is defined as variable (<a href="https://github.com/snitin315"><code>`@​snitin315</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13527">#13527</a> fix: accept duplicated import/variable in different module (<a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13525">#13525</a> fix(babel-types): accept <code>UnaryExpression</code> in <code>TSLiteralType</code> (<a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13500">#13500</a> Add typeParameters to tagged template visitor keys (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13515">#13515</a> Fix config validation message typo (<a href="https://github.com/jaeseokk"><code>`@​jaeseokk</code></a>)</li>` </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13508">#13508</a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13562">#13562</a> Fix <code>make generate-standalone</code> -&gt; <code>make build-standalone</code> (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13522">#13522</a> minor improvement to gulp generate-runtime-helpers error message (<a href="https://github.com/lightmare"><code>`@​lightmare</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>`@​zxbodya</code></a>)</li>` <li>Federico Ciardi (<a href="https://github.com/fedeci"><code>`@​fedeci</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@​babel/cli</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.14.8 (2021-07-20)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-new-target</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13560">#13560</a> fix(class-properties): replace <code>new.target</code> in static properties with <code>undefined</code> (<a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13088">#13088</a> Fix await binding error within static block (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13531">#13531</a> fix: disallow computed <code>async</code>/<code>get</code>/<code>set</code> keyword (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-simple-access</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13258">#13258</a> Fix const violations in ESM imports when transformed to CJS (<a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13575">#13575</a> Update babel-parser.d.ts (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13548">#13548</a> Fix parser <code>strictMode</code> option (<a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13573">#13573</a> Fix issue to allow module block in member expression (<a href="https://github.com/nme077"><code>`@​nme077</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13534">#13534</a> Async do expression should start at async (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12344">#12344</a> Fix arrow transformation when <code>arguments</code> is defined as variable (<a href="https://github.com/snitin315"><code>`@​snitin315</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13527">#13527</a> fix: accept duplicated import/variable in different module (<a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13525">#13525</a> fix(babel-types): accept <code>UnaryExpression</code> in <code>TSLiteralType</code> (<a href="https://github.com/colinaaa"><code>`@​colinaaa</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13500">#13500</a> Add typeParameters to tagged template visitor keys (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13515">#13515</a> Fix config validation message typo (<a href="https://github.com/jaeseokk"><code>`@​jaeseokk</code></a>)</li>` </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13508">#13508</a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13562">#13562</a> Fix <code>make generate-standalone</code> -&gt; <code>make build-standalone</code> (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13522">#13522</a> minor improvement to gulp generate-runtime-helpers error message (<a href="https://github.com/lightmare"><code>`@​lightmare</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h2>v7.14.7 (2021-06-21)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13483">#13483</a> Don't hoist template literal keys in <code>object-rest-spread</code> (<a href="https://github.com/lala7573"><code>`@​lala7573</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13482">#13482</a> Don't hoist template strings from destructuring keys (<a href="https://github.com/lala7573"><code>`@​lala7573</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e59178024431aa2cdfecd5b1694088edd1ced8a2"><code>e591780</code></a> v7.14.8</li> <li><a href="https://github.com/babel/babel/commit/90d5eb7f2f2c699019aab2d5388ec1e8f3f469d2"><code>90d5eb7</code></a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13508">#13508</a>)</li> <li><a href="https://github.com/babel/babel/commit/7a2a9283982239e2419f63e2a324160c5f8ac341"><code>7a2a928</code></a> v7.14.5</li> <li><a href="https://github.com/babel/babel/commit/9252da782b22fdac98ee9829fffb48bdf9e6cd19"><code>9252da7</code></a> Update <code>`@nicolo-ribaudo/chokidar-2</code>` (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13438">#13438</a>)</li> <li><a href="https://github.com/babel/babel/commit/4eda1c860507e84b44a718a39ce58cf45f7ccc6e"><code>4eda1c8</code></a> chore: bump eslint and its plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13412">#13412</a>)</li> <li><a href="https://github.com/babel/babel/commit/140ec5aa5c0361e2390f6fb0743fd900fb981426"><code>140ec5a</code></a> chore: setup Yarn constraints (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13363">#13363</a>)</li> <li><a href="https://github.com/babel/babel/commit/1487a46dd58ddb788be542420400574ef20cdf00"><code>1487a46</code></a> v7.14.3</li> <li><a href="https://github.com/babel/babel/commit/bb70ea47f51c985adb678c93cfaf2ee549e55668"><code>bb70ea4</code></a> convert <code>`@​babel/cli</code>` to typescript (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13213">#13213</a>)</li> <li><a href="https://github.com/babel/babel/commit/2521c666f74e64c6336499986382fb838ac88009"><code>2521c66</code></a> Add internal ESLint rule for consistent parser error messages (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13130">#13130</a>)</li> <li><a href="https://github.com/babel/babel/commit/d94a8e50edb62aff0bb3c8eb76d5073f731cf798"><code>d94a8e5</code></a> v7.13.16</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.14.8/packages/babel-cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/cli&package-manager=npm_and_yarn&previous-version=7.13.10&new-version=7.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 522515d + 37fa356 commit 86601d5

File tree

2 files changed

+19
-33
lines changed

2 files changed

+19
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"meilisearch": "^0.20.0"
5555
},
5656
"devDependencies": {
57-
"@babel/cli": "^7.13.10",
57+
"@babel/cli": "^7.14.8",
5858
"@babel/core": "^7.13.8",
5959
"@babel/preset-env": "^7.15.0",
6060
"@rollup/plugin-commonjs": "^17.1.0",

yarn.lock

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.13.10":
6-
version "7.13.10"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
8-
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
5+
"@babel/cli@^7.14.8":
6+
version "7.14.8"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933"
8+
integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.19"
1514
make-dir "^2.1.0"
1615
slash "^2.0.0"
1716
source-map "^0.5.0"
1817
optionalDependencies:
19-
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
18+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.2"
2019
chokidar "^3.4.0"
2120

2221
"@babel/code-frame@7.12.11":
@@ -1355,15 +1354,15 @@
13551354
"@types/yargs" "^15.0.0"
13561355
chalk "^4.0.0"
13571356

1358-
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents":
1359-
version "2.1.8-no-fsevents"
1360-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
1361-
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
1357+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.2":
1358+
version "2.1.8-no-fsevents.2"
1359+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.2.tgz#e324c0a247a5567192dd7180647709d7e2faf94b"
1360+
integrity sha512-Fb8WxUFOBQVl+CX4MWet5o7eCc6Pj04rXIwVKZ6h1NnqTo45eOQW6aWyhG25NIODvWFwTDMwBsYxrQ3imxpetg==
13621361
dependencies:
13631362
anymatch "^2.0.0"
13641363
async-each "^1.0.1"
13651364
braces "^2.3.2"
1366-
glob-parent "^3.1.0"
1365+
glob-parent "^5.1.2"
13671366
inherits "^2.0.3"
13681367
is-binary-path "^1.0.0"
13691368
is-glob "^4.0.0"
@@ -3965,21 +3964,20 @@ getpass@^0.1.1:
39653964
dependencies:
39663965
assert-plus "^1.0.0"
39673966

3968-
glob-parent@^3.1.0:
3969-
version "3.1.0"
3970-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
3971-
integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
3972-
dependencies:
3973-
is-glob "^3.1.0"
3974-
path-dirname "^1.0.0"
3975-
39763967
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
39773968
version "5.1.1"
39783969
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
39793970
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
39803971
dependencies:
39813972
is-glob "^4.0.1"
39823973

3974+
glob-parent@^5.1.2:
3975+
version "5.1.2"
3976+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
3977+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3978+
dependencies:
3979+
is-glob "^4.0.1"
3980+
39833981
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
39843982
version "7.1.6"
39853983
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -4424,7 +4422,7 @@ is-extendable@^1.0.1:
44244422
dependencies:
44254423
is-plain-object "^2.0.4"
44264424

4427-
is-extglob@^2.1.0, is-extglob@^2.1.1:
4425+
is-extglob@^2.1.1:
44284426
version "2.1.1"
44294427
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
44304428
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
@@ -4451,13 +4449,6 @@ is-generator-fn@^2.0.0:
44514449
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
44524450
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
44534451

4454-
is-glob@^3.1.0:
4455-
version "3.1.0"
4456-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
4457-
integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
4458-
dependencies:
4459-
is-extglob "^2.1.0"
4460-
44614452
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
44624453
version "4.0.1"
44634454
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
@@ -6036,11 +6027,6 @@ pascalcase@^0.1.1:
60366027
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
60376028
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
60386029

6039-
path-dirname@^1.0.0:
6040-
version "1.0.2"
6041-
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
6042-
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
6043-
60446030
path-exists@^3.0.0:
60456031
version "3.0.0"
60466032
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"

0 commit comments

Comments
 (0)