From f4155a68c647ee723a77f5458e4c13868dc792ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:42:44 +0000 Subject: [PATCH] Bump wireit from 0.9.4 to 0.9.5 (#4372) Bumps [wireit](https://github.com/google/wireit) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/google/wireit/releases) - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.9.4...v0.9.5) --- 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 383e98cba3..635a4aa777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lint-staged": "^13.1.1", "prettier": "^2.8.3", "typescript": "^4.9.5", - "wireit": "^0.9.4" + "wireit": "^0.9.5" } }, "apps/account-ui": { @@ -17719,9 +17719,9 @@ } }, "node_modules/wireit": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.4.tgz", - "integrity": "sha512-QGDxePp956+tBXFAKt/1+cBwfUdCQ23+AcGnjmdTN/9GfkNqiHwfq6n7HyoYEx08tmN6K/faEozkLcMIllhVVg==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz", + "integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==", "dev": true, "dependencies": { "braces": "^3.0.2", diff --git a/package.json b/package.json index 96029b7816..83858256eb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lint-staged": "^13.1.1", "prettier": "^2.8.3", "typescript": "^4.9.5", - "wireit": "^0.9.4" + "wireit": "^0.9.5" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"