diff --git a/package-lock.json b/package-lock.json index e7944305..537474fd 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.12", - "@markuplint/vue-spec": "4.5.7", + "@markuplint/vue-spec": "4.5.12", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.13", "@nuxt/test-utils": "3.6.5", @@ -3584,40 +3584,40 @@ } }, "node_modules/@markuplint/vue-spec": { - "version": "4.5.7", - "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.7.tgz", - "integrity": "sha512-avwgiSihhTAmqq9xKfBqO7i/6SQny6Spapp8xO7rFtys4giLmH433eErQ1YzDojBdrrXm7q1Y4D3gr2Cc5Z7qA==", + "version": "4.5.12", + "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.12.tgz", + "integrity": "sha512-qUYfR4LZxCFpf5Kv5TN9FrzzXY8OdaQicLMGLEH/2Rj5QhKzTzzL6TsI5irDexJD77NbHjT2QxioF6kxFs2elg==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/ml-spec": "4.7.0" + "@markuplint/ml-spec": "4.8.2" } }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-ast": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-4.4.4.tgz", - "integrity": "sha512-qh5fEhJuCQi/akdbsd9CMTGViSlxdJjc4eMPHXN9c9BtP2KAvbFbhWdfbRpqAakrR1j4VndHEAJQ0GilnLLprg==", + "version": "4.4.8", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-4.4.8.tgz", + "integrity": "sha512-oFF+goq79mY+S5cr6LhJZyROwr9cNn8gNZJQdfJ2sAlfg4qk4r08BEQKtdra9g5MUYySiHpCe/JpyuezrlkcFw==", "dev": true, "license": "MIT" }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-spec": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.7.0.tgz", - "integrity": "sha512-+VgKsgb0TQMlzeh6w6M34MfsHWyaQgpQqS9w93jxCa9++uqxusDsoQTUDHucEsO4PrtFkhd9Bm2p70YBGY+AGA==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.8.2.tgz", + "integrity": "sha512-3m/R9m1i0hEor1LFFMxhs2Igc12NXWcEd3C4zkK0jA3fajR3Y3vTAOrDjsdv5IZFn1TMFI3W6KVsg1P0ns+VVg==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/ml-ast": "4.4.4", - "@markuplint/types": "4.6.0", + "@markuplint/ml-ast": "4.4.8", + "@markuplint/types": "4.6.4", "dom-accessibility-api": "0.7.0", "is-plain-object": "5.0.0", "type-fest": "4.26.1" } }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/shared": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-4.4.5.tgz", - "integrity": "sha512-IoD6O9ElzebHmWPd1dJ10b2lSHcpJSvJCovvlUfdxTrmhDhndDbNNjOI4J42fJbVRaT6pmCss95Nhb8ip+ErOA==", + "version": "4.4.9", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-4.4.9.tgz", + "integrity": "sha512-KzQflsf2ZjPym9oKRhUee0YCC1wiq3Jr3haPo9s6BMYG7t/LvFlIgYl3SydqIoeV5AK1LDtFEefVZUFY8Fp7ow==", "dev": true, "license": "MIT", "dependencies": { @@ -3625,13 +3625,13 @@ } }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/types": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.6.0.tgz", - "integrity": "sha512-4tx3dkvI4H3+nKayOYMmkHzK7fGZfE7f7+lLfMD9MUOEGZpDgxbUR+GGNR+MfIPgG3pZU3tf7INv0h4c8LTkHA==", + "version": "4.6.4", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.6.4.tgz", + "integrity": "sha512-s/fnNMkiUDYvzcAsHXvhevT8I46J6SFF/Ix0t+ciYJsyeYUHQ6K4YrFDZ0oSoYCh0k3xWjwh3TPBX2gdddwDiQ==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/shared": "4.4.5", + "@markuplint/shared": "4.4.9", "@types/css-tree": "2.3.8", "@types/debug": "4.1.12", "@types/whatwg-mimetype": "3.0.2", diff --git a/package.json b/package.json index db570abb..c2e4c5f4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.7", "@markuplint/vue-parser": "4.6.12", - "@markuplint/vue-spec": "4.5.7", + "@markuplint/vue-spec": "4.5.12", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.13", "@nuxt/test-utils": "3.6.5",