From 47686438c988e80426b0db98d2cdd8b00188e6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Folch=C3=A7?= Date: Wed, 9 Dec 2020 10:36:41 +0100 Subject: [PATCH] tesfy dependency bumped to 1.2.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 05f4f20..d521ee4 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "typescript": "^3.8.3" }, "dependencies": { - "tesfy": "^1.2.0" + "tesfy": "^1.2.1" } } diff --git a/yarn.lock b/yarn.lock index 0826183..c045a15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12168,10 +12168,10 @@ terser@^4.1.2, terser@^4.4.3, terser@^4.6.2, terser@^4.6.3: source-map "~0.6.1" source-map-support "~0.5.12" -tesfy@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/tesfy/-/tesfy-1.1.1.tgz#f51cfd2c99925aa9ff5af77511a3729cc3722e9f" - integrity sha512-133N0UV/WiWlzlgiGsMe1QajPBrRHwsEk3/Q4IU9CZ066HfOBg8PWQxMA43KXz2sI2FM40p36Rhw+vUx3TikfA== +tesfy@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/tesfy/-/tesfy-1.2.1.tgz#53b52c0f25fa35cb89b8098f4a8bfce6e2087716" + integrity sha512-r9tm2L6/+7IPpYZBkiVuMOLye24lZvQeFbTTHo+QtPr5CVHJGCo+H+nTj6wktAJ10Y+sVbGdMn/JNA1q6ICsCw== dependencies: json-logic-js "^1.2.2" murmurhash "^0.0.2"