Bump wireit from 0.9.4 to 0.9.5 (#4372)

Bumps [wireit](https://github.com/google/wireit) from 0.9.4 to 0.9.5.
- [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.4...v0.9.5)

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

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-02-10 11:42:44 +00:00 committed by GitHub
parent 39c91d23a3
commit f4155a68c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -31,7 +31,7 @@
"lint-staged": "^13.1.1",
"prettier": "^2.8.3",
"typescript": "^4.9.5",
"wireit": "^0.9.4"
"wireit": "^0.9.5"
}
},
"apps/account-ui": {
@ -17719,9 +17719,9 @@
}
},
"node_modules/wireit": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.4.tgz",
"integrity": "sha512-QGDxePp956+tBXFAKt/1+cBwfUdCQ23+AcGnjmdTN/9GfkNqiHwfq6n7HyoYEx08tmN6K/faEozkLcMIllhVVg==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz",
"integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",

View file

@ -29,7 +29,7 @@
"lint-staged": "^13.1.1",
"prettier": "^2.8.3",
"typescript": "^4.9.5",
"wireit": "^0.9.4"
"wireit": "^0.9.5"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"