From e78b2360761c4c882a42bb9be732bda7d84c1d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:23:00 +0000 Subject: [PATCH] Bump @html-eslint/parser from 0.20.0 to 0.21.0 Bumps [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: "@html-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99ccbab..f2c5112 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.20.0", - "@html-eslint/parser": "^0.20.0", + "@html-eslint/parser": "^0.21.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@types/eslint": "^8.4.1", diff --git a/yarn.lock b/yarn.lock index 871618a..384e9cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -576,10 +576,10 @@ resolved "https://registry.yarnpkg.com/@html-eslint/eslint-plugin/-/eslint-plugin-0.20.0.tgz#bc011693e646260ecd9fb309bcc1d07ccb9e3435" integrity sha512-P5DeuqL5TmIGIiWjeezGDZPM3rXzL715MEU0QR9xOOmqNTshG3yLsk7fkfLsLiDjm0x6r4e13/5mUCbEQTek7Q== -"@html-eslint/parser@^0.20.0": - version "0.20.0" - resolved "https://registry.yarnpkg.com/@html-eslint/parser/-/parser-0.20.0.tgz#2bdb13ab54b04b0c9ed4fe8f2ad659a2f21e16f7" - integrity sha512-qXrn2vIdqpb5f+diIDegVOAHIX4nJzCTuat9UZDFA8FN+MqVJNALGneTAOARQnW9au0P+NOmGAjyPtZF2rLmbw== +"@html-eslint/parser@^0.21.0": + version "0.21.0" + resolved "https://registry.yarnpkg.com/@html-eslint/parser/-/parser-0.21.0.tgz#f7edbf1815591b0ec5a2eba74c3cc8e4b6f37fa6" + integrity sha512-MzmIP/yq/4UVeRgUTFnKmPbomRu6NthcCT/68yrZi1GWhFwW0h3CIDy0wQI+gj3MDlcROzV8QOAG5uxCjCYA+A== dependencies: es-html-parser "^0.0.9"