diff --git a/package-lock.json b/package-lock.json index 0ab1ebca..3bb6f35b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.7", "@markuplint/vue-parser": "4.6.3", - "@markuplint/vue-spec": "4.5.2", + "@markuplint/vue-spec": "4.5.3", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.12", "@nuxt/test-utils": "3.6.5", @@ -3470,12 +3470,89 @@ } }, "node_modules/@markuplint/vue-spec": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.2.tgz", - "integrity": "sha512-Pi1QS/ccDvMOxX4tUMRFKq8N6sngV9KLEs/hU/msQ7tzLZ9wZmvMCCkb8R0kzfzJ9zCW4CtKlHjQgnvgISgZTg==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.3.tgz", + "integrity": "sha512-PW9q9K/ZWJxe9nxph2g0BUogAxrwx8FjTW+4OlVRC1TOmSj4NmmRqxqkxB1rG1dogPOSz6x1bASM69U5k+nfxw==", "dev": true, + "license": "MIT", "dependencies": { - "@markuplint/ml-spec": "4.6.0" + "@markuplint/ml-spec": "4.6.1" + } + }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-ast": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-4.4.0.tgz", + "integrity": "sha512-CnBChr2N7BL21STm3Fr77h6GA2QMiMAR1P+Eh4JiWywz79TMmrutwrOOKkKPBM6V0NI2pAG8G8mR+92IPjp6eQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-spec": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.6.1.tgz", + "integrity": "sha512-5sNFc0JfmcYG4Bdvf0bQ4OCD4kjrM5kiML+yi7b8PK4VLcmKL5fkTemko30k80CqQ1vuZE1ekdBvI5tvGKgtKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/ml-ast": "4.4.0", + "@markuplint/types": "4.5.1", + "dom-accessibility-api": "0.6.3", + "is-plain-object": "5.0.0", + "type-fest": "4.18.3" + } + }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/shared": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-4.4.1.tgz", + "integrity": "sha512-yog5u59pihJ/jc41se/Nbl+EOg5qd+MWMYWZQzcXmeaY5mvEm0G0dtHhD1CzL0Tzhv6XHERehR7SaWpBhpcItg==", + "dev": true, + "license": "MIT", + "dependencies": { + "html-entities": "2.5.2" + } + }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/types": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.5.1.tgz", + "integrity": "sha512-7STM8Ey/G5Tz20QYs4ZSwdP5may/kfCbpOGIvkF7BC3G0yPip58GgWGcT38x2e4zsTO6iYp+5VM9Mfhp6mM7tQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/shared": "4.4.1", + "@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.3", + "whatwg-mimetype": "4.0.0" + } + }, + "node_modules/@markuplint/vue-spec/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, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@markuplint/vue-spec/node_modules/type-fest": { + "version": "4.18.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz", + "integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@mdi/font": { diff --git a/package.json b/package.json index bdba68a9..6a2742f2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.7", "@markuplint/vue-parser": "4.6.3", - "@markuplint/vue-spec": "4.5.2", + "@markuplint/vue-spec": "4.5.3", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.12", "@nuxt/test-utils": "3.6.5",