diff --git a/package-lock.json b/package-lock.json index aa25f319..2c68ce38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@arthurgeron/eslint-plugin-react-usememo": "^2.2.3", - "@html-eslint/eslint-plugin": "^0.22.0", + "@html-eslint/eslint-plugin": "^0.23.1", "@html-eslint/parser": "^0.22.0", "@microsoft/eslint-plugin-sdl": "^0.2.2", "@putout/plugin-apply-shorthand-properties": "^3.0.2", @@ -749,9 +749,9 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.22.0.tgz", - "integrity": "sha512-6Q3uW5XeVmUGwH2t5lmt0q51x7dNiaV1GuYReuHOPn01tSn9vJ5OKs71t+OsQzhg+hUqpVrmBizkBJZkcpX/sA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.23.1.tgz", + "integrity": "sha512-2AU58FZSPPHjNJzuv08GfgU/nfrVgNI4Uj9y6KOaU5egzAf1DO5x6HeZwvS0MPBAduqoC0i1RqHNSQrzCcmB7A==", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } diff --git a/package.json b/package.json index c16e6dac..9aed52ea 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@arthurgeron/eslint-plugin-react-usememo": "^2.2.3", - "@html-eslint/eslint-plugin": "^0.22.0", + "@html-eslint/eslint-plugin": "^0.23.1", "@html-eslint/parser": "^0.22.0", "@microsoft/eslint-plugin-sdl": "^0.2.2", "@putout/plugin-apply-shorthand-properties": "^3.0.2",