Skip to content

Commit 5ff6492

Browse files
chore(deps): replace glob with tinyglobby (#2913)
* chore(deps): update dependency glob to v13 * replace glob with tinyglobby --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
1 parent 277c3d7 commit 5ff6492

File tree

3 files changed

+8
-28
lines changed

3 files changed

+8
-28
lines changed

package-lock.json

Lines changed: 5 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
"@types/node": "^24.0.0",
3939
"@vitest/coverage-v8": "^4.0.0",
4040
"esbuild": "^0.25.0",
41-
"glob": "^11.0.0",
41+
"glob": "^13.0.0",
4242
"mockdate": "^3.0.5",
4343
"nock": "^14.0.10",
4444
"prettier": "3.6.2",
4545
"semantic-release-plugin-update-version-in-files": "^2.0.0",
46+
"tinyglobby": "^0.2.15",
4647
"typescript": "^5.0.0",
4748
"vitest": "^4.0.0"
4849
},

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import esbuild from "esbuild";
33
import { copyFile, readFile, writeFile, rm } from "node:fs/promises";
4-
import { glob } from "glob";
4+
import { glob } from "tinyglobby";
55

66
/**
77
* @type {esbuild.BuildOptions}

0 commit comments

Comments
 (0)