diff --git a/package-lock.json b/package-lock.json index 7dafe268..96f57c88 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.5", - "@markuplint/vue-spec": "4.5.3", + "@markuplint/vue-spec": "4.5.5", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.13", "@nuxt/test-utils": "3.6.5", @@ -3533,40 +3533,40 @@ } }, "node_modules/@markuplint/vue-spec": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.3.tgz", - "integrity": "sha512-PW9q9K/ZWJxe9nxph2g0BUogAxrwx8FjTW+4OlVRC1TOmSj4NmmRqxqkxB1rG1dogPOSz6x1bASM69U5k+nfxw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.5.tgz", + "integrity": "sha512-uKS3gD9W2fwffc2QNK+STnvcIXiB97EmBzlTM8UQDpU066QU2UF/htB7VZ7kgAOaZA7AnafdqhZJDQ1mTLDmzg==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/ml-spec": "4.6.1" + "@markuplint/ml-spec": "4.6.3" } }, "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==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-4.4.2.tgz", + "integrity": "sha512-KTwDsZtW2t9gN/29QRLyvndf8S05txBPZydtmbX69NQCDHgWEu72QjmFD2cBupIT1qXwIeSIzdhcTke9Ecuo4Q==", "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==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.6.3.tgz", + "integrity": "sha512-Hs5fBHvDVwKPqmBmd4XC+Os0pkrZpZx4zwu5dHh5CAmsMWGRYDILasVX+LeVyfijD6JrUd0iTBPRKNSB+xmwJQ==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/ml-ast": "4.4.0", - "@markuplint/types": "4.5.1", + "@markuplint/ml-ast": "4.4.2", + "@markuplint/types": "4.5.3", "dom-accessibility-api": "0.6.3", "is-plain-object": "5.0.0", - "type-fest": "4.18.3" + "type-fest": "4.20.1" } }, "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==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-4.4.3.tgz", + "integrity": "sha512-QIlyIrJJ2WG7c0St/oujUJ62SIzh+YuotTMwsftA6bahScF/j/NhWYLCLI5Wb22H2/H7xmKyHI/bXOyevNuQIw==", "dev": true, "license": "MIT", "dependencies": { @@ -3574,24 +3574,49 @@ } }, "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==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.5.3.tgz", + "integrity": "sha512-WeE2LhNfNbviKZhyRHVFId0xCzN67Wv8zalcVNE8cTcro6F4WOulGANgSqvQ3TuMYSP691UAjgE5w8oA1t4myA==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/shared": "4.4.1", - "@types/css-tree": "2.3.7", + "@markuplint/shared": "4.4.3", + "@types/css-tree": "2.3.8", "@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", + "debug": "4.3.5", "leven": "4.0.0", - "type-fest": "4.18.3", + "type-fest": "4.20.1", "whatwg-mimetype": "4.0.0" } }, + "node_modules/@markuplint/vue-spec/node_modules/@types/css-tree": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.8.tgz", + "integrity": "sha512-zABG3nI2UENsx7AQv63tI5/ptoAG/7kQR1H0OvG+WTWYHOR5pfAT3cGgC8SdyCrgX/TTxJBZNmx82IjCXs1juQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@markuplint/vue-spec/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@markuplint/vue-spec/node_modules/leven": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/leven/-/leven-4.0.0.tgz", @@ -3606,9 +3631,9 @@ } }, "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==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz", + "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { diff --git a/package.json b/package.json index e5449ad4..aeb4a863 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.7", "@markuplint/vue-parser": "4.6.5", - "@markuplint/vue-spec": "4.5.3", + "@markuplint/vue-spec": "4.5.5", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.13", "@nuxt/test-utils": "3.6.5",