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==