@containerbase/istanbul-reports-html 1.1.14 → 1.1.15

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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/vendor/hljs.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@containerbase/istanbul-reports-html",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "keywords": [
5
5
  "coverage",
6
6
  "highlight",
@@ -29,17 +29,17 @@
29
29
  "istanbul-reports": "^3.2.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@containerbase/eslint-plugin": "1.1.19",
33
- "@containerbase/semantic-release-pnpm": "1.3.5",
32
+ "@containerbase/eslint-plugin": "1.1.20",
33
+ "@containerbase/semantic-release-pnpm": "1.3.6",
34
34
  "@eslint/js": "9.39.1",
35
35
  "@tsconfig/node20": "20.1.8",
36
36
  "@tsconfig/strictest": "2.0.8",
37
37
  "@types/eslint-config-prettier": "6.11.3",
38
38
  "@types/istanbul-lib-report": "3.0.3",
39
39
  "@types/node": "22.19.1",
40
- "@vitest/eslint-plugin": "1.5.0",
40
+ "@vitest/eslint-plugin": "1.5.1",
41
41
  "conventional-changelog-conventionalcommits": "9.1.0",
42
- "esbuild": "0.27.0",
42
+ "esbuild": "0.27.1",
43
43
  "eslint": "9.39.1",
44
44
  "eslint-config-prettier": "10.1.8",
45
45
  "eslint-formatter-gha": "1.6.0",
@@ -52,11 +52,11 @@
52
52
  "lint-staged": "16.2.7",
53
53
  "markdownlint-cli2": "0.19.1",
54
54
  "npm-run-all2": "8.0.4",
55
- "prettier": "3.7.1",
56
- "prettier-plugin-packagejson": "2.5.19",
55
+ "prettier": "3.7.4",
56
+ "prettier-plugin-packagejson": "2.5.20",
57
57
  "semantic-release": "25.0.2",
58
58
  "typescript": "5.9.3",
59
- "typescript-eslint": "8.48.0"
59
+ "typescript-eslint": "8.48.1"
60
60
  },
61
61
  "engines": {
62
62
  "node": "^20.9.0 || ^22.11.0 || ^24.0.0",
package/vendor/hljs.js CHANGED
@@ -925,7 +925,7 @@
925
925
  };
926
926
  var escape = escapeHTML;
927
927
  var inherit = inherit$1;
928
- var NO_MATCH = Symbol("nomatch");
928
+ var NO_MATCH = /* @__PURE__ */ Symbol("nomatch");
929
929
  var MAX_KEYWORD_HITS = 7;
930
930
  var HLJS = function(hljs) {
931
931
  const languages = /* @__PURE__ */ Object.create(null);