diff --git a/package-lock.json b/package-lock.json index 35f0b57..f973a2f 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.22.0", - "@html-eslint/parser": "^0.22.0", + "@html-eslint/parser": "^0.23.0", "eslint": "^8.56.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-sonarjs": "^0.23.0", @@ -270,9 +270,9 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.22.0.tgz", - "integrity": "sha512-1XNYNgysZJfpLEYx+ao4I67F5+8gQDQbBt38/Ylcn5L8ij5xHfRDWvOIBvejqEgNQRRzM5s7UOhPSj+02YtMsQ==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.23.0.tgz", + "integrity": "sha512-mZTxkgN8WzoLtIo0U8BKlm3y/D9pGlXuALqEaliDPah6wGo+LkTUOfxQklmuAP2N66e5ORCjdAo4PpakEcCUUg==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" diff --git a/package.json b/package.json index 75c9e07..3fda3e3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.22.0", - "@html-eslint/parser": "^0.22.0", + "@html-eslint/parser": "^0.23.0", "eslint": "^8.56.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-sonarjs": "^0.23.0",