소스 검색

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

Closes #287
Jonas Gloning 2 년 전
부모
커밋
1aaafbc450
2개의 변경된 파일57개의 추가작업 그리고 693개의 파일을 삭제
  1. 54 690
      package-lock.json
  2. 3 3
      package.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 54 - 690
package-lock.json


+ 3 - 3
package.json

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.