mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
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
This commit is contained in:
parent
3c5839fa8d
commit
d9bc5e0c16
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue