From daffab3e89551fa3623eead5bfef7bec589be23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:17:19 +0000 Subject: [PATCH] Bump @html-eslint/parser from 0.23.0 to 0.24.0 Bumps [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: "@html-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4791d75..15a2373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.23.1", - "@html-eslint/parser": "^0.23.0", + "@html-eslint/parser": "^0.24.0", "@stylistic/eslint-plugin-js": "^1.6.3", "eslint": "^8.57.0", "eslint-plugin-html": "^8.0.0", @@ -302,9 +302,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.23.0.tgz", - "integrity": "sha512-mZTxkgN8WzoLtIo0U8BKlm3y/D9pGlXuALqEaliDPah6wGo+LkTUOfxQklmuAP2N66e5ORCjdAo4PpakEcCUUg==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.24.0.tgz", + "integrity": "sha512-Q9mGP+g3ZmNMFMqXroIY/nhlWt5q3usfcaMlud7YRSgFnHr3EK/rzWFObHNpMmB4btDLc9FkzxsSHUgRd+qd0w==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" diff --git a/package.json b/package.json index 72776eb..501ef1c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.23.1", - "@html-eslint/parser": "^0.23.0", + "@html-eslint/parser": "^0.24.0", "@stylistic/eslint-plugin-js": "^1.6.3", "eslint": "^8.57.0", "eslint-plugin-html": "^8.0.0",