-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
383024578 Upgrade supported Node versions to 18,20,22
- Remove support for Node v16 - Fix CVE-2024-45590 vulnerability
- Loading branch information
1 parent
4810c5f
commit fa5ddee
Showing
3 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,14 @@ | |
}, | ||
"dependencies": { | ||
"async": "^2.6.4", | ||
"body-parser": "^1.19.0", | ||
"body-parser": "^1.20.3", | ||
"cli-prompt": "^0.5.0", | ||
"commander": "^2.9.0", | ||
"config": "^3.3.9", | ||
"cpr": "^1.1.2", | ||
"debug": "^3.1.0", | ||
"diff": "^3.4.0", | ||
"dotenv": "^8.0.0", | ||
"fs-extra": "^0.20.1", | ||
"js-yaml": "^3.5.4", | ||
"jsonwebtoken": "^9.0.1", | ||
"lodash": "^4.17.19", | ||
|
@@ -28,24 +27,24 @@ | |
"microgateway-plugins": "^3.3.4", | ||
"pem": "^1.8.1", | ||
"portastic": "^1.0.1", | ||
"postman-request": "^2.88.1-postman.33", | ||
"postman-request": "^2.88.1-postman.40", | ||
"rimraf": "^2.4.3", | ||
"tmp": "0.0.28", | ||
"uuid": "^3.2.1", | ||
"uuid": "^11.0.3", | ||
"volos-cache-memory": "^0.10.1", | ||
"volos-spikearrest-common": "^0.10.4", | ||
"volos-spikearrest-memory": "^0.10.2", | ||
"volos-util-apigee": "^0.1.2", | ||
"xml2js": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-google": "^0.13.0", | ||
"jshint-stylish": "^2.2.1", | ||
"minimist": "^1.2.6", | ||
"mocha": "^9.2.0", | ||
"mocha": "^11.0.1", | ||
"nyc": "^15.1.0", | ||
"restify": "^11.1.0", | ||
"restify": "^9.0.1", | ||
"rewire": "^6.0.0", | ||
"test-until": "^1.1.1" | ||
}, | ||
|
@@ -85,11 +84,11 @@ | |
], | ||
"author": "Kevin Swiber <[email protected]>", | ||
"engines": { | ||
"node": "^16 || ^18 || ^20", | ||
"node": "^18 || ^20 || ^22", | ||
"npm": ">=8.19.3" | ||
}, | ||
"cpu": [ | ||
"!arm", | ||
"!mips" | ||
] | ||
} | ||
} |