From f8029fa755162d0eef47102c97b6bcb4496bf4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 02:47:03 +0000 Subject: [PATCH] chore(dev-deps): bump wireit from 0.9.5 to 0.13.0 Bumps [wireit](https://github.com/google/wireit) from 0.9.5 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 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb0fcb44..5f8cb161 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "sinon": "10.0.0", "ts-node": "^10.4.0", "typescript": "^4.9.5", - "wireit": "^0.9.5", + "wireit": "^0.13.0", "yeoman-test": "^6.3.0" }, "config": { diff --git a/yarn.lock b/yarn.lock index 73a27a07..ba73d361 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7682,6 +7682,17 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" +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" + 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"