From 00b804c39b01520afefb0a032baed0e68ae81b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 05:07:08 +0000 Subject: [PATCH] Bump wireit from 0.9.5 to 0.13.0 (#1373) Bumps [wireit](https://github.com/google/wireit) from 0.9.5 to 0.13.0. - [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-minor ... 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 6c48e81964..6449179094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lint-staged": "^13.1.2", "prettier": "^2.8.4", "typescript": "^4.9.5", - "wireit": "^0.9.5" + "wireit": "^0.13.0" } }, "apps/account-ui": { @@ -11155,9 +11155,9 @@ } }, "node_modules/wireit": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz", - "integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.13.0.tgz", + "integrity": "sha512-J8+/kWDBLyDTM2isjEFf9nQZxhuXkgICVt6Nntl9ZyZSAjo/P+nxocwKX6D1jUFfT3TDPStUftsV6OYpx149Ow==", "dev": true, "dependencies": { "braces": "^3.0.2", diff --git a/package.json b/package.json index 2c529ec75d..295b6e3e2c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lint-staged": "^13.1.2", "prettier": "^2.8.4", "typescript": "^4.9.5", - "wireit": "^0.9.5" + "wireit": "^0.13.0" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"