From f6360eefb02bb2e337ec00d1053a0661d6b48bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:27:50 -0500 Subject: [PATCH] build(deps-dev): bump wireit from 0.14.0 to 0.14.1 (#1236) Bumps [wireit](https://github.com/google/wireit) from 0.14.0 to 0.14.1. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d9395b7..d2027370 100644 --- a/package.json +++ b/package.json @@ -262,7 +262,7 @@ "sinon": "^15.2.0", "ts-node": "^10.9.1", "typescript": "^5", - "wireit": "^0.14.0" + "wireit": "^0.14.1" }, "wireit": { "build": { diff --git a/yarn.lock b/yarn.lock index 0fe75686..55191932 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10713,10 +10713,10 @@ 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== +wireit@^0.14.1: + version "0.14.1" + resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.1.tgz#83b63598503573db6722ad49b1fe15b57ee71890" + integrity sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA== dependencies: braces "^3.0.2" chokidar "^3.5.3"