From b7f97d3a1523b0e7cceb387e1cc466153821207f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:58:01 +0000 Subject: [PATCH] chore: bump wireit from 0.14.1 to 0.14.4 Bumps [wireit](https://github.com/google/wireit) from 0.14.1 to 0.14.4. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.14.1...v0.14.4) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:production update-type: version-update:semver-patch ... 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 16e3d9d7..db06d10e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typedoc": "^0.25.3", "typedoc-plugin-missing-exports": "0.23.0", "typescript": "^4.9.5", - "wireit": "^0.14.1" + "wireit": "^0.14.4" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 2e32ff79..a156d5d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4207,10 +4207,10 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -wireit@^0.14.1: - version "0.14.1" - resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.1.tgz#83b63598503573db6722ad49b1fe15b57ee71890" - integrity sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA== +wireit@^0.14.4: + version "0.14.4" + resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz#4c8913a4a74cb15b5381c4b8276c5d71c27f54c5" + integrity sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg== dependencies: braces "^3.0.2" chokidar "^3.5.3"