From deb1f3283e15eacc5e2d15aaf9fc53ebe2af901f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 05:46:27 +0000 Subject: [PATCH] build(deps-dev): bump zx from 8.0.2 to 8.1.2 Bumps [zx](https://github.com/google/zx) from 8.0.2 to 8.1.2. - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.0.2...8.1.2) --- updated-dependencies: - dependency-name: zx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f0194fec6..77a76d44d 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "textlint": "^13.4.1", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-prh": "^5.3.0", - "zx": "8.0.2" + "zx": "8.1.2" } } diff --git a/yarn.lock b/yarn.lock index 6eac9ef32..413b4ae7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -206,10 +206,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.5.tgz#bf64e42719dc2e74da24709a2e1c0b50a966120a" integrity sha512-seOA34WMo9KB+UA78qaJoCO20RJzZGVXQ5Sh6FWu0g/hfT44nKXnej3/tCQl7FL97idFpBhisLYCTB50S0EirA== -"@types/node@>=20.12.5": - version "20.12.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384" - integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg== +"@types/node@>=20.12.12": + version "20.12.12" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050" + integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw== dependencies: undici-types "~5.26.4" @@ -1461,10 +1461,10 @@ zwitch@^1.0.0: resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== -zx@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/zx/-/zx-8.0.2.tgz#06b3769d814e83789e43a4d4da3790f7fc52b687" - integrity sha512-3g+ePtPYmyrjRuASlJiUhkje1je4a47woML/fzTKBb9PA5BzRQbSswwyJ8nlFWJjA1ORRi6TMyAdhuz/jK+Gaw== +zx@8.1.2: + version "8.1.2" + resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.2.tgz#d3e0a6f08b11ab3b4c8d037a61bba7ba8897058c" + integrity sha512-zkCiXKh8D/eo6r58OmJvO5mc2NthcSRvysb3fuS6VQlHPbEPBcxduRwM3m6ZfHj+7cLHcrahCnuO2TDAbW+6xw== optionalDependencies: "@types/fs-extra" "^11.0.4" - "@types/node" ">=20.12.5" + "@types/node" ">=20.12.12"