diff --git a/package-lock.json b/package-lock.json index 1a502b86..d0f32ba9 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": "3.11.0", + "@markuplint/vue-parser": "3.12.0", "@markuplint/vue-spec": "3.12.0", "@mdi/font": "7.3.67", "@munierujp/eslint-config-typescript": "29.0.1", @@ -3352,18 +3352,81 @@ } }, "node_modules/@markuplint/vue-parser": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-3.11.0.tgz", - "integrity": "sha512-z5xsjItWrcu8V9BNYozBkQ9bqefGy7r0PQqM0DLzw8mRqYdkaZueIzEI0ZAAtsDJSswyfhw1QIeQH6OJU41+Rg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-3.12.0.tgz", + "integrity": "sha512-rfJvkEk6CDbobgaun1ELTMEW8ZHXn4zDQlkksYxyKXbhnjLbV9T83WY3ixHjFwE543kOAkmFNwOsAmLQRdSNhQ==", "dev": true, "dependencies": { - "@markuplint/html-parser": "3.12.0", + "@markuplint/html-parser": "3.13.0", "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.12.0", + "@markuplint/parser-utils": "3.13.0", "tslib": "^2.6.2", "vue-eslint-parser": "^9.3.2" } }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/html-parser": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.13.0.tgz", + "integrity": "sha512-09GX6V8BmYVIlWECIrV3OVMdKhwhbAlLyvAGnm31qV974gR1zD5kFGmr9OSugZJD24Htqofjm2aI2P15HfDdCg==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.13.0", + "parse5": "7.1.2", + "tslib": "^2.6.2", + "type-fest": "^4.8.2" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/parser-utils": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.13.0.tgz", + "integrity": "sha512-XSefmOiWu4tA2Ke+42XF5C5bdgySzm2dq04ja4YUpHmSPwudvzOjYFWGY6+f00jsW1lEU4SYFDxVONq2OBUYjw==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.12.0", + "@types/uuid": "^9.0.7", + "tslib": "^2.6.2", + "type-fest": "^4.8.2", + "uuid": "^9.0.1" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/types": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.12.0.tgz", + "integrity": "sha512-DG8s61lqBmipcqoi/44JSsn9hwOw6yQaIHfeOEtnjqORWhlL38F3sGh6l+hDW9zh5nltibx9o2jZvlT2LheUYA==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.3.4", + "@types/debug": "^4.1.12", + "@types/whatwg-mimetype": "3.0.2", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^4.8.2", + "whatwg-mimetype": "^3.0.0" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@types/whatwg-mimetype": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz", + "integrity": "sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==", + "dev": true + }, + "node_modules/@markuplint/vue-parser/node_modules/type-fest": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.8.2.tgz", + "integrity": "sha512-mcvrCjixA5166hSrUoJgGb9gBQN4loMYyj9zxuMs/66ibHNEFd5JXMw37YVDx58L4/QID9jIzdTBB4mDwDJ6KQ==", + "dev": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@markuplint/vue-spec": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-3.12.0.tgz", @@ -5362,15 +5425,15 @@ "dev": true }, "node_modules/@types/css-tree": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.3.tgz", - "integrity": "sha512-w2id4lNf2DzAAQ+A3bD9QTY/qpCw9rYlci9RbBscEmF5RO3U/acrcCErvsqkoIZqz9n0yv4CVUqz/6DKDOEZnw==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.4.tgz", + "integrity": "sha512-wdxxe7zEpOXfy5C3FmwinAIc/6p6du/wOKMGZf07JHuHHRIvLtLq8h66zi3Yn7PCyswxbp3Ujx9h+vSuMvfN/w==", "dev": true }, "node_modules/@types/debug": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.10.tgz", - "integrity": "sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dev": true, "dependencies": { "@types/ms": "*" @@ -5538,9 +5601,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", - "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", "dev": true }, "node_modules/@types/web-bluetooth": { diff --git a/package.json b/package.json index df40f572..da1b6e0f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@element-plus/nuxt": "1.0.7", - "@markuplint/vue-parser": "3.11.0", + "@markuplint/vue-parser": "3.12.0", "@markuplint/vue-spec": "3.12.0", "@mdi/font": "7.3.67", "@munierujp/eslint-config-typescript": "29.0.1",