-
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.
293735012 Security Fixes and Dependency Updates
- Replaced deprecated 'request' with 'postman-request', an actively maintained fork. - Updated and bumped versions of several vulnerable dependencies to enhance security.
- Loading branch information
1 parent
fc6b4bb
commit 47b65ce
Showing
14 changed files
with
20 additions
and
18 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
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
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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
"microgateway-plugins": "^3.3.2", | ||
"pem": "^1.8.1", | ||
"portastic": "^1.0.1", | ||
"request": "^2.87.0", | ||
"postman-request": "^2.88.1-postman.33", | ||
"rimraf": "^2.4.3", | ||
"tmp": "0.0.28", | ||
"uuid": "^3.2.1", | ||
|
@@ -40,7 +40,7 @@ | |
"xml2js": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.1.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-google": "^0.13.0", | ||
"gulp": "^4.0.2", | ||
"gulp-shell": "^0.8.0", | ||
|
@@ -49,11 +49,13 @@ | |
"minimist": "^1.2.6", | ||
"mocha": "^9.2.0", | ||
"nyc": "^15.1.0", | ||
"request-promise": "^4.2.4", | ||
"restify": "^8.4.0", | ||
"restify": "^11.1.0", | ||
"rewire": "^6.0.0", | ||
"test-until": "^1.1.1" | ||
}, | ||
"overrides": { | ||
"semver": "7.5.4" | ||
}, | ||
"scripts": { | ||
"start": "node app.js", | ||
"stop": "node stop.js", | ||
|
@@ -89,7 +91,7 @@ | |
"author": "Kevin Swiber <[email protected]>", | ||
"engines": { | ||
"node": "^16 || ^18 || ^20", | ||
"npm": ">=6.14.18" | ||
"npm": ">=8.19.3" | ||
}, | ||
"cpu": [ | ||
"!arm", | ||
|
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