From e2eb29a5a1e927a4b3f934a180f53b2d59576a53 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Apr 2021 19:50:01 +0000 Subject: [PATCH] Update dependency typescript to v4.2.4 --- 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 de90af56a0..c52f2e6a4e 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": "10.0.0", - "typescript": "4.2.3" + "typescript": "4.2.4" }, "dependencies": { "@tryghost/errors": "^0.2.10" diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 0dab340be6..3082596823 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": "10.0.0", - "typescript": "4.2.3" + "typescript": "4.2.4" }, "dependencies": { "moleculer": "0.14.11" diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 60367f7df9..ab88396186 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": "10.0.0", - "typescript": "4.2.3" + "typescript": "4.2.4" } } diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 904a202d77..61f4ec6259 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": "10.0.0", - "typescript": "4.2.3" + "typescript": "4.2.4" }, "dependencies": { "@tryghost/errors": "^0.2.10"