From c531b50d4d3f6e234a066620723ce3e2ed75236a Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Tue, 21 Jan 2020 09:46:32 +0100 Subject: [PATCH] fix(deps): pin es2015-i18n-tag version this is in order to avoid running into https://github.com/skolmer/es2015-i18n-tag/issues/71 fixes #207 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d97343e5..48bc0769 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@adobe/helix-log": "^4.4.0", - "es2015-i18n-tag": "^1.6.1", + "es2015-i18n-tag": "1.6.1", "ferrum": "^1.4.1", "fs-extra": "^8.1.0", "github-slugger": "^1.2.1",