From ba13288e685198e1f7cf3913f0c46258568aca33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 23:04:22 +0000 Subject: [PATCH] Bump html-validate from 7.1.1 to 7.13.2 in /modules/admin-ui-frontend Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 7.1.1 to 7.13.2. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v7.1.1...v7.13.2) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/admin-ui-frontend/package-lock.json | 20 ++++++++++---------- modules/admin-ui-frontend/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/admin-ui-frontend/package-lock.json b/modules/admin-ui-frontend/package-lock.json index 2cabf869dff..0650e1da15b 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": "^7.1.1", + "html-validate": "^7.13.2", "jasmine-core": "^4.2.0", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1", @@ -3980,9 +3980,9 @@ } }, "node_modules/html-validate": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.1.1.tgz", - "integrity": "sha512-T2/VAg9EsgZ1Xcn5hzfimCf8qdtXHiRXw6vI+B6w+y62vDJYC1/Z/2Prhr+kkus7mtjZIKxQUd12BaCzHYGbgg==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.13.2.tgz", + "integrity": "sha512-ZUinzQ/a9zC0vP3uoCAKhHWogkCCK8KXcl5gMd+d8esuCl+p5d8P4zL/qSuvhc+zJ3qiIFyDaZ/wyUE1A78vNA==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.0", @@ -4006,9 +4006,9 @@ "node": ">= 14.0" }, "peerDependencies": { - "jest": "^25.1 || ^26 || ^27.1 || ^28", - "jest-diff": "^25.1 || ^26 || ^27.1 || ^28", - "jest-snapshot": "^25.1 || ^26 || ^27.1 || ^28" + "jest": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3", + "jest-diff": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3", + "jest-snapshot": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3" }, "peerDependenciesMeta": { "jest": { @@ -10943,9 +10943,9 @@ } }, "html-validate": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.1.1.tgz", - "integrity": "sha512-T2/VAg9EsgZ1Xcn5hzfimCf8qdtXHiRXw6vI+B6w+y62vDJYC1/Z/2Prhr+kkus7mtjZIKxQUd12BaCzHYGbgg==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.13.2.tgz", + "integrity": "sha512-ZUinzQ/a9zC0vP3uoCAKhHWogkCCK8KXcl5gMd+d8esuCl+p5d8P4zL/qSuvhc+zJ3qiIFyDaZ/wyUE1A78vNA==", "dev": true, "requires": { "@babel/code-frame": "^7.10.0", diff --git a/modules/admin-ui-frontend/package.json b/modules/admin-ui-frontend/package.json index fba79b1247c..3c7a5683c72 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": "^7.1.1", + "html-validate": "^7.13.2", "jasmine-core": "^4.2.0", "jit-grunt": "^0.10.0", "jshint-stylish": "^2.2.1",