Bump wireit from 0.9.3 to 0.9.4 in /js (#16823)

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

---
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-03 12:04:49 +01:00 committed by GitHub
parent 6de4ebeaa9
commit 49bd873dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
js/package-lock.json generated
View file

@ -25,7 +25,7 @@
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"typescript": "^4.9.5",
"wireit": "^0.9.3"
"wireit": "^0.9.4"
}
},
"libs/keycloak-admin-client": {
@ -4578,9 +4578,9 @@
}
},
"node_modules/wireit": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.3.tgz",
"integrity": "sha512-o31NkFrr+AjGNgarZB094Tw6xWcmNn1uts672B1qKzSo2XMFBt5abjtg/SBUNlBcQPtPryEXJkIUQ6i9p+1Y9w==",
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.4.tgz",
"integrity": "sha512-QGDxePp956+tBXFAKt/1+cBwfUdCQ23+AcGnjmdTN/9GfkNqiHwfq6n7HyoYEx08tmN6K/faEozkLcMIllhVVg==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",

View file

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