From 76e6214e3afa1f4cf23a0e31f3a4916d13f59d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:56:13 +0000 Subject: [PATCH] chore(deps): bump wireit from 0.14.12 to 0.14.13 Bumps [wireit](https://github.com/google/wireit) from 0.14.12 to 0.14.13. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.14.12...v0.14.13) --- updated-dependencies: - dependency-name: wireit dependency-version: 0.14.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 5829a4f..0f32837 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typedoc": "^0.26.5", "typedoc-plugin-missing-exports": "^3.0.0", "typescript": "^5.5.4", - "wireit": "^0.14.12" + "wireit": "^0.14.13" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 33f6aec..86430d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -941,10 +941,10 @@ balanced-match@^1.0.0: resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -balanced-match@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0" - integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w== +balanced-match@^4.0.2: + version "4.0.4" + resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a" + integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA== binary-extensions@^2.0.0: version "2.2.0" @@ -966,12 +966,12 @@ brace-expansion@^2.0.1: dependencies: balanced-match "^1.0.0" -brace-expansion@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-4.0.0.tgz#bb24b89bf4d4b37d742acac89b65d1a32b379a81" - integrity sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw== +brace-expansion@^5.0.6: + version "5.0.7" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz#1b0e46965b479dad65af737b4a02790a05498337" + integrity sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA== dependencies: - balanced-match "^3.0.0" + balanced-match "^4.0.2" braces@^3.0.2, braces@~3.0.2: version "3.0.3" @@ -4215,12 +4215,12 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -wireit@^0.14.12: - version "0.14.12" - resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.12.tgz#c35788b4be4a796a8d05d204ec7d3f5c4b355d71" - integrity sha512-gNSd+nZmMo6cuICezYXRIayu6TSOeCSCDzjSF0q6g8FKDsRbdqrONrSZYzdk/uBISmRcv4vZtsno6GyGvdXwGA== +wireit@^0.14.13: + version "0.14.13" + resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.13.tgz#5b9833bf53c996b11bb0c40814efea192c4a3f03" + integrity sha512-Fo/VlEZKY4j53DQoW7Z/fWFrNGbnrfphgVDJdFoas5rVWUA9Z14/3AixEZcEfAuywympLCq49sTXVcD+sNtIxg== dependencies: - brace-expansion "^4.0.0" + brace-expansion "^5.0.6" chokidar "^3.5.3" fast-glob "^3.2.11" jsonc-parser "^3.0.0"