Skip to content

Commit

Permalink
Merge pull request from GHSA-hfrv-h3q8-9jpr
Browse files Browse the repository at this point in the history
fix denial of service vulnerability
  • Loading branch information
xiboon committed May 3, 2024
2 parents 0d58dfa + 5f21d27 commit 85d63e6
Show file tree
Hide file tree
Showing 3 changed files with 2,307 additions and 7 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kurwov",
"description": "a markov chain library",
"version": "3.2.4",
"version": "3.2.5",
"files": [
"dist"
],
Expand Down Expand Up @@ -35,14 +35,11 @@
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"0x": "^5.4.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"kurwov": "2.1",
"prettier": "^2.6.2",
"tisbench": "^1.1.0",
"typescript": "^4.7.2",
"typescript": "^5.4.5",
"unbuild": "^0.8.11"
}
}
}

0 comments on commit 85d63e6

Please sign in to comment.