@html-validate/prettier-config 3.1.8 → 3.1.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.
@@ -1275,7 +1275,7 @@ var require_range = __commonJS({
1275
1275
  var require_comparator = __commonJS({
1276
1276
  "node_modules/sort-package-json/node_modules/semver/classes/comparator.js"(exports, module) {
1277
1277
  "use strict";
1278
- var ANY = Symbol("SemVer ANY");
1278
+ var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
1279
1279
  var Comparator = class _Comparator {
1280
1280
  static get ANY() {
1281
1281
  return ANY;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/prettier-config",
3
- "version": "3.1.8",
3
+ "version": "3.1.10",
4
4
  "description": "Prettier sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "prettier"
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "lint-staged": "16.2.7",
30
- "prettier": "3.7.2"
30
+ "prettier": "3.7.4"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">= 20.18"