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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-18 15:21:41 +01:00 committed by GitHub
parent 7257614c23
commit d0cdd8cad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View file

@ -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",

View file

@ -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"