From f934dae7bd618a77aa93e665fc7557d7fd7ff348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:31:58 +0000 Subject: [PATCH] chore(deps): bump wireit from 0.9.5 to 0.14.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af4f6330..fca088ad 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typedoc": "0.23.16", "typedoc-plugin-missing-exports": "0.23.0", "typescript": "^4.9.5", - "wireit": "^0.9.5" + "wireit": "^0.14.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 1bf21778..e338c7ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3704,10 +3704,10 @@ which@2.0.2, which@^2.0.1: dependencies: isexe "^2.0.0" -wireit@^0.9.5: - version "0.9.5" - resolved "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz#7c3622f6ff5e63b7fac05783baf82f967f52562c" - integrity sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA== +wireit@^0.14.0: + version "0.14.0" + resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.0.tgz#8ecb922280d9b3a493bed520900ab458e0f38727" + integrity sha512-CwHhyWduARI7zOoyyQvxH6U/5GTy8p6RxTe2LpwIhE4Y8PbaTk0iH8dLkeGMvxETVBkxCgQnF2GfzYKXMSmYSw== dependencies: braces "^3.0.2" chokidar "^3.5.3"