Skip to content

Commit

Permalink
Merge pull request #4536 from ayushshukla7777/next
Browse files Browse the repository at this point in the history
chore: Updated Mocha to 10.2.0
  • Loading branch information
scopsy authored Oct 16, 2023
2 parents a3bf553 + 38c27f6 commit bd5e759
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 164 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@
"@types/bull": "^3.15.8",
"@types/chai": "^4.2.11",
"@types/express": "4.17.17",
"@types/mocha": "^8.2.3",
"@types/mocha": "^10.0.2",
"@types/node": "^14.6.0",
"@types/passport-github": "^1.1.5",
"@types/passport-jwt": "^3.0.3",
"@types/sinon": "^9.0.0",
"@types/supertest": "^2.0.8",
"chai": "^4.2.0",
"mocha": "^8.4.0",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"sinon": "^9.2.4",
"ts-loader": "~9.4.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/inbound-mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@types/chai": "^4.2.11",
"@types/express": "^4.17.8",
"@types/html-to-text": "^9.0.1",
"@types/mocha": "^8.2.3",
"@types/mocha": "^10.0.2",
"@types/node": "^14.14.6",
"@types/sinon": "^9.0.0",
"@types/smtp-server": "^3.5.7",
"cross-env": "^7.0.3",
"mocha": "^8.4.0",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"prettier": "~2.8.0",
"sinon": "^9.2.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@types/chai": "^4.3.4",
"@types/express": "^4.17.8",
"@types/jest": "^29.5.0",
"@types/mocha": "^8.0.1",
"@types/mocha": "^10.0.2",
"@types/node": "^14.14.6",
"@types/sinon": "^9.0.0",
"@types/supertest": "^2.0.10",
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"jest": "^27.0.6",
"mocha": "^8.1.1",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"prettier": "~2.8.0",
"sinon": "^9.2.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"@types/bcrypt": "^3.0.0",
"@types/chai": "^4.2.11",
"@types/express": "4.17.17",
"@types/mocha": "^8.0.1",
"@types/mocha": "^10.0.2",
"@types/node": "^14.6.0",
"@types/sinon": "^9.0.0",
"@types/supertest": "^2.0.8",
"chai": "^4.2.0",
"mocha": "^8.1.1",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"sinon": "^9.2.4",
"superagent-defaults": "^0.1.14",
Expand Down
4 changes: 2 additions & 2 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@types/chai": "^4.2.11",
"@types/express": "^4.17.8",
"@types/jsonwebtoken": "^8.5.9",
"@types/mocha": "^8.2.3",
"@types/mocha": "^10.0.2",
"@types/node": "^14.14.6",
"@types/socket.io": "^3.0.2",
"@types/supertest": "^2.0.10",
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"mocha": "^8.4.0",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"prettier": "~2.8.0",
"supertest": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/analytics-node": "^3.1.9",
"@types/configstore": "^5.0.1",
"@types/inquirer": "^8.2.0",
"@types/mocha": "9.1.1",
"@types/mocha": "10.0.2",
"ncp": "^2.0.0",
"nodemon": "^3.0.1",
"typescript": "4.9.5"
Expand Down
Loading

1 comment on commit bd5e759

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.