Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-12-03 18:37:29 +00:00
parent 49f7b34c3d
commit 5261a1223f
1640 changed files with 174830 additions and 182292 deletions

7
node_modules/synckit/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "synckit",
"version": "0.8.5",
"version": "0.9.2",
"type": "module",
"description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.",
"repository": "git+https://github.com/un-ts/synckit.git",
@ -24,6 +24,7 @@
],
"keywords": [
"deasync",
"make-synchronized",
"make-synchronous",
"sync",
"sync-exec",
@ -33,7 +34,7 @@
"synckit"
],
"dependencies": {
"@pkgr/utils": "^2.3.1",
"tslib": "^2.5.0"
"@pkgr/core": "^0.1.0",
"tslib": "^2.6.2"
}
}