-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.9.0 -- bumped deps for vulns
- Bumped socket.io to v4.4 - Removed mkdirp - Bumped uglifyjs to v3.14.3 - Bumped shell-quote to v1.7.3 - Bumped pixl-server-storage to v3.0.11
- Loading branch information
Showing
4 changed files
with
12 additions
and
9 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": "Cronicle", | ||
"version": "0.8.62", | ||
"version": "0.9.0", | ||
"description": "A simple, distributed task scheduler and runner with a web based UI.", | ||
"author": "Joseph Huckaby <[email protected]>", | ||
"homepage": "https://github.com/jhuckaby/Cronicle", | ||
|
@@ -23,11 +23,10 @@ | |
], | ||
"dependencies": { | ||
"async": "2.6.0", | ||
"socket.io": "1.7.3", | ||
"socket.io-client": "1.7.3", | ||
"mkdirp": "0.5.1", | ||
"socket.io": "4.4.0", | ||
"socket.io-client": "4.4.0", | ||
"glob": "5.0.15", | ||
"uglify-js": "2.8.22", | ||
"uglify-js": "3.14.3", | ||
"zxcvbn": "3.5.0", | ||
"jquery": "3.5.0", | ||
"font-awesome": "4.7.0", | ||
|
@@ -37,7 +36,7 @@ | |
"moment-timezone": "0.5.32", | ||
"jstimezonedetect": "1.0.6", | ||
"netmask": "2.0.1", | ||
"shell-quote": "1.6.1", | ||
"shell-quote": "1.7.3", | ||
"bcrypt-node": "0.1.0", | ||
"uncatch": "^1.0.0", | ||
"pixl-args": "^1.0.3", | ||
|
@@ -52,7 +51,7 @@ | |
"pixl-mail": "^1.0.11", | ||
"pixl-perf": "^1.0.5", | ||
"pixl-server": "^1.0.30", | ||
"pixl-server-storage": "^2.0.10", | ||
"pixl-server-storage": "^3.0.11", | ||
"pixl-server-web": "^1.1.7", | ||
"pixl-server-api": "^1.0.2", | ||
"pixl-server-user": "^1.0.9" | ||
|