From 33e385e61ccd7eb0616584640c017f3451259d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 19:18:50 +0200 Subject: [PATCH] Bump wireit from 0.7.1 to 0.7.2 (#3392) Bumps [wireit](https://github.com/google/wireit) from 0.7.1 to 0.7.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/compare/v0.7.1...v0.7.2) --- 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 b005bfc390..c7c22ddcdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "lint-staged": "^13.0.3", "prettier": "^2.7.1", "typescript": "^4.8.3", - "wireit": "^0.7.1" + "wireit": "^0.7.2" } }, "apps/admin-ui": { @@ -15937,9 +15937,9 @@ } }, "node_modules/wireit": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.1.tgz", - "integrity": "sha512-TwuKae0aHk06DZ2omLW6YF4Y74YxCyuRCcsjZMm+cUPRXhvxAU2JhYyuCvD9wIALWK+cQUpB9GjeRFPRAbKsdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.2.tgz", + "integrity": "sha512-Zjq50QH5hguk64hXfJmJJpLGgi8TUy7780w0u2VXK325qWxJtw1fP6HhOYcdjTWeoYLWQDDkTytQ119y/UMseg==", "dev": true, "dependencies": { "braces": "^3.0.2", @@ -28215,9 +28215,9 @@ } }, "wireit": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.1.tgz", - "integrity": "sha512-TwuKae0aHk06DZ2omLW6YF4Y74YxCyuRCcsjZMm+cUPRXhvxAU2JhYyuCvD9wIALWK+cQUpB9GjeRFPRAbKsdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.2.tgz", + "integrity": "sha512-Zjq50QH5hguk64hXfJmJJpLGgi8TUy7780w0u2VXK325qWxJtw1fP6HhOYcdjTWeoYLWQDDkTytQ119y/UMseg==", "dev": true, "requires": { "braces": "^3.0.2", diff --git a/package.json b/package.json index 20c5b3eaf7..3fbcfdf425 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint-staged": "^13.0.3", "prettier": "^2.7.1", "typescript": "^4.8.3", - "wireit": "^0.7.1" + "wireit": "^0.7.2" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"