diff --git a/bun.lockb b/bun.lockb index ec1dda4..a6e3cca 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 49501e4..b2f467b 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ "test": "uvu tests" }, "dependencies": { - "glob": "^11.0.0", + "glob": "^11.0.1", "sharp": "^0.33.5" }, "devDependencies": { "uvu": "^0.5.6" }, "engines": { - "node": ">=22.12.0" + "node": ">=22.13.0" } }