Skip to content

Commit

Permalink
Version 0.9.17
Browse files Browse the repository at this point in the history
- Bump socket.io to v4.5.4 to fix vulns.
- Bump pixl-server-web to v1.3.15 to fix vulns in formidable.
  • Loading branch information
jhuckaby committed Dec 12, 2022
1 parent 7c716a8 commit d2521f3
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
@@ -1,6 +1,6 @@
{
"name": "Cronicle",
"version": "0.9.16",
"version": "0.9.17",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"async": "2.6.4",
"socket.io": "4.4.0",
"socket.io": "4.5.4",
"socket.io-client": "4.5.3",
"glob": "5.0.15",
"uglify-js": "3.14.3",
Expand Down Expand Up @@ -52,7 +52,7 @@
"pixl-perf": "^1.0.5",
"pixl-server": "^1.0.39",
"pixl-server-storage": "^3.0.21",
"pixl-server-web": "^1.3.8",
"pixl-server-web": "^1.3.15",
"pixl-server-api": "^1.0.2",
"pixl-server-user": "^1.0.9"
},
Expand Down

0 comments on commit d2521f3

Please sign in to comment.