reffy 17.2.8 → 17.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reffy",
3
- "version": "17.2.8",
3
+ "version": "17.2.10",
4
4
  "description": "W3C/WHATWG spec dependencies exploration companion. Features a short set of tools to study spec references as well as WebIDL term definitions and references found in W3C specifications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,16 +37,16 @@
37
37
  "ajv-formats": "3.0.1",
38
38
  "commander": "12.1.0",
39
39
  "fetch-filecache-for-crawling": "5.1.1",
40
- "puppeteer": "23.7.0",
40
+ "puppeteer": "23.8.0",
41
41
  "semver": "^7.3.5",
42
- "web-specs": "3.24.0",
42
+ "web-specs": "3.26.0",
43
43
  "webidl2": "24.4.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "mocha": "10.8.2",
47
47
  "respec": "35.1.2",
48
48
  "respec-hljs": "2.1.1",
49
- "rollup": "4.24.4",
49
+ "rollup": "4.26.0",
50
50
  "undici": "^6.1.0"
51
51
  },
52
52
  "overrides": {
@@ -281,7 +281,7 @@ export default function (spec, idToHeading = {}) {
281
281
 
282
282
  const shortname = (typeof spec === 'string') ? spec : spec.shortname;
283
283
  switch (shortname) {
284
- case "CSS2":
284
+ case "CSS21":
285
285
  preProcessCSS21();
286
286
  break;
287
287
  case "html":