build(deps-dev): bump tshy from 3.1.0 to 3.1.3 (#5051)

Bumps [tshy](https://github.com/isaacs/tshy) from 3.1.0 to 3.1.3.
- [Changelog](https://github.com/isaacs/tshy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/tshy/compare/v3.1.0...v3.1.3)

---
updated-dependencies:
- dependency-name: tshy
  dependency-version: 3.1.3
  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]
2026-02-06 03:13:58 +00:00
committed by GitHub
parent f307605e22
commit 9a6416bd70
2 changed files with 14 additions and 15 deletions

27
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"prettier": "^3.8.1",
"prettier-plugin-jsdoc": "^1.8.0",
"tinybench": "^6.0.0",
"tshy": "^3.1.0",
"tshy": "^3.1.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
@@ -3521,13 +3521,12 @@
"license": "ISC"
},
"node_modules/foreground-child": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-4.0.0.tgz",
"integrity": "sha512-RWhiL76F/Ajr9G9XNmLg8VQrCLERyKUUPeDxnS0WDpLwv2gaN87iebkJpSkV67euIKLur4lzf84QRxabakgPaw==",
"dev": true,
"license": "ISC",
"license": "BlueOak-1.0.0",
"dependencies": {
"cross-spawn": "^7.0.6",
"signal-exit": "^4.0.1"
},
"engines": {
@@ -6053,26 +6052,26 @@
}
},
"node_modules/tshy": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/tshy/-/tshy-3.1.0.tgz",
"integrity": "sha512-DPBaaJSqcKFLSHTiqm3Xl2Phl7m1RtLNMe7J8qyoYO+tb2EW+txRp2NHR746GcrVicUUcNzfpm0yU1suQHRIwQ==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tshy/-/tshy-3.1.3.tgz",
"integrity": "sha512-ZdPC4TpXbSKJDZoRULD8cwv6F1C0t0XK1lPtPWAtWzmMp7b2JL+YcGpmd+pwwP2jHbbOhPebNpGgg2iwmscSAA==",
"dev": true,
"license": "BlueOak-1.0.0",
"dependencies": {
"chalk": "^5.6.2",
"chokidar": "^4.0.3",
"foreground-child": "^3.3.1",
"foreground-child": "^4.0.0",
"minimatch": "^10.0.3",
"mkdirp": "^3.0.1",
"polite-json": "^5.0.0",
"resolve-import": "^2.0.0",
"rimraf": "^6.0.1",
"sync-content": "^2.0.1",
"resolve-import": "^2.1.1",
"rimraf": "^6.1.2",
"sync-content": "^2.0.3",
"typescript": "^5.9.3",
"walk-up-path": "^4.0.0"
},
"bin": {
"tshy": "dist/esm/index.js"
"tshy": "dist/esm/bin-min.mjs"
},
"engines": {
"node": "20 || >=22"

View File

@@ -154,7 +154,7 @@
"prettier": "^3.8.1",
"prettier-plugin-jsdoc": "^1.8.0",
"tinybench": "^6.0.0",
"tshy": "^3.1.0",
"tshy": "^3.1.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",