From b56dc030eafac5f1d5fc391e34f99eaeb27fb37a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Jul 2021 01:11:31 +0000 Subject: [PATCH] Update dependency typescript to v4.3.5 --- ghost/adapter-manager/package.json | 2 +- ghost/moleculer-service-from-class/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/session-service/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 1615291eb9..7b7f21b04e 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -27,7 +27,7 @@ "mocha": "9.0.0", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.3.4" + "typescript": "4.3.5" }, "dependencies": { "@tryghost/errors": "^0.2.13" diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 17853cdc22..1b77099dfe 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -24,7 +24,7 @@ "mocha": "9.0.0", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.3.4" + "typescript": "4.3.5" }, "dependencies": { "moleculer": "^0.14.11" diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 4e46fb128a..19822470d7 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -27,6 +27,6 @@ "mocha": "9.0.0", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.3.4" + "typescript": "4.3.5" } } diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 8e3dd0f8a5..f2f16a2f43 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -28,7 +28,7 @@ "mocha": "9.0.0", "should": "13.2.3", "sinon": "11.0.0", - "typescript": "4.3.4" + "typescript": "4.3.5" }, "dependencies": { "@tryghost/errors": "^0.2.13"