diff --git a/bun.lockb b/bun.lockb index 0a1d050..00ffc94 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0d6f0ea..71a802d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owasp", - "version": "1.1.1", + "version": "1.1.2", "type": "module", "license": "MIT", "publishConfig": { @@ -37,13 +37,13 @@ "build": "tsup --config tsup.config.ts" }, "devDependencies": { - "@biomejs/biome": "^1.6.3", - "@happy-dom/global-registrator": "^14.3.10", - "bun-types": "^1.1.0", + "@biomejs/biome": "^1.7.2", + "@happy-dom/global-registrator": "^14.7.1", + "bun-types": "^1.1.6", "tsup": "^8.0.2", - "type-fest": "^4.14.0", - "typescript": "^5.4.3" + "type-fest": "^4.18.1", + "typescript": "^5.4.5" }, "packageManager": "bun@1.1.0", - "trustedDependencies": ["@biomejs/biome"] + "trustedDependencies": ["@biomejs/biome", "esbuild"] }