From ae02ddda51fd402d02f9a6d9a6345ba2b80a5036 Mon Sep 17 00:00:00 2001 From: Anthony Morris Date: Sat, 13 Jun 2020 22:02:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20CHANGELOG=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/koa-shopify-auth/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/koa-shopify-auth/CHANGELOG.md b/packages/koa-shopify-auth/CHANGELOG.md index 432fa06490..2a48328d28 100644 --- a/packages/koa-shopify-auth/CHANGELOG.md +++ b/packages/koa-shopify-auth/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Removed + +- Removes `safe-compare` as a dependency, preferring Node's `crypto.timingSafeEqual` [1470](https://github.com/Shopify/quilt/pull/1470) + ## [3.1.63] - 2020-05-25 ### Fixed