Skip to content

Commit caebdfc

Browse files
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /example (#162)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b8f14f commit caebdfc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

example/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@
453453
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-invalid-control-character/-/textlint-rule-no-invalid-control-character-3.0.0.tgz#9d9da5daaddf2beba1e6eee83cab0a42084ae9a0"
454454
integrity sha512-2o9n4z49ntSPtJPlcJtxakyB4dAg2MKSvR9ZCZEHjye0ee27oWYzK6yHz2HjsXQqt9VeCwxNHDOIGIx2CQX0Dw==
455455

456-
"@textlint-rule/textlint-rule-no-unmatched-pair@^2.0.3":
457-
version "2.0.3"
458-
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.3.tgz#f1ddfcafbdd1cffe313de3b1c25ca418a39fe138"
459-
integrity sha512-asZI8nYuXP6TNHRKPSDAqBzL/7LWdX5QgFp1ZSezJOzmWinI9r9JK9ywl71T7YZbR8IN06/g35rSFJVziidc2Q==
456+
"@textlint-rule/textlint-rule-no-unmatched-pair@^2.0.4":
457+
version "2.0.4"
458+
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.4.tgz#ac2466f72d2398895518c9afde37c84fae2431d4"
459+
integrity sha512-g9Ge1xUV9xJy8T7nuutF/2J6Cg2mmPx4gKsC3dCdxVxuL0wMqOOnAi8l6psFpAQ5UFtQuAzwkdclrehPtBT5tg==
460460
dependencies:
461461
sentence-splitter "^5.0.0"
462462
textlint-rule-helper "^2.3.1"
@@ -1691,9 +1691,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
16911691
sha.js "^2.4.8"
16921692

16931693
cross-spawn@^7.0.0:
1694-
version "7.0.3"
1695-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1696-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1694+
version "7.0.6"
1695+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1696+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
16971697
dependencies:
16981698
path-key "^3.1.0"
16991699
shebang-command "^2.0.0"
@@ -4348,7 +4348,7 @@ textlint-rule-no-zero-width-spaces@^1.0.1:
43484348
version "10.0.1"
43494349
dependencies:
43504350
"@textlint-rule/textlint-rule-no-invalid-control-character" "^3.0.0"
4351-
"@textlint-rule/textlint-rule-no-unmatched-pair" "^2.0.3"
4351+
"@textlint-rule/textlint-rule-no-unmatched-pair" "^2.0.4"
43524352
"@textlint/module-interop" "^14.3.0"
43534353
textlint-rule-ja-no-abusage "^3.0.0"
43544354
textlint-rule-ja-no-mixed-period "^3.0.1"

0 commit comments

Comments
 (0)