diff --git a/package-lock.json b/package-lock.json index ec5d1e6d..7b8ade12 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.14", - "@markuplint/vue-spec": "4.5.13", + "@markuplint/vue-spec": "4.5.14", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.13", "@nuxt/test-utils": "3.6.5", @@ -3584,13 +3584,13 @@ } }, "node_modules/@markuplint/vue-spec": { - "version": "4.5.13", - "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.13.tgz", - "integrity": "sha512-hEu1l+XA/uzvPLrb6SeqZBeeV8N7mGYXq8yax+g5Ts/k7Ss//fpiAhszcWTFxDezjuyC1iU2eNGPA3xxapr6Ig==", + "version": "4.5.14", + "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-4.5.14.tgz", + "integrity": "sha512-6ZUdt3I19uiHy40CBnwhtGsqSiCpAoYn48HqyeAGBicJULjE6KxQY9hw4uWnQH3DET6m11j0rW+uQ3WyFjG/YQ==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/ml-spec": "4.9.0" + "@markuplint/ml-spec": "4.9.1" } }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-ast": { @@ -3601,17 +3601,17 @@ "license": "MIT" }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-spec": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.9.0.tgz", - "integrity": "sha512-aCVhXRcFvgFUOwVpumNj6NqeP9q0sifAJZnIXsIzAFJRMiZFcLDNQjfr+8nAbvb3JllfvcB1PAeC6wZqIAIdMw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-4.9.1.tgz", + "integrity": "sha512-wg5fG+sLueW6qF1i7JYlw66AeafbpH4vv+N59HaS7iZ0mAL7WU9mexU2tMJDpq04EHzhiHiyvHN4Zo7V3Ni/Tg==", "dev": true, "license": "MIT", "dependencies": { "@markuplint/ml-ast": "4.4.9", - "@markuplint/types": "4.7.0", + "@markuplint/types": "4.7.1", "dom-accessibility-api": "0.7.0", "is-plain-object": "5.0.0", - "type-fest": "4.27.0" + "type-fest": "4.30.0" } }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/shared": { @@ -3625,9 +3625,9 @@ } }, "node_modules/@markuplint/vue-spec/node_modules/@markuplint/types": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.7.0.tgz", - "integrity": "sha512-FIrEsX/+/iPN/yq4j4+qO36X5o5EN9vIZwDv/WDFVHiq96IoKysWXqGa0m3lp4iIboc3MlmFh4iyq/KNuM1+jQ==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-4.7.1.tgz", + "integrity": "sha512-TuyzNlFln5XM1N/07HErgbOBPdy3U7Wro3mxT46ixG2T8LCZQGIVJ34spHEOe/FdqvWDvd82J4ja+GQnpvXZoA==", "dev": true, "license": "MIT", "dependencies": { @@ -3639,7 +3639,7 @@ "css-tree": "3.0.1", "debug": "4.3.7", "leven": "4.0.0", - "type-fest": "4.27.0", + "type-fest": "4.30.0", "whatwg-mimetype": "4.0.0" } }, @@ -3717,9 +3717,9 @@ "license": "MIT" }, "node_modules/@markuplint/vue-spec/node_modules/type-fest": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.27.0.tgz", - "integrity": "sha512-3IMSWgP7C5KSQqmo1wjhKrwsvXAtF33jO3QY+Uy++ia7hqvgSK6iXbbg5PbDBc1P2ZbNEDgejOrN4YooXvhwCw==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz", + "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { diff --git a/package.json b/package.json index 71031359..f226bd5d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.7", "@markuplint/vue-parser": "4.6.14", - "@markuplint/vue-spec": "4.5.13", + "@markuplint/vue-spec": "4.5.14", "@mdi/font": "7.4.47", "@nuxt/eslint-config": "0.3.13", "@nuxt/test-utils": "3.6.5",