fix(npm audit): Updates all dependencies that cause npm audit to issue a warning

Closes #287
This commit is contained in:
Jonas Gloning 2022-10-29 21:43:46 +02:00
parent b70ed79d9a
commit 1aaafbc450
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614
2 changed files with 995 additions and 6674 deletions

7663
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,17 +53,17 @@
"@types/chai": "^4.2.11", "@types/chai": "^4.2.11",
"@types/cors": "^2.8.6", "@types/cors": "^2.8.6",
"@types/express": "^4.17.3", "@types/express": "^4.17.3",
"@types/ws": "^7.2.3",
"@types/mocha": "^7.0.2", "@types/mocha": "^7.0.2",
"@types/node": "^14.18.33", "@types/node": "^14.18.33",
"@types/uuid": "^3.4.8", "@types/uuid": "^3.4.8",
"@types/ws": "^7.2.3",
"@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0", "@typescript-eslint/parser": "^2.24.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"mocha": "^7.1.1", "mocha": "^10.1.0",
"mock-socket": "8.0.5", "mock-socket": "8.0.5",
"nodemon": "^1.19.4", "nodemon": "^2.0.20",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semantic-release": "^19.0.5", "semantic-release": "^19.0.5",