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 11a67ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,63 +36,63 @@ jobs:
include:
- name: Node.js 0.10
node-version: "0.10"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0 marked@2.0.0

- name: Node.js 0.12
node-version: "0.12"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0 marked@5.0.0

- name: io.js 1.x
node-version: "1.8"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0 marked@5.0.0

- name: io.js 2.x
node-version: "2.5"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0 marked@5.0.0

- name: io.js 3.x
node-version: "3.3"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0 marked@5.0.0

- name: Node.js 4.x
node-version: "4.9"
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2 marked@5.0.0

- name: Node.js 5.x
node-version: "5.12"
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2

- name: Node.js 6.x
node-version: "6.17"
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@3.4.2
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@3.4.2 marked@5.0.0

- name: Node.js 7.x
node-version: "7.10"
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@6.1.6
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@6.1.6 marked@5.0.0

- name: Node.js 8.x
node-version: "8.17"
npm-i: mocha@7.2.0 nyc@14.1.1
npm-i: mocha@7.2.0 nyc@14.1.1 marked@5.0.0

- name: Node.js 9.x
node-version: "9.11"
npm-i: mocha@7.2.0 nyc@14.1.1
npm-i: mocha@7.2.0 nyc@14.1.1 marked@5.0.0

- name: Node.js 10.x
node-version: "10.24"
npm-i: mocha@8.4.0
npm-i: mocha@8.4.0 marked@5

- name: Node.js 11.x
node-version: "11.15"
npm-i: mocha@8.4.0
npm-i: mocha@8.4.0 marked@5

- name: Node.js 12.x
node-version: "12.22"
npm-i: mocha@9.2.2
npm-i: mocha@9.2.2 marked@5

- name: Node.js 13.x
node-version: "13.14"
npm-i: mocha@9.2.2
npm-i: mocha@9.2.2 marked@5

- 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 11a67ea

Please sign in to comment.