From d9c47a341e0917cb07a8b80440b3afa4e5a61795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:25:57 -0500 Subject: [PATCH] build(deps-dev): bump wireit from 0.9.5 to 0.14.0 (#1207) Bumps [wireit](https://github.com/google/wireit) from 0.9.5 to 0.14.0. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.9.5...v0.14.0) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bb7c9231..be0de38c 100644 --- a/package.json +++ b/package.json @@ -259,7 +259,7 @@ "sinon": "^15.2.0", "ts-node": "^10.9.1", "typescript": "^5", - "wireit": "^0.9.5" + "wireit": "^0.14.0" }, "wireit": { "build": { diff --git a/yarn.lock b/yarn.lock index 54fe0b4a..25aa78af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10603,6 +10603,17 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" +wireit@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.0.tgz#8ecb922280d9b3a493bed520900ab458e0f38727" + integrity sha512-CwHhyWduARI7zOoyyQvxH6U/5GTy8p6RxTe2LpwIhE4Y8PbaTk0iH8dLkeGMvxETVBkxCgQnF2GfzYKXMSmYSw== + dependencies: + braces "^3.0.2" + chokidar "^3.5.3" + fast-glob "^3.2.11" + jsonc-parser "^3.0.0" + proper-lockfile "^4.1.2" + wireit@^0.9.5: version "0.9.5" resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.9.5.tgz#7c3622f6ff5e63b7fac05783baf82f967f52562c"