From 81ce63f584dcdccef202656953dd13e14eda4c30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:58:37 +0000 Subject: [PATCH] Pin dependency @types/common-tags to 1.8.1 --- ghost/core/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 4b3fbd67f4..021971e043 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -194,7 +194,7 @@ "@playwright/test": "1.24.2", "@tryghost/express-test": "0.11.1", "@tryghost/webhook-mock-receiver": "0.1.1", - "@types/common-tags": "^1.8.1", + "@types/common-tags": "1.8.1", "c8": "7.12.0", "cli-progress": "3.11.2", "coffeescript": "2.7.0", diff --git a/yarn.lock b/yarn.lock index 0a8108684a..a36c5a7a33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1991,7 +1991,7 @@ "@types/node" "*" "@types/responselike" "*" -"@types/common-tags@^1.8.1": +"@types/common-tags@1.8.1": version "1.8.1" resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.1.tgz#a5a49ca5ebbb58e0f8947f3ec98950c8970a68a9" integrity sha512-20R/mDpKSPWdJs5TOpz3e7zqbeCNuMCPhV7Yndk9KU2Rbij2r5W4RzwDPkzC+2lzUqXYu9rFzTktCBnDjHuNQg==