Skip to content

Commit

Permalink
Update dependencies (#17)
Browse files Browse the repository at this point in the history
* Update dependencies
* Support Node v22.x
  • Loading branch information
BenBaryoPX authored Dec 9, 2024
1 parent da8d36e commit 884e115
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 54 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: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
95 changes: 45 additions & 50 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"homepage": "https://github.com/PerimeterX/obfuscation-detector#readme",
"devDependencies": {
"eslint": "^9.14.0",
"husky": "^9.1.6"
"eslint": "^9.16.0",
"husky": "^9.1.7"
},
"dependencies": {
"flast": "^2.1.0"
"flast": "^2.1.1"
}
}

0 comments on commit 884e115

Please # to comment.