Skip to content

Commit

Permalink
breaking: drop Node 10 to release CVE-2021-3807 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
csantos1113 committed Dec 19, 2023
1 parent 4fc0815 commit fed71f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
],
"license": "MIT",
"dependencies": {
"cliui": "^3.2.0",
"cliui": "^8.0.1",
"eslint-rule-documentation": "^1.0.23",
"glob": "^7.2.0",
"which": "^1.3.1",
"window-size": "^0.3.0",
"yargs": "^16.2.0"
"yargs": "^17.7.2"
},
"devDependencies": {
"all-contributors-cli": "^4.11.2",
Expand Down Expand Up @@ -110,6 +110,6 @@
},
"homepage": "https://github.com/sarbbottam/eslint-find-rules#readme",
"engines": {
"node": "^10.12.0 || >=12.0.0 || ^14.17.0 || >=16.0.0"
"node": ">=12.0.0 || ^14.17.0 || >=16.0.0"
}
}

0 comments on commit fed71f1

Please sign in to comment.