Skip to content

Commit b54c587

Browse files
chore(deps): replace glob with tinyglobby (#588)
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <[email protected]>
1 parent b5874fa commit b54c587

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"esbuild": "^0.25.0",
3636
"express": "^4.17.1",
3737
"fetch-mock": "^12.0.0",
38-
"glob": "^10.0.0",
3938
"mockdate": "^3.0.2",
4039
"prettier": "3.5.3",
4140
"semantic-release-plugin-update-version-in-files": "^2.0.0",
41+
"tinyglobby": "^0.2.13",
4242
"typescript": "^5.0.0",
4343
"vitest": "^3.0.0"
4444
},

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)