From f34a9d2e365e8c4de7895ddbd3e1af486043f378 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 10 Jun 2019 11:14:00 +0100 Subject: [PATCH] Update amperize to v0.5.1 no issue - includes fix for http->https conversion that broke tests in https://github.com/TryGhost/Ghost/commit/90b0c8d3bbfe466c9d4118218a080e1300b58193 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4910aee968..cecadb36eb 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@tryghost/social-urls": "0.1.0", "@tryghost/string": "^0.1.3", "ajv": "6.8.1", - "amperize": "0.5.0", + "amperize": "0.5.1", "analytics-node": "3.3.0", "archiver": "3.0.0", "bcryptjs": "2.4.3", diff --git a/yarn.lock b/yarn.lock index a4b0888b0d..83a23957c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -367,10 +367,10 @@ alphanum-sort@^1.0.1, alphanum-sort@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" -amperize@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/amperize/-/amperize-0.5.0.tgz#748238b35679aa45ee086254f7b559e6e498a1e7" - integrity sha512-7T6Jfq2nJPTwD65xRkcNqW10mFK3h2yfSbbJWYp0oxkXrs+tSIfT1rSxnu8Qp/GAXObNh5JBZfd7jmgkZr2aoQ== +amperize@0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/amperize/-/amperize-0.5.1.tgz#e2f8b36fd8c1b287be3e765ef832b5c47aea0f6d" + integrity sha512-szsjeFr74DFSdPC+tfuHpEhpuIIvxWU8Y8IL1j6fJ7RosH0xMPZFNXLHPqGudZgyz1R41hBOXa3s1eMcj7KEfQ== dependencies: async "^3.0.1" domutils "^1.7.0"