Skip to content

Commit

Permalink
Update dependencies and bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed May 2, 2024
1 parent b8fa9db commit 5193802
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owasp",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -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"]
}

0 comments on commit 5193802

Please sign in to comment.