From 5a74a4c207cca3a8c77e2d80ef600712976a2021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:39:57 -0500 Subject: [PATCH] build(deps-dev): Bump html-validate from 8.7.0 to 8.7.1 (#1010) Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.7.0 to 8.7.1. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.7.0...v8.7.1) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 053cec1c..ee2a05e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cdts-sgdc", - "version": "4.2.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cdts-sgdc", - "version": "4.2.0", + "version": "5.0.0", "license": "MIT", "devDependencies": { "@wdio/cli": "^8.21.0", @@ -32,7 +32,7 @@ "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^24.3.0", - "html-validate": "^8.7.0", + "html-validate": "^8.7.1", "https-proxy-agent": "^7.0.2", "isbinaryfile": "^5.0.0", "wdio-selenium-standalone-service": "^0.0.12" @@ -10045,9 +10045,9 @@ } }, "node_modules/html-validate": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.7.0.tgz", - "integrity": "sha512-fsDHUxzVNzXzV2KpPOx5GbGRCK0cFs7a8+9jE5QTyYUGAlm1PNGst8Vi0U7hSmootkCBxY3bu7LgQBjjZDeBPw==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.7.1.tgz", + "integrity": "sha512-8zfWtAfyIWxqoHG1M8+8zCdKLCBFn/48Zdf2mRL6OuDvRTCSkSIDOYChLr22KiN3UJii8cTbMtH5PrQFw0ZWWg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.0", @@ -23909,9 +23909,9 @@ } }, "html-validate": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.7.0.tgz", - "integrity": "sha512-fsDHUxzVNzXzV2KpPOx5GbGRCK0cFs7a8+9jE5QTyYUGAlm1PNGst8Vi0U7hSmootkCBxY3bu7LgQBjjZDeBPw==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.7.1.tgz", + "integrity": "sha512-8zfWtAfyIWxqoHG1M8+8zCdKLCBFn/48Zdf2mRL6OuDvRTCSkSIDOYChLr22KiN3UJii8cTbMtH5PrQFw0ZWWg==", "dev": true, "requires": { "@babel/code-frame": "^7.10.0", diff --git a/package.json b/package.json index 75f6dc4c..f3a749ec 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^24.3.0", - "html-validate": "^8.7.0", + "html-validate": "^8.7.1", "https-proxy-agent": "^7.0.2", "isbinaryfile": "^5.0.0" }