diff --git a/package-lock.json b/package-lock.json index 4874f04e..46bde4ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "devDependencies": { "@element-plus/nuxt": "1.0.7", - "@markuplint/vue-parser": "4.6.1", + "@markuplint/vue-parser": "4.6.2", "@markuplint/vue-spec": "4.5.1", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.12", @@ -3323,17 +3323,138 @@ } }, "node_modules/@markuplint/vue-parser": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-4.6.1.tgz", - "integrity": "sha512-wD0DA39fw5BRkIpTQSFrosgoizokBm21e2S2QK0ksge+b+tKm3FbduyDZCW8pkHlBXcYhjscJmKHkOiqrDF4Vg==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-4.6.2.tgz", + "integrity": "sha512-l9skizJ08ntb6y+SIIJdQ1bgftf5c4JAt5x0whT/PsnxaIpt96Nwfu3XYRFtB8hSv2wWwHwHOFE+I4eqLisLXw==", "dev": true, "dependencies": { - "@markuplint/html-parser": "4.6.1", + "@markuplint/html-parser": "4.6.2", "@markuplint/ml-ast": "4.3.1", - "@markuplint/parser-utils": "4.6.1", + "@markuplint/parser-utils": "4.6.2", "vue-eslint-parser": "9.4.2" } }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/html-parser": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-4.6.2.tgz", + "integrity": "sha512-gv4f6VM8PN0nUwACFikTOZtzMBtizi4equTKt2UDMUl2KNraelsyhKjfDZvJGNOqaiEmUlvFVHQjuddKRffNRA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "4.3.1", + "@markuplint/parser-utils": "4.6.2", + "parse5": "7.1.2", + "type-fest": "4.18.2" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/ml-spec": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.6.0.tgz", + "integrity": "sha512-phCLP7jF2GKmmLcQFNRTMzgnp6jcz4l/DmDl1tOVN2kciaU+ZyMJxOSjzYzCnCRS0kVhHYAYvTdyANFI7tgsAA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "4.3.1", + "@markuplint/types": "4.5.0", + "dom-accessibility-api": "0.6.3", + "is-plain-object": "5.0.0", + "type-fest": "4.18.2" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/parser-utils": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-4.6.2.tgz", + "integrity": "sha512-WiWSGXhhWCeIY52MMxdyzwgSsNM7GtmJSlql8hwFOAE6lErvMsoe9qTHQ+aWQH9aevtIG2gpbF8rgJncnlmAqw==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "4.3.1", + "@markuplint/ml-spec": "4.6.0", + "@markuplint/types": "4.5.0", + "@types/uuid": "9.0.8", + "debug": "4.3.4", + "espree": "10.0.1", + "type-fest": "4.18.2", + "uuid": "9.0.1" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/shared": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-4.4.0.tgz", + "integrity": "sha512-ZADz8TuRZn01g6f8JgGJUQoeNyLXvLPRJTHlX4O6Wi0JMr+ypd+l+80tJTUcbsSSXltDcbSKbKaVgIertgiTRg==", + "dev": true, + "dependencies": { + "html-entities": "2.5.2" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/types": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.5.0.tgz", + "integrity": "sha512-Y4RcZ7QMR4odimBQeFAiosmQyWWVWoa7D0NJLCYGX70iS4yZGJA+rq1JnC1f0vr/wrvTR95rVbRvIDDOrvEocw==", + "dev": true, + "dependencies": { + "@markuplint/shared": "4.4.0", + "@types/css-tree": "2.3.7", + "@types/debug": "4.1.12", + "@types/whatwg-mimetype": "3.0.2", + "bcp-47": "2.1.0", + "css-tree": "2.3.1", + "debug": "4.3.4", + "leven": "4.0.0", + "type-fest": "4.18.2", + "whatwg-mimetype": "4.0.0" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/eslint-visitor-keys": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/espree": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz", + "integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==", + "dev": true, + "dependencies": { + "acorn": "^8.11.3", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/leven": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-4.0.0.tgz", + "integrity": "sha512-puehA3YKku3osqPlNuzGDUHq8WpwXupUg1V6NXdV38G+gr+gkBwFC8g1b/+YcIvp8gnqVIus+eJCH/eGsRmJNw==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/type-fest": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.2.tgz", + "integrity": "sha512-+suCYpfJLAe4OXS6+PPXjW3urOS4IoP9waSiLuXfLgqZODKw/aWwASvzqE886wA0kQgGy0mIWyhd87VpqIy6Xg==", + "dev": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@markuplint/vue-spec": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.1.tgz", diff --git a/package.json b/package.json index df8a5b0b..b1ad3c89 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@element-plus/nuxt": "1.0.7", - "@markuplint/vue-parser": "4.6.1", + "@markuplint/vue-parser": "4.6.2", "@markuplint/vue-spec": "4.5.1", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.12",