diff --git a/package.json b/package.json index 519d4f5b2..27757b34d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@vitejs/plugin-react": "^4.2.1", "front-matter": "^4.0.2", "jsdom": "^22.1.0", - "markuplint": "^3.12.1", + "markuplint": "^3.15.0", "prettier": "^2.8.8", "prettier-plugin-astro": "^0.10.0", "prettier-plugin-md-nocjsp": "^1.5.1", diff --git a/yarn.lock b/yarn.lock index 8addbf18e..db3c09ba3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -998,55 +998,44 @@ refractor "^3.4.0" unist-util-visit "^2.0.3" -"@markuplint/config-presets@3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@markuplint/config-presets/-/config-presets-3.8.1.tgz#c81688c1973abc9669521c9a6a94a8c99e4c6761" - integrity sha512-56MN9Rzw91arVxq1Y7tLg4/GlgBZxNsCO8t87MfzF3CcVw4g8p5kDP2Owc0VStvrx45+lQ8YyagWHyE5ccBfTA== - -"@markuplint/create-rule-helper@3.12.1": - version "3.12.1" - resolved "https://registry.yarnpkg.com/@markuplint/create-rule-helper/-/create-rule-helper-3.12.1.tgz#845e6c4d71533c90d329ff90614fd3f193ff1c76" - integrity sha512-8wM3v99ezW2MMJcQkWhXuaJ9xCN586EcZP1PUw+P3yegj5XA1zkWmPs9AGKH5euLr3kCrBwni1JL+Wa4BXL2Bw== - dependencies: - "@markuplint/ml-core" "3.12.1" - glob "^10.3.4" +"@markuplint/config-presets@3.9.0": + version "3.9.0" + resolved "https://registry.yarnpkg.com/@markuplint/config-presets/-/config-presets-3.9.0.tgz#cf5bb576d4aa5d666e8769b0798463fa3aeb4f9c" + integrity sha512-tZ4hwilGWec+EzUs0W1Hr4VyNMR10vH2lorPKuWvQVLntjZ6BKsL9fF2AYb/XnoQWc3Xbt8/nhhgxgOlVNasGA== + +"@markuplint/create-rule-helper@3.15.0": + version "3.15.0" + resolved "https://registry.yarnpkg.com/@markuplint/create-rule-helper/-/create-rule-helper-3.15.0.tgz#464a8f318cbd9a6f92554ba41d851b01448731c9" + integrity sha512-p1APXz5fMRxPZQKPy/Ht2jiIYzrnb+Pp/k1JU6TsbdcAPg9MlQ+mq676c+R8sYhSzPZ30YBqAPaD4eSWxyhjsg== + dependencies: + "@markuplint/ml-core" "3.15.0" + glob "^10.3.10" prettier "2" ts-node "^10.9.1" tslib "^2.6.2" - typescript "^5.2.2" + typescript "^5.3.2" -"@markuplint/file-resolver@3.12.1": - version "3.12.1" - resolved "https://registry.yarnpkg.com/@markuplint/file-resolver/-/file-resolver-3.12.1.tgz#3b50483b4cc20217dcb77f88fc653728b2043f27" - integrity sha512-AufL/llJzbCOcCqMdKn/7EyNuHTOpW7RRMbuqlBXfdF2UZPrSsW3Of7JJSG3aUBK5DyMKMqgo14ITfjuYdb5dA== +"@markuplint/file-resolver@3.15.0": + version "3.15.0" + resolved "https://registry.yarnpkg.com/@markuplint/file-resolver/-/file-resolver-3.15.0.tgz#d31a64562e939abcde7272ffe357de7be5e8ed8d" + integrity sha512-WCHZuLoZIvJz7+X3Hq4De8VcXeZtJL9PYwvplr+4uZDxChE6gj9/TyQIYVkWyfYC5d3YSvPWGPHYXfLfrGLxSg== dependencies: - "@markuplint/html-parser" "3.10.1" + "@markuplint/html-parser" "3.13.0" "@markuplint/ml-ast" "3.2.0" - "@markuplint/ml-config" "3.11.1" - "@markuplint/ml-core" "3.12.1" - "@markuplint/ml-spec" "3.11.1" - "@markuplint/parser-utils" "3.10.1" - "@markuplint/selector" "3.11.1" + "@markuplint/ml-config" "3.14.0" + "@markuplint/ml-core" "3.15.0" + "@markuplint/ml-spec" "3.14.0" + "@markuplint/parser-utils" "3.13.0" + "@markuplint/selector" "3.14.0" "@markuplint/shared" "3.8.0" - cosmiconfig "^8.3.5" + cosmiconfig "^8.3.6" cosmiconfig-typescript-loader "^5.0.0" - glob "^10.3.4" - ignore "^5.2.4" + glob "^10.3.10" + ignore "^5.3.0" jsonc "^2.0.0" minimatch "^9.0.3" tslib "^2.6.2" -"@markuplint/html-parser@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@markuplint/html-parser/-/html-parser-3.10.1.tgz#847c648a8691061edaee555c35dd8ba74b74d266" - integrity sha512-BVlHHjaViXFEWAefzlmCJiiTNfklYqqVfh0wBbmvQEvDwI2l7lZ+JEHHTa9fPbzfhAZv5WGiBD1ppoOaImADqw== - dependencies: - "@markuplint/ml-ast" "3.2.0" - "@markuplint/parser-utils" "3.10.1" - parse5 "7.1.2" - tslib "^2.6.2" - type-fest "^4.3.1" - "@markuplint/html-parser@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@markuplint/html-parser/-/html-parser-3.13.0.tgz#7a95dd79c307c03707cae6e1a51fb0f60e833c30" @@ -1058,17 +1047,17 @@ tslib "^2.6.2" type-fest "^4.8.2" -"@markuplint/html-spec@3.11.1": - version "3.11.1" - resolved "https://registry.yarnpkg.com/@markuplint/html-spec/-/html-spec-3.11.1.tgz#e0da92d5c3078007f65327d0367e11bb7b562070" - integrity sha512-RQk9HjbuUvWfM4vMhWzWZH1kXN9mi5EfGh5fRQ+vsO40pFIhPRvDElSh0fgKSJ0W5zC3mQXscbTMrZjjXab4og== +"@markuplint/html-spec@3.14.0": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@markuplint/html-spec/-/html-spec-3.14.0.tgz#22adb7ecb873dbc866641011f81d861088617eb6" + integrity sha512-h36UdqgMQibsoj+tK3CE+vhV/0MzPbipxT8VmDRPliC667Dk6eAahod7Ma3CA5MHGapnjlAneiXyurddGFTXcw== dependencies: - "@markuplint/ml-spec" "3.11.1" + "@markuplint/ml-spec" "3.14.0" -"@markuplint/i18n@3.9.0": - version "3.9.0" - resolved "https://registry.npmjs.org/@markuplint/i18n/-/i18n-3.9.0.tgz" - integrity sha512-M1eYAOpvRBOnBt05+2+YKOkXbbpn/Z6ABV/Ecwv0NxbKHZuzRZyZkuWVsYg2MOGFwB0TXWkyE3AFGh4r74ZOLA== +"@markuplint/i18n@3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@markuplint/i18n/-/i18n-3.12.0.tgz#b1d1a4e3b323bfe748b5c9433759b2ac856b5d12" + integrity sha512-1R0KwrVSKdSJG3PkZOemrOIMIYEKG8ZXMOReeGnLcoAA7oArOj7yhLhdVbnKbMyThRMIN3Fu3iEp2/20OeUU6Q== "@markuplint/jsx-parser@^3.12.0": version "3.12.0" @@ -1087,39 +1076,39 @@ resolved "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.2.0.tgz" integrity sha512-qZJ0GTdGx1+2INEjfpSufu0143RgNqzfs9cA4TMdt9V18qdhSH1swWaMLiY0JJdnfJ4ui2uwxzg9Mhdtu0EINQ== -"@markuplint/ml-config@3.11.1": - version "3.11.1" - resolved "https://registry.yarnpkg.com/@markuplint/ml-config/-/ml-config-3.11.1.tgz#be087179036e11390a0ec3360bbdd07958e7d5e1" - integrity sha512-xzmZjO9uh9dhAbvtxmU3Aee+Rx39+su/ImwL8L5lRfeSuerVHPYxxnvDXGCtijRkomK24cqB5BXjftPEJFUpXw== +"@markuplint/ml-config@3.14.0": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@markuplint/ml-config/-/ml-config-3.14.0.tgz#4220218f66c8ac5a44e5ba5ffb1b2882164ccacf" + integrity sha512-KSmiKCKLg5nfnicx8OEPZUuelOBvYJ0hh82w5Z+PN8IruZF0C8vuoQ7zNSVTvLtyc97G1g83uk660hYe6/aJGg== dependencies: "@markuplint/ml-ast" "3.2.0" - "@markuplint/selector" "3.11.1" + "@markuplint/selector" "3.14.0" "@markuplint/shared" "3.8.0" - "@types/mustache" "^4.2.2" + "@types/mustache" "^4.2.5" deepmerge "^4.3.1" is-plain-object "^5.0.0" mustache "^4.2.0" - type-fest "^4.3.1" + type-fest "^4.8.2" -"@markuplint/ml-core@3.12.1": - version "3.12.1" - resolved "https://registry.yarnpkg.com/@markuplint/ml-core/-/ml-core-3.12.1.tgz#b24d3b90aa9dae961696905bacbc36ff1afa123e" - integrity sha512-ulJJFnhuoWXEn6U+BGqVcANJ1B7ZmezXWOVyNxhtVhqSb/e4mR9+FToUXiAsJ5Pgq+FulYKJDn128tqCK0frAQ== +"@markuplint/ml-core@3.15.0": + version "3.15.0" + resolved "https://registry.yarnpkg.com/@markuplint/ml-core/-/ml-core-3.15.0.tgz#b93c59084a2d1f360ca0d4bb3cbc68cbad2b502a" + integrity sha512-Wm/BfZxSFr8uqcQG6T/qkhvxy3qe0DYejiMoGzJaWMDn1dcH2FqiTuklh/ek49W3o2eTYpkJ+B+0L90zCrmC1w== dependencies: - "@markuplint/config-presets" "3.8.1" - "@markuplint/html-parser" "3.10.1" - "@markuplint/html-spec" "3.11.1" - "@markuplint/i18n" "3.9.0" + "@markuplint/config-presets" "3.9.0" + "@markuplint/html-parser" "3.13.0" + "@markuplint/html-spec" "3.14.0" + "@markuplint/i18n" "3.12.0" "@markuplint/ml-ast" "3.2.0" - "@markuplint/ml-config" "3.11.1" - "@markuplint/ml-spec" "3.11.1" - "@markuplint/parser-utils" "3.10.1" - "@markuplint/selector" "3.11.1" - "@types/debug" "^4.1.8" + "@markuplint/ml-config" "3.14.0" + "@markuplint/ml-spec" "3.14.0" + "@markuplint/parser-utils" "3.13.0" + "@markuplint/selector" "3.14.0" + "@types/debug" "^4.1.12" debug "^4.3.4" is-plain-object "^5.0.0" tslib "^2.6.2" - type-fest "^4.3.1" + type-fest "^4.8.2" "@markuplint/ml-spec@2.1.2": version "2.1.2" @@ -1128,29 +1117,17 @@ dependencies: tslib "^2.3.1" -"@markuplint/ml-spec@3.11.1": - version "3.11.1" - resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-3.11.1.tgz#18105a06780f9f4682d2525b895b7075ad146896" - integrity sha512-yCEnl2ivWNWTD5KYI9PTgQLlg3bBWQPoP/bBJGibgjTyxJMSgVLoej+lkZb32P8LHXBD1Ah2QAvjQwwMYyyvVA== +"@markuplint/ml-spec@3.14.0": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-3.14.0.tgz#a6f457080e230b9069c42a5ec17356ce24ad511c" + integrity sha512-5swmmXKBxhSlBEUBUh+uYatwEgf2k/9alTGv9Nj0/krlzt8QmhIlJO4COLp7MYg2az+W1iiHO26dXkmBbYZbbg== dependencies: "@markuplint/ml-ast" "3.2.0" - "@markuplint/types" "3.9.1" - dom-accessibility-api "^0.6.1" + "@markuplint/types" "3.12.0" + dom-accessibility-api "^0.6.3" is-plain-object "^5.0.0" tslib "^2.6.2" - type-fest "^4.3.1" - -"@markuplint/parser-utils@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@markuplint/parser-utils/-/parser-utils-3.10.1.tgz#f4bab59e4a40d5d797c09414eb37550b0870e474" - integrity sha512-238vdb/iZvqhLBGkDEuK9PNA4XPLJhSnzXNM0YspziQnAuUOwtb+4s9/fwEpMG6SbLSeefhBZL47UEPQRMPtsA== - dependencies: - "@markuplint/ml-ast" "3.2.0" - "@markuplint/types" "3.9.1" - "@types/uuid" "^9.0.3" - tslib "^2.6.2" - type-fest "^4.3.1" - uuid "^9.0.0" + type-fest "^4.8.2" "@markuplint/parser-utils@3.13.0": version "3.13.0" @@ -1171,36 +1148,36 @@ dependencies: "@markuplint/ml-spec" "2.1.2" -"@markuplint/rules@3.12.1": - version "3.12.1" - resolved "https://registry.yarnpkg.com/@markuplint/rules/-/rules-3.12.1.tgz#9423fea271861a6331a00e2d36b75bf10a529656" - integrity sha512-re+Wm4Yi41jK1M522sfeplpFTW/rKFI/a8CoYrwFsxRyLrCBMXubroy4XOgWUH+WoWYPicXFyTjjvEVZ6PNo6g== +"@markuplint/rules@3.15.0": + version "3.15.0" + resolved "https://registry.yarnpkg.com/@markuplint/rules/-/rules-3.15.0.tgz#a2843c751e8e02a6e50a9504b7d25509c7f32392" + integrity sha512-6j8hn9fx91MSZTACOzydBc3FW7XrC2Y+scc3KCnOgKoSupU8Tv4dkIJHe8AQ9fAHDHJv3wJpNZdTtLYakBSoNg== dependencies: - "@markuplint/html-spec" "3.11.1" - "@markuplint/ml-core" "3.12.1" - "@markuplint/ml-spec" "3.11.1" - "@markuplint/selector" "3.11.1" + "@markuplint/html-spec" "3.14.0" + "@markuplint/ml-core" "3.15.0" + "@markuplint/ml-spec" "3.14.0" + "@markuplint/selector" "3.14.0" "@markuplint/shared" "3.8.0" - "@markuplint/types" "3.9.1" - "@types/debug" "^4.1.8" + "@markuplint/types" "3.12.0" + "@types/debug" "^4.1.12" "@ungap/structured-clone" "^1.2.0" ansi-colors "^4.1.3" - chrono-node "^2.6.6" + chrono-node "^2.7.3" debug "^4.3.4" tslib "^2.6.2" - type-fest "^4.3.1" + type-fest "^4.8.2" -"@markuplint/selector@3.11.1": - version "3.11.1" - resolved "https://registry.yarnpkg.com/@markuplint/selector/-/selector-3.11.1.tgz#990b60993c674dd66396583269e8f0576ea0ce9c" - integrity sha512-YIbUPLOkFJDmaWSkcCcuuNA04kjFOftRIGvQkz3SnQQhyyP2e9aqADKFg7RejtNipzEEbSJ/5X5d09kyLkhPfg== +"@markuplint/selector@3.14.0": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@markuplint/selector/-/selector-3.14.0.tgz#64682ca7fa89a7ce9488c7cdd07c67cc8c6eb0ba" + integrity sha512-cyJUrHfHG9wRxsBcetY3qkDiKfbXIaA855WbyLS/xhdZ9zPeP5f+y2ho5IZzVJ7yRVAHC+x29DR52kG4PsWGVQ== dependencies: - "@markuplint/ml-spec" "3.11.1" - "@types/debug" "^4.1.8" + "@markuplint/ml-spec" "3.14.0" + "@types/debug" "^4.1.12" debug "^4.3.4" postcss-selector-parser "^6.0.13" tslib "^2.6.2" - type-fest "^4.3.1" + type-fest "^4.8.2" "@markuplint/shared@3.8.0": version "3.8.0" @@ -1225,22 +1202,6 @@ type-fest "^4.8.2" whatwg-mimetype "^3.0.0" -"@markuplint/types@3.9.1": - version "3.9.1" - resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-3.9.1.tgz#c385a3807d3d1ab2ee066c81ffe9ee6f1e5d0771" - integrity sha512-C8PUlGWONJA743Zfwoxp1G/s2iHIjStbJFeAfpDL9YfINd9DiJEruggcZ9NHrA5PquzLugLWDkm+LyiKSJsBBQ== - dependencies: - "@types/bcp-47" "1" - "@types/css-tree" "^2.3.2" - "@types/debug" "^4.1.8" - "@types/whatwg-mimetype" "3.0.0" - bcp-47 "1" - css-tree "^2.3.1" - debug "^4.3.4" - leven "3" - type-fest "^4.3.1" - whatwg-mimetype "^3.0.0" - "@nanostores/react@^0.4.1": version "0.4.1" resolved "https://registry.npmjs.org/@nanostores/react/-/react-0.4.1.tgz" @@ -1894,29 +1855,17 @@ resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz" integrity sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng== -"@types/cli-color@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/cli-color/-/cli-color-2.0.3.tgz#2e9f8d171a19ba6daf2458affac4397a3cb848bd" - integrity sha512-JcGK/IFNVt5a99Xsz4wMCK8jfylpZ5E9AxzGcTVLD5nNYPYxXkylTRV7mcqA324rKLfqT3juU5KjQbI9CAV3SA== - -"@types/css-tree@^2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.2.tgz#caf5579204b16ef09472af8001e8c4642652f101" - integrity sha512-B5nF6h7xxpMLvZ1pzugAYUGj1aw4KgTpXZzOijkDMRzey4SlFi0jVWb3o0SS1CVSxyBciltVgjt67CwrgjmlWA== +"@types/cli-color@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@types/cli-color/-/cli-color-2.0.6.tgz#becc4b0c8509bbc938e7c3b2b7a0a8dd64691d08" + integrity sha512-uLK0/0dOYdkX8hNsezpYh1gc8eerbhf9bOKZ3e24sP67703mw9S14/yW6mSTatiaKO9v+mU/a1EVy4rOXXeZTA== "@types/css-tree@^2.3.4": version "2.3.4" resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.4.tgz#5fc907bb3023a7616e8ce2ddaa08b4ca9e2fe922" integrity sha512-wdxxe7zEpOXfy5C3FmwinAIc/6p6du/wOKMGZf07JHuHHRIvLtLq8h66zi3Yn7PCyswxbp3Ujx9h+vSuMvfN/w== -"@types/debug@^4.0.0", "@types/debug@^4.1.8": - version "4.1.8" - resolved "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz" - integrity sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ== - dependencies: - "@types/ms" "*" - -"@types/debug@^4.1.12": +"@types/debug@^4.0.0", "@types/debug@^4.1.12": version "4.1.12" resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917" integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ== @@ -2013,10 +1962,10 @@ resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/mustache@^4.2.2": - version "4.2.2" - resolved "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.2.tgz" - integrity sha512-MUSpfpW0yZbTgjekDbH0shMYBUD+X/uJJJMm9LXN1d5yjl5lCY1vN/eWKD6D1tOtjA6206K0zcIPnUaFMurdNA== +"@types/mustache@^4.2.5": + version "4.2.5" + resolved "https://registry.yarnpkg.com/@types/mustache/-/mustache-4.2.5.tgz#9129f0d6857f976e00e171bbb3460e4b702f84ef" + integrity sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA== "@types/nlcst@^1.0.0": version "1.0.0" @@ -2110,21 +2059,11 @@ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a" integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w== -"@types/uuid@^9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.3.tgz#6cdd939b4316b4f81625de9f06028d848c4a1533" - integrity sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug== - "@types/uuid@^9.0.7": version "9.0.7" resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8" integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g== -"@types/whatwg-mimetype@3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz" - integrity sha512-xHFOhd41VpUR6Y0k8ZinlyFv5cyhC/r2zghJgWWN8oNxqNo45Nf0qCBInJsFeifLeoHcIF4voEfap4A2GYHWkw== - "@types/whatwg-mimetype@3.0.2": version "3.0.2" resolved "https://registry.yarnpkg.com/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz#e5e06dcd3e92d4e622ef0129637707d66c28d6a4" @@ -3077,16 +3016,6 @@ camelcase-keys@^7.0.0: quick-lru "^5.1.1" type-fest "^1.2.1" -camelcase-keys@^8.0.2: - version "8.0.2" - resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-8.0.2.tgz" - integrity sha512-qMKdlOfsjlezMqxkUGGMaWWs17i2HoL15tM+wtx8ld4nLrUwU58TFdvyGOz/piNP842KeO8yXvggVQSdQ828NA== - dependencies: - camelcase "^7.0.0" - map-obj "^4.3.0" - quick-lru "^6.1.1" - type-fest "^2.13.0" - camelcase@^4.0.0: version "4.1.0" resolved "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz" @@ -3102,7 +3031,7 @@ camelcase@^6.3.0: resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -camelcase@^7.0.0, camelcase@^7.0.1: +camelcase@^7.0.1: version "7.0.1" resolved "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz" integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw== @@ -3259,10 +3188,10 @@ chownr@^2.0.0: resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== -chrono-node@^2.6.6: - version "2.7.0" - resolved "https://registry.yarnpkg.com/chrono-node/-/chrono-node-2.7.0.tgz#2c25ed3d810ccd1fceabb630f70922af9600e45e" - integrity sha512-0s2vv89LmsbgoibV0AIVgNnGqlU8N5yCCVZXvc3mRCjnmlG/gJw1hCYOmNwjB+AIuwZQdKTXfwvsHDRTs6pwcg== +chrono-node@^2.7.3: + version "2.7.3" + resolved "https://registry.yarnpkg.com/chrono-node/-/chrono-node-2.7.3.tgz#0157f5312ebdec2f33f8e785d05623e54085297b" + integrity sha512-M/CusGocGJaubS8OFPEzmSa6IT/MJo2LaVqFyUVaLMo+UWwqyahKHsDe9FQBzwaytVGwR/bwZ5JhnAcu894Owg== dependencies: dayjs "^1.10.0" @@ -3620,7 +3549,7 @@ cosmiconfig-typescript-loader@^5.0.0: dependencies: jiti "^1.19.1" -cosmiconfig@^8.0.0, cosmiconfig@^8.2.0, cosmiconfig@^8.3.5: +cosmiconfig@^8.0.0, cosmiconfig@^8.2.0: version "8.3.5" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.5.tgz#3b3897ddd042d022d5a207d4c8832e54f5301977" integrity sha512-A5Xry3xfS96wy2qbiLkQLAg4JUrR2wvfybxj6yqLmrUfMAvhS3MZxIP2oQn0grgYIvJqzpeTEWu4vK0t+12NNw== @@ -3630,6 +3559,16 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.2.0, cosmiconfig@^8.3.5: parse-json "^5.2.0" path-type "^4.0.0" +cosmiconfig@^8.3.6: + version "8.3.6" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3" + integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA== + dependencies: + import-fresh "^3.3.0" + js-yaml "^4.1.0" + parse-json "^5.2.0" + path-type "^4.0.0" + create-error-class@^3.0.0: version "3.0.2" resolved "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz" @@ -3794,16 +3733,6 @@ decamelize-keys@^1.1.0: decamelize "^1.1.0" map-obj "^1.0.0" -decamelize-keys@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-2.0.1.tgz" - integrity sha512-nrNeSCtU2gV3Apcmn/EZ+aR20zKDuNDStV67jPiupokD3sOAFeMzslLMCFdKv1sPqzwoe5ZUhsSW9IAVgKSL/Q== - dependencies: - decamelize "^6.0.0" - map-obj "^4.3.0" - quick-lru "^6.1.1" - type-fest "^3.1.0" - decamelize@^1.1.0, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" @@ -3814,11 +3743,6 @@ decamelize@^5.0.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-5.0.1.tgz#db11a92e58c741ef339fb0a2868d8a06a9a7b1e9" integrity sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA== -decamelize@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/decamelize/-/decamelize-6.0.0.tgz" - integrity sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA== - decimal.js@^10.2.1, decimal.js@^10.4.3: version "10.4.3" resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz" @@ -4013,10 +3937,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dom-accessibility-api@^0.6.1: - version "0.6.1" - resolved "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.1.tgz" - integrity sha512-WbiG8jCZESbcSwxLmbUiv3WZurc6H4opBIbBkBe/I3OSZvWCXXj+wxPueWodM/p4gegM1CqEr0iFY5DqyrncxA== +dom-accessibility-api@^0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8" + integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w== domexception@^2.0.1: version "2.0.1" @@ -4939,14 +4863,6 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -find-up@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz" - integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw== - dependencies: - locate-path "^7.1.0" - path-exists "^5.0.0" - find-versions@^5.1.0: version "5.1.0" resolved "https://registry.npmjs.org/find-versions/-/find-versions-5.1.0.tgz" @@ -5276,7 +5192,7 @@ glob-parent@^6.0.2: dependencies: is-glob "^4.0.3" -glob@^10.2.2, glob@^10.3.3, glob@^10.3.4: +glob@^10.2.2, glob@^10.3.3: version "10.3.4" resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.4.tgz#c85c9c7ab98669102b6defda76d35c5b1ef9766f" integrity sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ== @@ -5287,6 +5203,17 @@ glob@^10.2.2, glob@^10.3.3, glob@^10.3.4: minipass "^5.0.0 || ^6.0.2 || ^7.0.0" path-scurry "^1.10.1" +glob@^10.3.10: + version "10.3.10" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" + integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.3.5" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" + glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: version "7.2.3" resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" @@ -5983,6 +5910,11 @@ ignore@^5.2.0, ignore@^5.2.4: resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== +ignore@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78" + integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== + import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.0" resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" @@ -6632,6 +6564,15 @@ jackspeak@^2.0.3: optionalDependencies: "@pkgjs/parseargs" "^0.11.0" +jackspeak@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" + integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + java-properties@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz" @@ -7125,13 +7066,6 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -locate-path@^7.1.0: - version "7.1.1" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz" - integrity sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg== - dependencies: - p-locate "^6.0.0" - lodash-es@^4.17.21: version "4.17.21" resolved "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz" @@ -7378,7 +7312,7 @@ map-obj@^1.0.0: resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= -map-obj@^4.0.0, map-obj@^4.1.0, map-obj@^4.3.0: +map-obj@^4.0.0, map-obj@^4.1.0: version "4.3.0" resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== @@ -7405,27 +7339,27 @@ marked@^9.0.0: resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.6.tgz#5d2a3f8180abfbc5d62e3258a38a1c19c0381695" integrity sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q== -markuplint@^3.12.1: - version "3.12.1" - resolved "https://registry.yarnpkg.com/markuplint/-/markuplint-3.12.1.tgz#9d7959109c4f59b07b2a51db6ef35ce3d22efd36" - integrity sha512-z2qk5J+h5IpFY4ivXJXoQhbf6HRumLnTic+EgubRlqiduKeQRe1DC25Tpf3uBsnDhEMYitFPqOrprNXJ3gtCMQ== +markuplint@^3.15.0: + version "3.15.0" + resolved "https://registry.yarnpkg.com/markuplint/-/markuplint-3.15.0.tgz#6250fa2e1364eb46643dfe8a0de9a6876eb98eff" + integrity sha512-id1RZeZVhVcJCrANtFaEmgbAvJOtHSj9wE9qVB3utP6Sf7u7KGYGLphvGSqdwCcWYbnlvZ0WmJnccJlrH8S6FQ== dependencies: - "@markuplint/create-rule-helper" "3.12.1" - "@markuplint/file-resolver" "3.12.1" - "@markuplint/html-parser" "3.10.1" - "@markuplint/html-spec" "3.11.1" - "@markuplint/i18n" "3.9.0" + "@markuplint/create-rule-helper" "3.15.0" + "@markuplint/file-resolver" "3.15.0" + "@markuplint/html-parser" "3.13.0" + "@markuplint/html-spec" "3.14.0" + "@markuplint/i18n" "3.12.0" "@markuplint/ml-ast" "3.2.0" - "@markuplint/ml-config" "3.11.1" - "@markuplint/ml-core" "3.12.1" - "@markuplint/ml-spec" "3.11.1" - "@markuplint/rules" "3.12.1" + "@markuplint/ml-config" "3.14.0" + "@markuplint/ml-core" "3.15.0" + "@markuplint/ml-spec" "3.14.0" + "@markuplint/rules" "3.15.0" "@markuplint/shared" "3.8.0" - "@types/cli-color" "^2.0.3" - "@types/debug" "^4.1.8" + "@types/cli-color" "^2.0.6" + "@types/debug" "^4.1.12" "@types/has-yarn" "^1.0.1" "@types/meow" "^6.0.0" - "@types/uuid" "^9.0.3" + "@types/uuid" "^9.0.7" chokidar "^3.5.3" cli-color "^2.0.3" debug "^4.3.4" @@ -7438,11 +7372,11 @@ markuplint@^3.12.1: meow "9" node-fetch "2" os-locale "5" - strict-event-emitter "^0.5.0" + strict-event-emitter "^0.5.1" strip-ansi "6" tslib "^2.6.2" - type-fest "^4.3.1" - uuid "^9.0.0" + type-fest "^4.8.2" + uuid "^9.0.1" mathml-tag-names@^2.1.3: version "2.1.3" @@ -7650,23 +7584,10 @@ memoizee@^0.4.15: next-tick "^1.1.0" timers-ext "^0.1.7" -meow@*: - version "12.0.1" - resolved "https://registry.npmjs.org/meow/-/meow-12.0.1.tgz" - integrity sha512-/QOqMALNoKQcJAOOdIXjNLtfcCdLXbMFyB1fOOPdm6RzfBTlsuodOCTBDjVbeUSmgDQb8UI2oONqYGtq1PKKKA== - dependencies: - "@types/minimist" "^1.2.2" - camelcase-keys "^8.0.2" - decamelize "^6.0.0" - decamelize-keys "^2.0.1" - hard-rejection "^2.1.0" - minimist-options "4.1.0" - normalize-package-data "^5.0.0" - read-pkg-up "^9.1.0" - redent "^4.0.0" - trim-newlines "^5.0.0" - type-fest "^3.9.0" - yargs-parser "^21.1.1" +meow@*, meow@^12.0.1: + version "12.1.1" + resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6" + integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw== meow@9: version "9.0.0" @@ -7704,11 +7625,6 @@ meow@^10.1.5: type-fest "^1.2.2" yargs-parser "^20.2.9" -meow@^12.0.1: - version "12.1.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6" - integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw== - merge-stream@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" @@ -9049,13 +8965,6 @@ p-locate@^5.0.0: dependencies: p-limit "^3.0.2" -p-locate@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz" - integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw== - dependencies: - p-limit "^4.0.0" - p-map@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" @@ -9263,11 +9172,6 @@ path-exists@^4.0.0: resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== -path-exists@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz" - integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== - path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" @@ -9686,11 +9590,6 @@ quick-lru@^5.1.1: resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== -quick-lru@^6.1.1: - version "6.1.1" - resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.1.tgz" - integrity sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q== - rc@^1.0.1, rc@^1.1.6, rc@^1.2.1, rc@^1.2.7, rc@^1.2.8: version "1.2.8" resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" @@ -9798,15 +9697,6 @@ read-pkg-up@^8.0.0: read-pkg "^6.0.0" type-fest "^1.0.1" -read-pkg-up@^9.1.0: - version "9.1.0" - resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz" - integrity sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg== - dependencies: - find-up "^6.3.0" - read-pkg "^7.1.0" - type-fest "^2.5.0" - read-pkg@^5.2.0: version "5.2.0" resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" @@ -9827,16 +9717,6 @@ read-pkg@^6.0.0: parse-json "^5.2.0" type-fest "^1.0.1" -read-pkg@^7.1.0: - version "7.1.0" - resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz" - integrity sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg== - dependencies: - "@types/normalize-package-data" "^2.4.1" - normalize-package-data "^3.0.2" - parse-json "^5.2.0" - type-fest "^2.0.0" - read-pkg@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-8.0.0.tgz#78b93774c15a3f151b56d5790d5127a5cb9fc507" @@ -10899,10 +10779,10 @@ streamx@^2.15.0: fast-fifo "^1.1.0" queue-tick "^1.0.1" -strict-event-emitter@^0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.0.tgz" - integrity sha512-sqnMpVJLSB3daNO6FcvsEk4Mq5IJeAwDeH80DP1S8+pgxrF6yZnE1+VeapesGled7nEcIkz1Ax87HzaIy+02kA== +strict-event-emitter@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz#1602ece81c51574ca39c6815e09f1a3e8550bd93" + integrity sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ== "string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" @@ -11481,11 +11361,6 @@ trim-newlines@^4.0.2: resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.1.1.tgz#28c88deb50ed10c7ba6dc2474421904a00139125" integrity sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ== -trim-newlines@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz" - integrity sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg== - trough@^2.0.0: version "2.0.2" resolved "https://registry.npmjs.org/trough/-/trough-2.0.2.tgz" @@ -11619,21 +11494,16 @@ type-fest@^1.0.1, type-fest@^1.2.1, type-fest@^1.2.2: resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz" integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== -type-fest@^2.0.0, type-fest@^2.12.2, type-fest@^2.13.0, type-fest@^2.5.0: +type-fest@^2.12.2, type-fest@^2.13.0: version "2.19.0" resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== -type-fest@^3.0.0, type-fest@^3.1.0, type-fest@^3.8.0, type-fest@^3.9.0: +type-fest@^3.0.0, type-fest@^3.8.0: version "3.13.1" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706" integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g== -type-fest@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.3.1.tgz#5cb58cdab5120f7ab0b40cfdc35073fb9adb651d" - integrity sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw== - type-fest@^4.6.0, type-fest@^4.7.1, type-fest@^4.8.2: version "4.8.3" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.8.3.tgz#6db08d9f44d596cd953f83020c7c56310c368d1c" @@ -11700,6 +11570,11 @@ typescript@^5.2.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +typescript@^5.3.2: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== + ufo@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/ufo/-/ufo-1.1.1.tgz" @@ -12126,11 +12001,6 @@ util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -uuid@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== - uuid@^9.0.1: version "9.0.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"