diff --git a/package-lock.json b/package-lock.json index 4e4bd0fa8c..750b28dcc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "np": "^10.0.5", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", - "postcss-html": "^1.6.0", + "postcss-html": "^1.7.0", "postcss-import": "^16.1.0", "postcss-less": "^6.0.0", "postcss-sass": "^0.5.0", @@ -14074,13 +14074,13 @@ } }, "node_modules/postcss-html": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.6.0.tgz", - "integrity": "sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.7.0.tgz", + "integrity": "sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==", "dev": true, "dependencies": { "htmlparser2": "^8.0.0", - "js-tokens": "^8.0.0", + "js-tokens": "^9.0.0", "postcss": "^8.4.0", "postcss-safe-parser": "^6.0.0" }, @@ -14089,9 +14089,9 @@ } }, "node_modules/postcss-html/node_modules/js-tokens": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.1.tgz", - "integrity": "sha512-3AGrZT6tuMm1ZWWn9mLXh7XMfi2YtiLNPALCVxBCiUVq0LD1OQMxV/AdS/s7rLJU5o9i/jBZw/N4vXXL5dm29A==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", "dev": true }, "node_modules/postcss-html/node_modules/postcss-safe-parser": { diff --git a/package.json b/package.json index e7365b932e..1093f02dee 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,7 @@ "np": "^10.0.5", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", - "postcss-html": "^1.6.0", + "postcss-html": "^1.7.0", "postcss-import": "^16.1.0", "postcss-less": "^6.0.0", "postcss-sass": "^0.5.0",