From d0cdd8cad7b4fa8a1fd0ff4c7f11e83a2424d403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:21:41 +0100 Subject: [PATCH] Bump wireit from 0.7.2 to 0.7.3 (#3799) Bumps [wireit](https://github.com/google/wireit) from 0.7.2 to 0.7.3. - [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.7.2...v0.7.3) --- 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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15f9cbe20a..c0179f4ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lint-staged": "^13.0.3", "prettier": "^2.7.1", "typescript": "^4.8.4", - "wireit": "^0.7.2" + "wireit": "^0.7.3" } }, "apps/account-ui": { @@ -15143,13 +15143,10 @@ } }, "node_modules/wireit": { - "version": "0.7.2", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.3.tgz", + "integrity": "sha512-aWGzt12iQew3s9BakINSVDXn9Q57UiQiI0i3t6jTjXB1FxPYnjP1HKnDZUYbzxv0+C6PVS042BailmPmccDpPw==", "dev": true, - "license": "Apache-2.0", - "workspaces": [ - "vscode-extension", - "website" - ], "dependencies": { "braces": "^3.0.2", "chokidar": "^3.5.3", @@ -25554,7 +25551,9 @@ } }, "wireit": { - "version": "0.7.2", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.3.tgz", + "integrity": "sha512-aWGzt12iQew3s9BakINSVDXn9Q57UiQiI0i3t6jTjXB1FxPYnjP1HKnDZUYbzxv0+C6PVS042BailmPmccDpPw==", "dev": true, "requires": { "braces": "^3.0.2", diff --git a/package.json b/package.json index 3b4fba841d..782c088720 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint-staged": "^13.0.3", "prettier": "^2.7.1", "typescript": "^4.8.4", - "wireit": "^0.7.2" + "wireit": "^0.7.3" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"