Skip to content

Commit

Permalink
Package updates as per dependabot alerts (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Zhang <[email protected]>
  • Loading branch information
ozhang22 and Oliver Zhang authored Sep 17, 2024
1 parent 0e9f18f commit 166cdb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/docdock/static/revealjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=4.0.0"
},
"devDependencies": {
"express": "^4.15.2",
"express": "^4.20.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
Expand All @@ -37,7 +37,7 @@
"grunt-retire": "^1.0.7",
"grunt-zip": "~0.17.1",
"mustache": "^2.3.0",
"socket.io": "^2.4.0"
"socket.io": "^2.5.1"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions themes/docdock/static/revealjs/plugin/multiplex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"node": "~4.1.1"
},
"dependencies": {
"express": "~4.17.3",
"express": "~4.20.0",
"grunt-cli": "~0.1.13",
"mustache": "~2.2.1",
"socket.io": "~2.4.0"
"socket.io": "~2.5.1"
},
"license": "MIT"
}

0 comments on commit 166cdb9

Please sign in to comment.