diff --git a/package-lock.json b/package-lock.json index 4a0a1e9..4192d34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0", "devDependencies": { "@html-eslint/eslint-plugin": "^0.21.0", - "@html-eslint/parser": "^0.21.0", + "@html-eslint/parser": "^0.22.0", "eslint": "^8.55.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-sonarjs": "^0.23.0", @@ -270,9 +270,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.21.0.tgz", - "integrity": "sha512-MzmIP/yq/4UVeRgUTFnKmPbomRu6NthcCT/68yrZi1GWhFwW0h3CIDy0wQI+gj3MDlcROzV8QOAG5uxCjCYA+A==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.22.0.tgz", + "integrity": "sha512-1XNYNgysZJfpLEYx+ao4I67F5+8gQDQbBt38/Ylcn5L8ij5xHfRDWvOIBvejqEgNQRRzM5s7UOhPSj+02YtMsQ==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" diff --git a/package.json b/package.json index c705854..7052327 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0", "devDependencies": { "@html-eslint/eslint-plugin": "^0.21.0", - "@html-eslint/parser": "^0.21.0", + "@html-eslint/parser": "^0.22.0", "eslint": "^8.55.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-sonarjs": "^0.23.0",