chore(deps): bump nanoid and mocha

Bumps [nanoid](https://github.com/ai/nanoid) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together.

Removes `nanoid`

Updates `mocha` from 8.4.0 to 10.0.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.0.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-16 21:06:23 +00:00 committed by GitHub
parent 91d7dc68b0
commit 93ec6106e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 357 additions and 542 deletions

View file

@ -46,7 +46,7 @@
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.4",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"typescript": "^4.5.4"
},
"dependencies": {

View file

@ -43,7 +43,7 @@
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"
},

View file

@ -37,7 +37,7 @@
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-teamcity-reporter": "^1.1.0",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"sinon": "^7.1.1",
"ts-node": "^9.1.1",

View file

@ -21,7 +21,7 @@
"@keymanapp/resources-gosh": "*",
"@types/node": "^11.9.4",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"

View file

@ -19,7 +19,7 @@
"devDependencies": {
"@keymanapp/resources-gosh": "*",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"

View file

@ -29,7 +29,7 @@
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-teamcity-reporter": "^1.1.0",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"sinon": "^7.1.1",
"ts-node": "^9.1.1",

View file

@ -52,7 +52,7 @@
"chai": "^4.3.4",
"chalk": "^2.4.2",
"jszip": "^3.7.0",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"ts-node": "^9.1.1"
},
"mocha": {

View file

@ -34,7 +34,7 @@
"@types/ws": "^8.2.2",
"chai": "^4.3.4",
"copyfiles": "^2.4.1",
"mocha": "^9.1.4",
"mocha": "^10.0.0",
"ts-node": "^10.4.0",
"tsc-watch": "^4.5.0",
"typescript": "^4.5.4"

879
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"

View file

@ -36,7 +36,7 @@
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-teamcity-reporter": "^1.1.0",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"modernizr": "^3.11.7",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"