Skip to content

Commit

Permalink
fix(deps): update dependency oembed-parser to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2021
1 parent 7c11822 commit 208fdf8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gray-matter": "4.0.2",
"marksy": "8.0.0",
"next": "^9.3.3",
"oembed-parser": "1.4.0",
"oembed-parser": "1.5.1",
"path-browserify": "1.0.1",
"prism-themes": "1.4.0",
"prismjs": "1.24.1",
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1747,6 +1747,11 @@ caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001111:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001113.tgz#22016ab55b5a8b04fa00ca342d9ee1b98df48065"
integrity sha512-qMvjHiKH21zzM/VDZr6oosO6Ri3U0V2tC015jRXjOecwQCJtsU5zklTNTk31jQbIOP8gha0h1ccM/g0ECP+4BA==

centra@^2.4.2:
version "2.5.0"
resolved "https://registry.yarnpkg.com/centra/-/centra-2.5.0.tgz#854c30f9a3ff50da49fa69a8cb441aa25aa1e8e8"
integrity sha512-CnSF1HD8vOOgNbE4P2fZEhdhfAohvpcF3DSdSvEcSHDAZvr+Xfw73isT8SXJJc3VMBqSwjXhr29/ikHUgFcypg==

[email protected]:
version "4.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
Expand Down Expand Up @@ -3538,7 +3543,7 @@ next@^9.3.3:
webpack "4.44.1"
webpack-sources "1.4.3"

[email protected], node-fetch@^2.6.0:
[email protected]:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
Expand Down Expand Up @@ -3672,12 +3677,12 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

oembed-parser@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/oembed-parser/-/oembed-parser-1.4.0.tgz#ef68c40d25645281ae877a015616bf1ec26381c8"
integrity sha512-w318S9APsaSf2Ec2/afpxag0Irpk33HwNFJeNteVwDRIo859JaKgydkk/Ir+Hy/7kh20qH37dvl8GtC6yL03zg==
oembed-parser@1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/oembed-parser/-/oembed-parser-1.5.1.tgz#0e49d43fa25123a7a6f4b279e81eab51e8d52f68"
integrity sha512-VMalGpuouxOGdpq2l1u5FRjvT3r6/38XIvPwy7HvNj/bBBlhZRgT7F+y3lk/H1aOIzeUj2sucH6UUaovCvzG8A==
dependencies:
node-fetch "^2.6.0"
phin "^3.6.0"

once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0"
Expand Down Expand Up @@ -3800,6 +3805,13 @@ pbkdf2@^3.0.3:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

phin@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/phin/-/phin-3.6.0.tgz#5c70debfc847d04a1b2bf72409a6c9767bc4d915"
integrity sha512-nYY4Qh/yGCoxcwOAS2UfCM8+nVJcbI4f9NC4M4zPAsuswnIIS2aB14uYAbvdxP/4DqzXfrpadT2WQOx9mLDyTA==
dependencies:
centra "^2.4.2"

picomatch@^2.0.4, picomatch@^2.2.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
Expand Down

0 comments on commit 208fdf8

Please sign in to comment.