From 0aff1a305ec4ceb0747af1e65a28a6c1a5f632e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Dec 2020 22:10:12 +0000 Subject: [PATCH] Update dependency typescript to v4.1.3 --- 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 bf49b26abe..5e233e8479 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -27,7 +27,7 @@ "mocha": "8.2.1", "should": "13.2.3", "sinon": "9.2.2", - "typescript": "4.1.2" + "typescript": "4.1.3" }, "dependencies": { "@tryghost/errors": "^0.2.5" diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index f6661eb8c1..7f46241eae 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -24,7 +24,7 @@ "mocha": "8.2.1", "should": "13.2.3", "sinon": "9.2.2", - "typescript": "4.1.2" + "typescript": "4.1.3" }, "dependencies": { "moleculer": "0.14.11" diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 079cc27166..f1ed327a63 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -27,6 +27,6 @@ "mocha": "8.2.1", "should": "13.2.3", "sinon": "9.2.2", - "typescript": "4.1.2" + "typescript": "4.1.3" } } diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index e1c450113c..de852934cf 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -28,7 +28,7 @@ "mocha": "8.2.1", "should": "13.2.3", "sinon": "9.2.2", - "typescript": "4.1.2" + "typescript": "4.1.3" }, "dependencies": { "@tryghost/errors": "^0.2.5"