diff --git a/package-lock.json b/package-lock.json index d109dad53..32978dde7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "typedoc": "^0.22.4", - "typescript": "^4.1.6", + "typescript": "~4.1.6", "unminified-webpack-plugin": "^3.0.0", "webpack": "^5.51.1", "winston": "^3.3.3", diff --git a/package.json b/package.json index d7cb8b275..46a6d1a02 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "typedoc": "^0.22.4", - "typescript": "^4.1.6", + "typescript": "~4.1.6", "unminified-webpack-plugin": "^3.0.0", "webpack": "^5.51.1", "winston": "^3.3.3",