Skip to content

Commit

Permalink
Update Dependencies (#11)
Browse files Browse the repository at this point in the history
* Update dependencies

* 1.1.7

* Test on Node v20.x
  • Loading branch information
ctrl-escp authored Jul 4, 2024
1 parent 8f59816 commit 8daa366
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
67 changes: 56 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obfuscation-detector",
"version": "1.1.6",
"version": "1.1.7",
"description": "Javascript obfuscation detector",
"main": "src/index.js",
"directories": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"husky": "^8.0.1"
},
"dependencies": {
"flast": "^1.5.2"
"flast": "^1.6.0"
}
}

0 comments on commit 8daa366

Please sign in to comment.