From d83a8f99d73774771f313b51b78242e695132edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:30:06 +0100 Subject: [PATCH] Bump wireit from 0.9.0 to 0.9.2 (#3996) Bumps [wireit](https://github.com/google/wireit) from 0.9.0 to 0.9.2. - [Release notes](https://github.com/google/wireit/releases) - [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-patch ... 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 d420aadb8b..a9fce8c73f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "lint-staged": "^13.1.0", "prettier": "^2.8.0", "typescript": "^4.9.3", - "wireit": "^0.9.0" + "wireit": "^0.9.2" } }, "apps/account-ui": { @@ -15533,9 +15533,9 @@ } }, "node_modules/wireit": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz", - "integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.2.tgz", + "integrity": "sha512-TtXR80HRHmkZeoZTt+8rM0GuR2ZvzKSpoXMFL2SIWXiYgUSkFS50LOHnYw285T9rFCmb/xaLobyQs2I2cacZCw==", "dev": true, "dependencies": { "braces": "^3.0.2", @@ -26278,9 +26278,9 @@ } }, "wireit": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz", - "integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.2.tgz", + "integrity": "sha512-TtXR80HRHmkZeoZTt+8rM0GuR2ZvzKSpoXMFL2SIWXiYgUSkFS50LOHnYw285T9rFCmb/xaLobyQs2I2cacZCw==", "dev": true, "requires": { "braces": "^3.0.2", diff --git a/package.json b/package.json index 4a764bdc80..3ceae6420c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lint-staged": "^13.1.0", "prettier": "^2.8.0", "typescript": "^4.9.3", - "wireit": "^0.9.0" + "wireit": "^0.9.2" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"