From 5afed07925a29d0b64110072d2d6a89605bed955 Mon Sep 17 00:00:00 2001 From: Josh Flayhart Date: Thu, 12 Nov 2020 09:46:35 -0600 Subject: [PATCH] Update node-html-parser lib (#19103) In working with @devknoll on https://github.com/vercel/next.js/pull/17770 we thought it would be a good idea to update to the latest minor version from 1.2.20 -> 1.4.9 based on some bug fixes in these minor releases. I would like to separate this out to simplify the growing changeset in https://github.com/vercel/next.js/pull/17770, where we need to use `node-html-parser` to parse HTML for custom react components. The linked changeset above will take some time and there are some [useful bug fixes](https://github.com/taoqf/node-html-parser/commits/master) and features in this minor release we could benefit from anyway. Namely: - add nextSibling, nextElementSibling - missing node tag - `