From afb49b3a97e46fd0b79419900a4801b20dae2c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:06:14 +0100 Subject: [PATCH] Bump wireit from 0.8.0 to 0.9.0 (#3901) Bumps [wireit](https://github.com/google/wireit) from 0.8.0 to 0.9.0. - [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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c81026ccb3..e746a0c77f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "lint-staged": "^13.0.4", "prettier": "^2.8.0", "typescript": "^4.9.3", - "wireit": "^0.8.0" + "wireit": "^0.9.0" } }, "apps/account-ui": { @@ -15526,9 +15526,9 @@ } }, "node_modules/wireit": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.8.0.tgz", - "integrity": "sha512-WaTaSmu6oc68dogY7u7BpWNNRNvd8wRJbXrOAQRVe0BvU6K5nnFkLH5YAwf/GHOGSCdMN1ss8HpAQfICgPNBdQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz", + "integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==", "dev": true, "dependencies": { "braces": "^3.0.2", @@ -26264,9 +26264,9 @@ } }, "wireit": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.8.0.tgz", - "integrity": "sha512-WaTaSmu6oc68dogY7u7BpWNNRNvd8wRJbXrOAQRVe0BvU6K5nnFkLH5YAwf/GHOGSCdMN1ss8HpAQfICgPNBdQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz", + "integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==", "dev": true, "requires": { "braces": "^3.0.2", diff --git a/package.json b/package.json index 15eb876147..83bd1e4067 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lint-staged": "^13.0.4", "prettier": "^2.8.0", "typescript": "^4.9.3", - "wireit": "^0.8.0" + "wireit": "^0.9.0" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"