Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dev dependencies #5500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 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@0.7.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I guess this one as well


- 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
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2 marked@0.7.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this one is not a mistake, can we add a comment about why it is different than the rest?


- 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
Loading