html-react-parser 5.1.17 → 5.1.18

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.
@@ -2471,7 +2471,7 @@
2471
2471
  hasRequiredUtilities$1 = 1;
2472
2472
  Object.defineProperty(utilities, "__esModule", { value: true });
2473
2473
  utilities.camelCase = void 0;
2474
- var CUSTOM_PROPERTY_REGEX = /^--[a-zA-Z0-9-]+$/;
2474
+ var CUSTOM_PROPERTY_REGEX = /^--[a-zA-Z0-9_-]+$/;
2475
2475
  var HYPHEN_REGEX = /-([a-z])/g;
2476
2476
  var NO_HYPHEN_REGEX = /^[^-]+$/;
2477
2477
  var VENDOR_PREFIX_REGEX = /^-(webkit|moz|ms|o|khtml)-/;