2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Update amperize to v0.5.1

no issue

- includes fix for http->https conversion that broke tests in 90b0c8d3bb
This commit is contained in:
Kevin Ansfield 2019-06-10 11:14:00 +01:00
parent 90b0c8d3bb
commit f34a9d2e36
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"