From d9bc5e0c16719fc71a1e86a587fa9518fd4137de Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 8 May 2020 10:38:44 +0100 Subject: [PATCH] Reverted oembed-parser dependency to 1.3.7 no issue - oember-parser 1.3.8/1.3.9 specify a minimum Node version of `>= 10.14.2` - a problem with CI allowed this package to be updated, despite not matching our allowed minimum supported Node version - this commit reverts back to the previous version, and this package will be bumped when we increase our minimum versions --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f2062cec5d..8659d91e70 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "netjet": "1.3.0", "node-jose": "1.1.4", "nodemailer": "0.7.1", - "oembed-parser": "1.3.9", + "oembed-parser": "1.3.7", "path-match": "1.2.4", "probe-image-size": "5.0.0", "rss": "1.2.2", diff --git a/yarn.lock b/yarn.lock index 1061377f7d..72e6a867da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6634,10 +6634,10 @@ object.values@^1.1.0: function-bind "^1.1.1" has "^1.0.3" -oembed-parser@1.3.9: - version "1.3.9" - resolved "https://registry.yarnpkg.com/oembed-parser/-/oembed-parser-1.3.9.tgz#e976e047c9228f5ac070bde0d505be4fab0f1425" - integrity sha512-RakXG3RkzqSdcLbKXpInV9Z1C+yDIr+yDIwNQTQImBabQhjCodo5pbPbBTQIqAUBraCGkOqTIqUnaRUwW9Lsjg== +oembed-parser@1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/oembed-parser/-/oembed-parser-1.3.7.tgz#3741c238a383f595e84dc4f4f3f9c5f6f8d95c53" + integrity sha512-u+zIINgVUTMJ5wqs2dpoJhWZ+0yLmChB3wV4NDIT81cZtHlm0xcgR3JuvXdtgJDJK/1diHk3DQtv2zsjhdeEkA== dependencies: node-fetch "^2.6.0"