diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index d5bb5fe7bf..6ac8eb59ca 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -27,7 +27,7 @@ "mocha": "8.3.2", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.2.4" + "typescript": "4.3.2" }, "dependencies": { "@tryghost/errors": "^0.2.11" diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index e6c5fb4a01..0b5ecdf07a 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -24,7 +24,7 @@ "mocha": "8.3.2", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.2.4" + "typescript": "4.3.2" }, "dependencies": { "moleculer": "^0.14.11" diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 88f174fbe0..d0d78b0b98 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -27,6 +27,6 @@ "mocha": "8.3.2", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.2.4" + "typescript": "4.3.2" } } diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 53d8786574..f5bcad8874 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -28,7 +28,7 @@ "mocha": "8.3.2", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.2.4" + "typescript": "4.3.2" }, "dependencies": { "@tryghost/errors": "^0.2.11"