Skip to content

Commit

Permalink
Version 0.9.53
Browse files Browse the repository at this point in the history
- Bump `socket.io` and `socket.io-client` to 4.7.5 for vuln fix.
- socketio/socket.io#5052
- https://www.tenable.com/cve/CVE-2024-37890
  • Loading branch information
jhuckaby committed Jun 22, 2024
1 parent cebf921 commit eb2808f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 58 deletions.
126 changes: 71 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.52",
"version": "0.9.53",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand Down Expand Up @@ -56,8 +56,8 @@
"pixl-tools": "^1.1.1",
"pixl-webapp": "^2.0.2",
"shell-quote": "1.7.3",
"socket.io": "4.7.1",
"socket.io-client": "4.7.1",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"uglify-js": "3.14.3",
"uncatch": "^1.0.0",
"zxcvbn": "3.5.0"
Expand Down

0 comments on commit eb2808f

Please sign in to comment.