Bump wireit from 0.9.4 to 0.9.5 in /js (#17046)

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-13 18:00:26 +01:00 committed by GitHub
parent e784e06dbd
commit 203e89bb82
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.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"wireit": "^0.9.4"
"wireit": "^0.9.5"
}
},
"libs/keycloak-admin-client": {
@ -4505,9 +4505,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

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