diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 282eb04fc..ef2473af6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.36", + "version": "1.3.39", "license": "MPL-2.0", "dependencies": { "chartist": "^0.11.3", @@ -27,7 +27,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-config-standard": "^17.1.0", "eslint-plugin-fetch-options": "0.0.5", - "eslint-plugin-html": "^8.1.3", + "eslint-plugin-html": "^8.1.4", "eslint-plugin-mozilla": "^4.0.0", "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.5.3", @@ -5040,9 +5040,9 @@ } }, "node_modules/eslint-plugin-html": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.3.tgz", - "integrity": "sha512-cnCdO7yb/jrvgSJJAfRkGDOwLu1AOvNdw8WCD6nh/2C4RnxuI4tz6QjMEAmmSiHSeugq/fXcIO8yBpIBQrMZCg==", + "version": "8.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.4.tgz", + "integrity": "sha512-Eno3oPEj3s6AhvDJ5zHhnHPDvXp6LNFXuy3w51fNebOKYuTrfjOHUGwP+mOrGFpR6eOJkO1xkB8ivtbfMjbMjg==", "dev": true, "license": "ISC", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 0e4175910..d1a6df871 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "eslint-config-standard": "^17.1.0", "eslint-webpack-plugin": "^4.2.0", "eslint-plugin-fetch-options": "0.0.5", - "eslint-plugin-html": "^8.1.3", + "eslint-plugin-html": "^8.1.4", "eslint-plugin-mozilla": "^4.0.0", "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.5.3",