Bump wireit from 0.9.2 to 0.9.3 (#4152)

Bumps [wireit](https://github.com/google/wireit) from 0.9.2 to 0.9.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.9.2...v0.9.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] 2023-01-09 11:15:12 +01:00 committed by GitHub
parent 658f35cdec
commit 159818e83b
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.1.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"wireit": "^0.9.2"
"wireit": "^0.9.3"
}
},
"apps/account-ui": {
@ -16168,9 +16168,9 @@
}
},
"node_modules/wireit": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.2.tgz",
"integrity": "sha512-TtXR80HRHmkZeoZTt+8rM0GuR2ZvzKSpoXMFL2SIWXiYgUSkFS50LOHnYw285T9rFCmb/xaLobyQs2I2cacZCw==",
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.3.tgz",
"integrity": "sha512-o31NkFrr+AjGNgarZB094Tw6xWcmNn1uts672B1qKzSo2XMFBt5abjtg/SBUNlBcQPtPryEXJkIUQ6i9p+1Y9w==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",
@ -27284,9 +27284,9 @@
}
},
"wireit": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.2.tgz",
"integrity": "sha512-TtXR80HRHmkZeoZTt+8rM0GuR2ZvzKSpoXMFL2SIWXiYgUSkFS50LOHnYw285T9rFCmb/xaLobyQs2I2cacZCw==",
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.3.tgz",
"integrity": "sha512-o31NkFrr+AjGNgarZB094Tw6xWcmNn1uts672B1qKzSo2XMFBt5abjtg/SBUNlBcQPtPryEXJkIUQ6i9p+1Y9w==",
"dev": true,
"requires": {
"braces": "^3.0.2",

View file

@ -28,7 +28,7 @@
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"wireit": "^0.9.2"
"wireit": "^0.9.3"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"