-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bumped deps for vulns. - Latest pixl-server-storage for AWS SDK v3 support. - Removed old mkdirp and glob packages.
- Loading branch information
Showing
4 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "performa", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A multi-server monitoring system with a web based UI.", | ||
"author": "Joseph Huckaby <[email protected]>", | ||
"homepage": "https://github.com/jhuckaby/performa", | ||
|
@@ -26,10 +26,8 @@ | |
"webapp" | ||
], | ||
"dependencies": { | ||
"async": "2.6.0", | ||
"async": "2.6.4", | ||
"mime": "2.3.1", | ||
"mkdirp": "0.5.1", | ||
"glob": "5.0.15", | ||
"uglify-js": "2.8.22", | ||
"bcrypt-node": "0.1.0", | ||
"notevil": "1.3.3", | ||
|
@@ -42,20 +40,20 @@ | |
"pixl-cli": "^1.0.8", | ||
"pixl-config": "^1.0.4", | ||
"pixl-webapp": "^2.0.1", | ||
"pixl-class": "^1.0.2", | ||
"pixl-tools": "^1.0.22", | ||
"pixl-class": "^1.0.3", | ||
"pixl-tools": "^1.0.33", | ||
"pixl-logger": "^1.0.13", | ||
"pixl-json-stream": "^1.0.4", | ||
"pixl-request": "^1.0.20", | ||
"pixl-request": "^2.0.0", | ||
"pixl-mail": "^1.0.9", | ||
"pixl-perf": "^1.0.5", | ||
"pixl-server": "^1.0.21", | ||
"pixl-server-storage": "^3.0.7", | ||
"pixl-server-web": "^1.1.28", | ||
"pixl-server-storage": "^3.1.7", | ||
"pixl-server-web": "^1.3.16", | ||
"pixl-server-api": "^1.0.1", | ||
"pixl-server-user": "^1.0.9", | ||
"pixl-boot": "^2.0.0", | ||
"performa-satellite": "^1.1.2" | ||
"performa-satellite": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"pixl-unit": "^1.0.9" | ||
|