Skip to content

Commit

Permalink
chore: devdependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
sheplu committed Feb 24, 2024
1 parent 0e3ab6e commit a3e8269
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Node.js 13.x
node-version: "13.14"
npm-i: [email protected]
npm-i: [email protected] marked@11

- name: Node.js 14.x
node-version: "14.20"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
},
"devDependencies": {
"after": "0.8.2",
"connect-redis": "3.4.2",
"connect-redis": "7.1.1",
"cookie-parser": "1.4.6",
"cookie-session": "2.0.0",
"cookie-session": "2.1.0",
"ejs": "3.1.9",
"eslint": "8.47.0",
"express-session": "1.17.2",
"eslint": "8.57.0",
"express-session": "1.18.0",
"hbs": "4.2.0",
"marked": "0.7.0",
"marked": "12.0.0",
"method-override": "3.0.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"morgan": "1.10.0",
"nyc": "15.1.0",
"pbkdf2-password": "1.2.1",
"supertest": "6.3.0",
"supertest": "6.3.4",
"vhost": "~3.0.2"
},
"engines": {
Expand Down

0 comments on commit a3e8269

Please sign in to comment.