From 6035aaa00f69c276e4e5da9442217e1ffedad623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:21:48 +0000 Subject: [PATCH] chore(deps-dev): update dependency @markuplint/astro-parser to ^4.6.13 --- client/package.json | 2 +- package-lock.json | 144 ++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 134 insertions(+), 12 deletions(-) diff --git a/client/package.json b/client/package.json index b3a87601..1a85333d 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@astrojs/node": "^8.3.4", "@kubosho/configs": "^4.0.1", - "@markuplint/astro-parser": "^4.6.12", + "@markuplint/astro-parser": "^4.6.13", "@playwright/test": "^1.48.2", "@types/escape-html": "^1.0.4", "@types/node": "^22.9.0", diff --git a/package-lock.json b/package-lock.json index bbad07d1..384b43cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "client": { "name": "@kubosho/blog-client", - "version": "10.0.5", + "version": "10.0.6", "license": "MIT", "dependencies": { "@astrojs/cloudflare": "^11.2.0", @@ -41,7 +41,7 @@ "devDependencies": { "@astrojs/node": "^8.3.4", "@kubosho/configs": "^4.0.1", - "@markuplint/astro-parser": "^4.6.12", + "@markuplint/astro-parser": "^4.6.13", "@playwright/test": "^1.48.2", "@types/escape-html": "^1.0.4", "@types/node": "^22.9.0", @@ -1999,15 +1999,137 @@ } }, "node_modules/@markuplint/astro-parser": { - "version": "4.6.12", - "resolved": "https://registry.npmjs.org/@markuplint/astro-parser/-/astro-parser-4.6.12.tgz", - "integrity": "sha512-CPaBUA8ABcn2edzaFw10/MVvQEictdkLsnMp/PDLQPzYUP8KvN4ZvWiJV4pN0RtVnUJzeTiLR5KJBF0uwgpxwA==", + "version": "4.6.13", + "resolved": "https://registry.npmjs.org/@markuplint/astro-parser/-/astro-parser-4.6.13.tgz", + "integrity": "sha512-FryR8rAa0qXr/HQKKhqTDyTEolXolQdb6lI1NaWvt3tmL+Q8gf4b05NadsranC7o6YqJXy/OuJFJ1Vzv4fXaDw==", "dev": true, "license": "MIT", "dependencies": { - "@markuplint/ml-ast": "4.4.8", - "@markuplint/parser-utils": "4.8.0", - "astro-eslint-parser": "1.0.3" + "@markuplint/ml-ast": "4.4.9", + "@markuplint/parser-utils": "4.8.1", + "astro-eslint-parser": "1.1.0" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@markuplint/ml-ast": { + "version": "4.4.9", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-4.4.9.tgz", + "integrity": "sha512-PPojBxU0qL0ivbv7SIqOekMHKC4Cbdwm+vJunkiHQKjI3Dxb50bkuk8uF4X5j7uouwnk2VDCHE9GpOXtFdMfow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@markuplint/astro-parser/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==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/ml-ast": "4.4.9", + "@markuplint/types": "4.7.0", + "dom-accessibility-api": "0.7.0", + "is-plain-object": "5.0.0", + "type-fest": "4.27.0" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@markuplint/parser-utils": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-4.8.1.tgz", + "integrity": "sha512-cVXjNGboxbSR/DjsmxjOkAF6GgAqY7seBCJ8zntTLkUZ9GxHl8wnNQOYEyyh9giP0vCgntm2VomEu/1g2pXxZg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/ml-ast": "4.4.9", + "@markuplint/ml-spec": "4.9.0", + "@markuplint/types": "4.7.0", + "@types/uuid": "10.0.0", + "debug": "4.3.7", + "espree": "10.3.0", + "type-fest": "4.27.0", + "uuid": "11.0.3" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@markuplint/shared": { + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-4.4.10.tgz", + "integrity": "sha512-hKpzBibNa5wItnMmOLAT1w39F1r+r35juPVGyd25y7xczxsbWgyl1l1xE2lA+OpAotzYDBkDTqpkErlLUqlL7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "html-entities": "2.5.2" + } + }, + "node_modules/@markuplint/astro-parser/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==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/shared": "4.4.10", + "@types/css-tree": "2.3.9", + "@types/debug": "4.1.12", + "@types/whatwg-mimetype": "3.0.2", + "bcp-47": "2.1.0", + "css-tree": "3.0.1", + "debug": "4.3.7", + "leven": "4.0.0", + "type-fest": "4.27.0", + "whatwg-mimetype": "4.0.0" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@types/css-tree": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.9.tgz", + "integrity": "sha512-g1FE6xkPDP4tsccmTd6jIugjKZdxIDqAf9h2pc+4LsGgYbOyfa9phNjBHYbm6FtwIlNfT1NBx3f2zSeqO7aRAw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@markuplint/astro-parser/node_modules/css-tree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.0.1.tgz", + "integrity": "sha512-8Fxxv+tGhORlshCdCwnNJytvlvq46sOLSYEx2ZIGurahWvMucSRnyjPA3AmrMq4VPRYbHVpWj5VkiVasrM2H4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "mdn-data": "2.12.1", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/mdn-data": { + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.1.tgz", + "integrity": "sha512-rsfnCbOHjqrhWxwt5/wtSLzpoKTzW7OXdT5lLOIH1OTYhWu9rRJveGq0sKvDZODABH7RX+uoR+DYcpFnq4Tf6Q==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/@markuplint/astro-parser/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==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/uuid": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" } }, "node_modules/@markuplint/cli-utils": { @@ -4779,9 +4901,9 @@ } }, "node_modules/astro-eslint-parser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-1.0.3.tgz", - "integrity": "sha512-AGsGgcg7Jg9UpyCDgvl/EkdYpe1oMkFdmC2Zl+KWneoieLCtQIFjmcY8yt41gcNx4mby0w8BBJQcBmPuf8UAoQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-1.1.0.tgz", + "integrity": "sha512-F6NW1RJo5pp2kPnnM97M5Ohw8zAGjv83MpxHqfAochH68n/kiXN57+hYaNUCA7XkScoVNr6yzvly3hsY34TGfQ==", "dev": true, "license": "MIT", "dependencies": {