Skip to content

Commit

Permalink
chore(deps): bump wireit from 0.14.4 to 0.14.5 (#349)
Browse files Browse the repository at this point in the history
Bumps [wireit](https://github.com/google/wireit) from 0.14.4 to 0.14.5.
- [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md)
- [Commits](google/wireit@v0.14.4...v0.14.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 18, 2024
1 parent 7a3d522 commit d0bef94
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typedoc": "^0.25.13",
"typedoc-plugin-missing-exports": "0.23.0",
"typescript": "^5.4.3",
"wireit": "^0.14.4"
"wireit": "^0.14.5"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,11 @@ balanced-match@^1.0.0:
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

balanced-match@^3.0.0:
version "3.0.1"
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==

binary-extensions@^2.0.0:
version "2.2.0"
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
Expand All @@ -986,6 +991,13 @@ brace-expansion@^2.0.1:
dependencies:
balanced-match "^1.0.0"

brace-expansion@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-4.0.0.tgz#bb24b89bf4d4b37d742acac89b65d1a32b379a81"
integrity sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw==
dependencies:
balanced-match "^3.0.0"

braces@^3.0.2, braces@~3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
Expand Down Expand Up @@ -4197,12 +4209,12 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

wireit@^0.14.4:
version "0.14.4"
resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz#4c8913a4a74cb15b5381c4b8276c5d71c27f54c5"
integrity sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==
wireit@^0.14.5:
version "0.14.5"
resolved "https://registry.npmjs.org/wireit/-/wireit-0.14.5.tgz#cd1c4136444c8dbe655f34f60fe2454a9e69d430"
integrity sha512-K4ka9YBpSyD6pmFZYTJd4VpPsAiPT6j/fOtLzYgnKWlPIMM7lAZjQQ30H7urO+Lqx1Wvrw88tQHBz4njy+lglg==
dependencies:
braces "^3.0.2"
brace-expansion "^4.0.0"
chokidar "^3.5.3"
fast-glob "^3.2.11"
jsonc-parser "^3.0.0"
Expand Down

0 comments on commit d0bef94

Please sign in to comment.