From 24537822360cf44bba58542b6f817e84c6251018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 09:11:40 +0000 Subject: [PATCH] chore(dev-deps): bump wireit from 0.13.0 to 0.14.0 Bumps [wireit](https://github.com/google/wireit) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development 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 0ce30dff..92f4a7bd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "sinon": "10.0.0", "ts-node": "^10.0.0", "typescript": "^4.9.5", - "wireit": "^0.13.0" + "wireit": "^0.14.0" }, "wireit": { "build": { diff --git a/yarn.lock b/yarn.lock index 9b078f93..8227c6d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3871,10 +3871,10 @@ which@2.0.2, which@^2.0.1: dependencies: isexe "^2.0.0" -wireit@^0.13.0: - version "0.13.0" - resolved "https://registry.npmjs.org/wireit/-/wireit-0.13.0.tgz#7187478f514a72fb75b7276a16a5fe7cf3d7d0d6" - integrity sha512-J8+/kWDBLyDTM2isjEFf9nQZxhuXkgICVt6Nntl9ZyZSAjo/P+nxocwKX6D1jUFfT3TDPStUftsV6OYpx149Ow== +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"