diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-05-16 21:25:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 21:25:05 -0400 |
commit | 9941d583a07dd0ec8c7740783ca8665f52331f3d (patch) | |
tree | c7d024231b33e63aed9cde47796466824f1ca333 /package.json | |
parent | 5a723034b8ac9eb86854bdcb16f624d18fa17178 (diff) |
Parse5 update (#2140)
* Update build-libs.js
* Add a test for build-libs.js
* Update parse5
* Rebuild parse5
* Update build-libs.js to generate consistent path names
* Rebuild
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d1dede90..3e8950c4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "fake-indexeddb": "^3.1.7", "html-validate": "^6.6.1", "jsdom": "^19.0.0", - "parse5": "^6.0.1", + "parse5": "^7.0.0", "stylelint": "^14.6.1", "stylelint-config-recommended": "^7.0.0", "web-ext": "^6.8.0" |