diff --git a/package-lock.json b/package-lock.json index 4f3a63c1..30190e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@html-eslint/eslint-plugin": "^0.19.1", - "@html-eslint/parser": "^0.19.1", + "@html-eslint/parser": "^0.20.0", "@microsoft/eslint-plugin-sdl": "^0.2.0", "@putout/plugin-apply-shorthand-properties": "^3.0.2", "@shopify/eslint-plugin": "^43.0.0", @@ -728,9 +728,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.19.1.tgz", - "integrity": "sha512-dpAw6UX0ZSVNnsAzl9ULHZX7CvAGKF5uta4iebbhSDvGE1o9NX6BoOofD/6WucTvs/qnoKojc3Y2LG6vy4afiQ==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.20.0.tgz", + "integrity": "sha512-qXrn2vIdqpb5f+diIDegVOAHIX4nJzCTuat9UZDFA8FN+MqVJNALGneTAOARQnW9au0P+NOmGAjyPtZF2rLmbw==", "dependencies": { "es-html-parser": "^0.0.9" }, diff --git a/package.json b/package.json index 5cd83795..b74a5358 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@html-eslint/eslint-plugin": "^0.19.1", - "@html-eslint/parser": "^0.19.1", + "@html-eslint/parser": "^0.20.0", "@microsoft/eslint-plugin-sdl": "^0.2.0", "@putout/plugin-apply-shorthand-properties": "^3.0.2", "@shopify/eslint-plugin": "^43.0.0",