From 150a7488e4c32474a91aff10f0058ee7448e7c2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 01:39:36 +0000 Subject: [PATCH] fix(deps): pin dependency @isaacs/ttlcache to 1.2.0 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 8f66b4dace..fd266157bc 100644 --- a/install/package.json +++ b/install/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@adactive/bootstrap-tagsinput": "0.8.2", - "@isaacs/ttlcache": "^1.2.0", + "@isaacs/ttlcache": "1.2.0", "ace-builds": "1.8.1", "archiver": "5.3.1", "async": "3.2.4",