Bump wireit from 0.8.0 to 0.9.0 (#3901)

Bumps [wireit](https://github.com/google/wireit) from 0.8.0 to 0.9.0.
- [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.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: wireit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-12-06 11:06:14 +01:00 committed by GitHub
parent 14a7e49468
commit afb49b3a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -30,7 +30,7 @@
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"typescript": "^4.9.3",
"wireit": "^0.8.0"
"wireit": "^0.9.0"
}
},
"apps/account-ui": {
@ -15526,9 +15526,9 @@
}
},
"node_modules/wireit": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.8.0.tgz",
"integrity": "sha512-WaTaSmu6oc68dogY7u7BpWNNRNvd8wRJbXrOAQRVe0BvU6K5nnFkLH5YAwf/GHOGSCdMN1ss8HpAQfICgPNBdQ==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz",
"integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",
@ -26264,9 +26264,9 @@
}
},
"wireit": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.8.0.tgz",
"integrity": "sha512-WaTaSmu6oc68dogY7u7BpWNNRNvd8wRJbXrOAQRVe0BvU6K5nnFkLH5YAwf/GHOGSCdMN1ss8HpAQfICgPNBdQ==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz",
"integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==",
"dev": true,
"requires": {
"braces": "^3.0.2",

View file

@ -28,7 +28,7 @@
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"typescript": "^4.9.3",
"wireit": "^0.8.0"
"wireit": "^0.9.0"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"