Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-03-03 17:25:47 +00:00
parent a8ade63a2f
commit 452ffd6e8e
3120 changed files with 20845 additions and 14941 deletions

23
node_modules/tinyglobby/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.10",
"version": "0.2.12",
"description": "A fast and minimal alternative to globby and fast-glob",
"main": "dist/index.js",
"module": "dist/index.mjs",
@ -29,17 +29,20 @@
"url": "https://github.com/SuperchupuDev/tinyglobby/issues"
},
"homepage": "https://github.com/SuperchupuDev/tinyglobby#readme",
"funding": {
"url": "https://github.com/sponsors/SuperchupuDev"
},
"dependencies": {
"fdir": "^6.4.2",
"fdir": "^6.4.3",
"picomatch": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.7.9",
"@types/picomatch": "^3.0.1",
"fs-fixture": "^2.5.0",
"tsup": "^8.3.4",
"typescript": "^5.6.3"
"@types/node": "^22.13.4",
"@types/picomatch": "^3.0.2",
"fs-fixture": "^2.7.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=12.0.0"
@ -54,9 +57,9 @@
"format": "biome format --write",
"lint": "biome lint",
"lint:fix": "biome lint --fix --unsafe",
"test": "node --experimental-transform-types --test test/**/*.test.ts",
"test:coverage": "node --experimental-transform-types --test --experimental-test-coverage test/**/*.test.ts",
"test:only": "node --experimental-transform-types --test --test-only test/**/*.test.ts",
"test": "node --experimental-transform-types --test",
"test:coverage": "node --experimental-transform-types --test --experimental-test-coverage",
"test:only": "node --experimental-transform-types --test --test-only",
"typecheck": "tsc --noEmit"
}
}