diff --git a/package-lock.json b/package-lock.json index 486e7d7..d4b1f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "commander": "^14.0.3", "html-minifier-next": "^6.2.4", - "html-validate": "^10.16.0", + "html-validate": "^10.17.0", "obsohtml": "^1.10.1" }, "bin": { @@ -19,7 +19,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@types/node": "^25.6.2", + "@types/node": "^25.8.0", "eslint": "^10.3.0", "globals": "^17.6.0", "typescript": "^6.0.3" @@ -293,13 +293,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", - "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", + "version": "25.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz", + "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==", "dev": true, - "license": "MIT", "dependencies": { - "undici-types": "~7.19.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/acorn": { @@ -905,16 +904,15 @@ } }, "node_modules/html-validate": { - "version": "10.16.0", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-10.16.0.tgz", - "integrity": "sha512-/mM3h9jmITiSEs0ibxzCtGil5oVvVpoQCK8Ny9spa+j0jMnlfEdnhx4hUpoEkzXxEjEkRBoPhk1dpagU9JKfmg==", + "version": "10.17.0", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-10.17.0.tgz", + "integrity": "sha512-1WO3hgxqSE0YfV12u5V4ZNUO4mulMrfuxEOlmwM9bEeMlqs9g1OE+EXzxQ4KwNojsYFDmaEYcRPf+zUpAzO/WA==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/html-validate" } ], - "license": "MIT", "dependencies": { "@html-validate/stylish": "^5.2.0", "@sidvind/better-ajv-errors": "5.0.0", @@ -1754,11 +1752,10 @@ } }, "node_modules/undici-types": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", - "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", - "dev": true, - "license": "MIT" + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "dev": true }, "node_modules/uri-js": { "version": "4.4.1", diff --git a/package.json b/package.json index ee97955..218898a 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,13 @@ "dependencies": { "commander": "^14.0.3", "html-minifier-next": "^6.2.4", - "html-validate": "^10.16.0", + "html-validate": "^10.17.0", "obsohtml": "^1.10.1" }, "description": "The HTML supertool to validate, link-check, and minify web pages", "devDependencies": { "@eslint/js": "^10.0.1", - "@types/node": "^25.6.2", + "@types/node": "^25.8.0", "eslint": "^10.3.0", "globals": "^17.6.0", "typescript": "^6.0.3"