From 449729c6e5b126820976e3bf8aeed42787f4606b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:47:46 +0000 Subject: [PATCH] chore(dev-deps): bump wireit from 0.10.0 to 0.13.0 Bumps [wireit](https://github.com/google/wireit) from 0.10.0 to 0.13.0. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/commits) --- 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 34c7b8085..70fca2f9c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "strip-ansi": "6.0.1", "ts-node": "^10.7.0", "typescript": "^4.9.5", - "wireit": "^0.10.0" + "wireit": "^0.13.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 5bf9d8be5..d8b83d093 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5376,10 +5376,10 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" -wireit@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.10.0.tgz#9f2fe35dbf47b232650c488491651858cd7aaff1" - integrity sha512-4TX6V9D/2iXUBzdqQaUG+cRePle0mDx1Q7x4Ka2cA8lgp1+ZBhrOTiLsXYRl2roQEldEFgQ2Ff1W8YgyNWAa6w== +wireit@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.13.0.tgz#7187478f514a72fb75b7276a16a5fe7cf3d7d0d6" + integrity sha512-J8+/kWDBLyDTM2isjEFf9nQZxhuXkgICVt6Nntl9ZyZSAjo/P+nxocwKX6D1jUFfT3TDPStUftsV6OYpx149Ow== dependencies: braces "^3.0.2" chokidar "^3.5.3"