diff --git a/modules/admin-ui-frontend/package-lock.json b/modules/admin-ui-frontend/package-lock.json index 4c6ca0127b7..101fdd5f6d1 100644 --- a/modules/admin-ui-frontend/package-lock.json +++ b/modules/admin-ui-frontend/package-lock.json @@ -41,7 +41,7 @@ "grunt-usemin": "^3.1.1", "grunt-wiredep": "^3.0.1", "html-linter": "^1.1.1", - "html-validate": "^8.11.1", + "html-validate": "^8.19.1", "jasmine-core": "^5.1.2", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1", @@ -4390,10 +4390,16 @@ } }, "node_modules/html-validate": { - "version": "8.11.1", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.11.1.tgz", - "integrity": "sha512-w63Ew2MZzj55c3EBipNzKlH8JVzVK7iP4LoCG/n8QFJws3UOts+P7D5hugJaub4TbDfOWTMv2C5XwfVNvvoAvA==", + "version": "8.19.1", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.19.1.tgz", + "integrity": "sha512-8nV35ZRr2eOy1tGeFZzBaV4rHaHtK6GZRfjOsqXi/iZ0BMajfMHcCZno2mWsSmX2rcjD228WbHgiAldTZwO2Xw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/html-validate" + } + ], "dependencies": { "@babel/code-frame": "^7.10.0", "@html-validate/stylish": "^4.1.0", diff --git a/modules/admin-ui-frontend/package.json b/modules/admin-ui-frontend/package.json index bafb9ecb1d3..1d076abb012 100644 --- a/modules/admin-ui-frontend/package.json +++ b/modules/admin-ui-frontend/package.json @@ -33,7 +33,7 @@ "grunt-usemin": "^3.1.1", "grunt-wiredep": "^3.0.1", "html-linter": "^1.1.1", - "html-validate": "^8.11.1", + "html-validate": "^8.19.1", "jasmine-core": "^5.1.2", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1",