From 721a1daad07be14b5f810a1e375cdf911c028248 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Tue, 14 May 2024 15:24:59 -0500 Subject: [PATCH] (#1) Fixup Astro and package This fixes up Astro to get it to a state where it is meant to be to install the dependencies as a package. Workflows have been added that are very similar to choco-theme. Once deployed to NPM, this can be installed by running `yarn add choco-astro`. --- .gitattributes | 1 + .github/workflows/audit.yaml | 14 + .github/workflows/release.yaml | 21 + .vscode/settings.json | 6 + LICENSE | 201 ++++ README.md | Bin 4270 -> 2072 bytes astro.config.mjs | 18 +- package.json | 28 +- public/favicon.svg | 9 - src/components/Callout.astro | 62 + src/components/CollapseButton.astro | 28 + src/components/Iframe.astro | 48 + src/components/tabs/TabsPane.astro | 7 + src/components/tabs/TabsPaneContainer.astro | 7 + src/components/tabs/TabsTabContainer.astro | 45 + src/pages/index.astro | 16 - tsconfig.json | 28 +- yarn.lock | 1131 ++++++++++--------- 18 files changed, 1068 insertions(+), 602 deletions(-) create mode 100644 .github/workflows/audit.yaml create mode 100644 .github/workflows/release.yaml create mode 100644 .vscode/settings.json create mode 100644 LICENSE delete mode 100644 public/favicon.svg create mode 100644 src/components/Callout.astro create mode 100644 src/components/CollapseButton.astro create mode 100644 src/components/Iframe.astro create mode 100644 src/components/tabs/TabsPane.astro create mode 100644 src/components/tabs/TabsPaneContainer.astro create mode 100644 src/components/tabs/TabsTabContainer.astro delete mode 100644 src/pages/index.astro diff --git a/.gitattributes b/.gitattributes index af3ad12..8859a11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ /.yarn/releases/* binary /.yarn/plugins/**/* binary /.pnp.* binary linguist-generated +README.md text \ No newline at end of file diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml new file mode 100644 index 0000000..c671903 --- /dev/null +++ b/.github/workflows/audit.yaml @@ -0,0 +1,14 @@ +name: yarn npm audit +on: [pull_request] +jobs: + yarn-npm-audit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + - run: yarn install --immutable + - name: Run yarn npm audit + run: yarn npm audit --severity moderate + continue-on-error: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..4358a8a --- /dev/null +++ b/.github/workflows/release.yaml @@ -0,0 +1,21 @@ +name: Publish Package to npmjs +on: + workflow_dispatch: + release: + types: [published] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + # Setup .npmrc file to publish to npm + - uses: actions/setup-node@v4 + with: + node-version: '20' + registry-url: 'https://registry.npmjs.org' + # Defaults to the user or organization that owns the workflow file + scope: '@chocolatey-software' + - run: yarn + - run: yarn npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d0f5291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "Astro", + "astrojs" + ] +} \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md index bd18af268b88322965052362176a4c6235b63cb0..cca1da2e7f9914f95ae54f234f6c77fa899429b8 100644 GIT binary patch literal 2072 zcmbtVVQbt*5dE%SG2k!F5$nF2Qb^s<8bVtdmli@mEA8mCiL|5cu6#bYAKy1CopNW2 zgVO{1bgP}2H*em|T+wYOjr1n*ff{|hHZcV$ip}QN-|pYu(0%73jX^$flL(JfWJ}`D z?e<(pmpGE~Ru=+4IkrzQa&f(p6$Ag2m;l^pz^V_t-E>UQzP!7~4@F4J+ zIza*#hJX%cd(-e-e$|v|KARoSr2Gj!1933`?4<`?i&SF~f;cR=M>C9QckIBW#a(W^ z^WhKrbdu|enJc@?0`svX4U^&$BF6(ka~PfeBPK~88I|jGGwJ%BA||Z{y~mh&-vl>i P^_bJbIxVP$?ql&Ub1c9< literal 4270 zcmcha%Wqp%5XMI=k-B5a;#3tXLBv-)R*{-C4bWDAKn;RLglflelQe!rw(~+=@Gr8< zg7!}VzTb?GkFR_4Xcy?p_PyuMoSFG%=9}Yx|G8($#@4fA8`;DTZK~g~UD&GbdN$B{ z-#UJO$38SZXlzP$D!GyFw{_RiJ@R8cfA71j>F!6}4fPr5ecyG_Z~HZ|178`+!a%ZJ z>Go!pl793459jt-N%CuT_Py+1(mu=f!dCWt$L`vW{UnP$`ITHc``@)Adn8*R@Q3|w zpUS_fu48$!W|gizX`SlRSJdn|SZ*Tyl}|o_ws9@LchHEn}Fi zCEHS*V6?4WhPvC;^Lb-5cs7ybRNsLXdXt)7OHqvELp`=##Yk30val+hJ&$$Ou^;G} zj9iT(dAZusv8>g7Shk*H{eO_9mXkg92%mUv3&s;wAoT!hO|`m+TB*kpf6=a#r;bqB ze+Tr6c1u3?RB<;|-G<|S>YXuE{yK^Z&9Qod-KOfc2g+Xb7=G5JmTNJ0IBw({`eUBy2(~0+G=BlUK13m_kB%K%f zzR)jHb^blB?fLm!?!J8M>xoXweusY}e=~BX7%KDl%o?`F9$9p7i4YFVo&~3Z#kss@ zwes(eKQUcN`GkjH((clmiFVIxA4rnxqq$bcYY^UH&-^~5iX3%=pXWlo^dTCHJHg1Y zU#SOV>hoYzvF0fTtB<4=d1VGBNiW)HYo)9Y!=o>mc?3~T*CeDIkON`b}B!* zZnsP+;wb*bi6%12o38svq{I;?Cb*eQEZ0Q6JFcpRoSoo~^~*P}gZl?UIeK$4&)}v! zBQp_Wc@J`6K$XBq)B*LvX)D(#&*VEZOkRJRQ;IHi2gYOVM0C_eVTV_GyX980CrK+e zU+8Tr2GEb{y;Tw!kGVDWo`#EI4iG7l z2hstPHT&AWvM=q6C7ajz2q!VSgTtFJ0LMpjsm0kFy|Jfvi`5$co#?h;FJ=d)6c`+q zYR=hpK4J$X$<$e+K0XG|WvN9!ON@*7_Qj=e7F@;D4~B^P0NV@M3+B(LT<2q%z)A6P zEyszE&u09yWk0Ako0zI_Yg?HHF_?+0?|F{!xc-Jo$y_>ei?{WW9*h5wX!q3<_=}H^ z^-P83^(3FkX<(6gvCJS?E~3de-Siti(%bn&`0(#!zbQuMWv&~}lk^3AJ(%TZW6t&8 z=`DT-m*;aGNEJMi{^RCz;-2ohiiDXTC+f_vP5&A~n*U@a2Q8o9(JL#m6DOdTzUQ%? jK`1Id+uYH4nW|?Vjg`H6CpXz`wpMve^! - - - diff --git a/src/components/Callout.astro b/src/components/Callout.astro new file mode 100644 index 0000000..4821098 --- /dev/null +++ b/src/components/Callout.astro @@ -0,0 +1,62 @@ +--- +import { z } from 'zod'; + +// Collapse - Define the schema +const calloutSchema = z.object({ + title: z.string().optional(), + type: z.enum(['none', 'info', 'success', 'warning', 'danger']) +}); + +// Collapse - Define the type +type Callout = z.infer; +type CalloutType = Callout['type']; + +interface Props { + content: Callout + type: CalloutType +} + +let { content, type } = Astro.props; +let icon = ''; + +let title = content ? content.title : ''; +type = type || content.type; + +switch (type) { + case 'info': + icon = 'info'; + title = title || 'NOTE'; + break; + case 'success': + icon = 'check'; + title = title || 'SUCCESS'; + break; + case 'warning': + icon = 'triangle-exclamation'; + title = title || 'WARNING'; + break; + case 'danger': + icon = 'xmark'; + title = title || 'DANGER'; + break; +} + +content = { + title, + type +} + +calloutSchema.parse(content); +--- + +
+ {(title && type !== 'none') && ( +
+ + + +

{title}

+
+ )} + +
diff --git a/src/components/CollapseButton.astro b/src/components/CollapseButton.astro new file mode 100644 index 0000000..89b37a0 --- /dev/null +++ b/src/components/CollapseButton.astro @@ -0,0 +1,28 @@ +--- +import { z } from 'zod'; + +// CollapseButton - Define the schema +const collapseButtonSchema = z.object({ + id: z.string(), + title: z.string(), + btnColor: z.enum(['primary', 'success', 'danger']).optional().default('primary'), + isActive: z.boolean().optional().default(false) +}); + +// CollapseButton - Define the type +type Collapse = z.infer; + +const { content } = Astro.props; + +interface Props { + content: Collapse +} + +// Validate the content +collapseButtonSchema.parse(content); +--- + + +
+ +
diff --git a/src/components/Iframe.astro b/src/components/Iframe.astro new file mode 100644 index 0000000..e498c38 --- /dev/null +++ b/src/components/Iframe.astro @@ -0,0 +1,48 @@ +--- +import { z } from 'zod'; + +// Iframe - Define the schema +const iframeSchema = z.object({ + title: z.string().optional(), + link: z.string().url(), + ratio: z.enum([ + '1x1', + '4x3', + '16x9', + '21x9', + '700x506', + '1200x630' + ]), +}); + +// Iframe - Define the type +type Iframe = z.infer; +type IframeTitle = Iframe['title']; +type IframeLink = Iframe['link']; +type IframeIframe = Iframe['ratio']; + +interface Props { + content: Iframe + title: IframeTitle, + link: IframeLink, + ratio: IframeIframe, +} + +let { content, title, link, ratio } = Astro.props; + +title = content && content.title ? content.title : title ? title : ''; +link = content ? content.link : link; +ratio = content ? content.ratio : ratio; + +content = { + title, + link, + ratio +} + +iframeSchema.parse(content); +--- + +
+ +
diff --git a/src/components/tabs/TabsPane.astro b/src/components/tabs/TabsPane.astro new file mode 100644 index 0000000..d5b6b7c --- /dev/null +++ b/src/components/tabs/TabsPane.astro @@ -0,0 +1,7 @@ +--- +const { content } = Astro.props; +--- + +
+ +
diff --git a/src/components/tabs/TabsPaneContainer.astro b/src/components/tabs/TabsPaneContainer.astro new file mode 100644 index 0000000..3860146 --- /dev/null +++ b/src/components/tabs/TabsPaneContainer.astro @@ -0,0 +1,7 @@ +--- + +--- + +
+ +
diff --git a/src/components/tabs/TabsTabContainer.astro b/src/components/tabs/TabsTabContainer.astro new file mode 100644 index 0000000..ffeda3b --- /dev/null +++ b/src/components/tabs/TabsTabContainer.astro @@ -0,0 +1,45 @@ +--- +import { z } from 'zod'; + +// Tabs - Define the schema +export const tabsSchema = z.object({ + id: z.string(), + title: z.string(), + isActive: z.boolean().optional().default(false), + updateAnchor: z.boolean().optional().default(true), + multiTab: z.string().optional() +}); + +// Tabs - Define the type +export type Tabs = z.infer; + +const { content, multi } = Astro.props; + +interface Props { + content: Tabs[], + multi: string +} + +if (multi === 'version') { + content.map((item, index: number) => { + item.multiTab = `{"choco-version": "choco-v${content.length - index}"}`; + }); +} + +content.map(item => { + item.updateAnchor = item.updateAnchor === false ? item.updateAnchor : true; + + // Validate the content + tabsSchema.parse(item); +}); +--- + + diff --git a/src/pages/index.astro b/src/pages/index.astro deleted file mode 100644 index 2d14107..0000000 --- a/src/pages/index.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- - ---- - - - - - - - - Astro - - -

Astro

- - diff --git a/tsconfig.json b/tsconfig.json index 3dfb926..d98ce98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,16 +1,16 @@ { - "extends": "astro/tsconfigs/strict", - "compilerOptions": { - "allowJs": true, - "baseUrl": ".", - "paths": { - "@content/*": ["src/content/*"], - "@components/*": ["src/components/*"], - "@config": ["src/config.ts"], - "@layouts/*": ["src/layouts/*"], - "@root/*": ["./*"], - "@styles/*": ["src/styles/*"], - "@scripts/*": ["src/scripts/*"] - } - } + "extends": "astro/tsconfigs/strict", + "compilerOptions": { + "allowJs": true, + "baseUrl": ".", + "paths": { + "@content/*": ["src/content/*"], + "@components/*": ["src/components/*"], + "@config": ["src/config.ts"], + "@layouts/*": ["src/layouts/*"], + "@root/*": ["./*"], + "@styles/*": ["src/styles/*"], + "@scripts/*": ["src/scripts/*"] + } + } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index d04250c..2ac3024 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,11 +15,11 @@ __metadata: languageName: node linkType: hard -"@astrojs/check@npm:^0.6.0": - version: 0.6.0 - resolution: "@astrojs/check@npm:0.6.0" +"@astrojs/check@npm:0.7.0": + version: 0.7.0 + resolution: "@astrojs/check@npm:0.7.0" dependencies: - "@astrojs/language-server": "npm:^2.9.0" + "@astrojs/language-server": "npm:^2.10.0" chokidar: "npm:^3.5.3" fast-glob: "npm:^3.3.1" kleur: "npm:^4.1.5" @@ -28,7 +28,7 @@ __metadata: typescript: ^5.0.0 bin: astro-check: dist/bin.js - checksum: 10c0/37730ec9cb073c763c4f0b47eeb6273756ede34c65bebec18d11f59a91e92128503638b84cb189798daba93e22100b209f6f6e112d1d3f3210f5936c45d41435 + checksum: 10c0/7e247dacb45fa8a0ac85ee5c95476e53fa8a1d73ef176913be9be10294dc4ccc535d96246e07c7f447d9a8f159b179e1b89c12c5c384228ec5e6a2d1f34590c4 languageName: node linkType: hard @@ -46,24 +46,24 @@ __metadata: languageName: node linkType: hard -"@astrojs/language-server@npm:^2.9.0": - version: 2.9.0 - resolution: "@astrojs/language-server@npm:2.9.0" +"@astrojs/language-server@npm:^2.10.0": + version: 2.10.0 + resolution: "@astrojs/language-server@npm:2.10.0" dependencies: "@astrojs/compiler": "npm:^2.7.0" "@jridgewell/sourcemap-codec": "npm:^1.4.15" - "@volar/kit": "npm:~2.2.1" - "@volar/language-core": "npm:~2.2.1" - "@volar/language-server": "npm:~2.2.1" - "@volar/language-service": "npm:~2.2.1" - "@volar/typescript": "npm:~2.2.1" + "@volar/kit": "npm:~2.2.3" + "@volar/language-core": "npm:~2.2.3" + "@volar/language-server": "npm:~2.2.3" + "@volar/language-service": "npm:~2.2.3" + "@volar/typescript": "npm:~2.2.3" fast-glob: "npm:^3.2.12" - volar-service-css: "npm:0.0.43" - volar-service-emmet: "npm:0.0.43" - volar-service-html: "npm:0.0.43" - volar-service-prettier: "npm:0.0.43" - volar-service-typescript: "npm:0.0.43" - volar-service-typescript-twoslash-queries: "npm:0.0.43" + volar-service-css: "npm:0.0.45" + volar-service-emmet: "npm:0.0.45" + volar-service-html: "npm:0.0.45" + volar-service-prettier: "npm:0.0.45" + volar-service-typescript: "npm:0.0.45" + volar-service-typescript-twoslash-queries: "npm:0.0.45" vscode-html-languageservice: "npm:^5.2.0" vscode-uri: "npm:^3.0.8" peerDependencies: @@ -76,7 +76,7 @@ __metadata: optional: true bin: astro-ls: bin/nodeServer.js - checksum: 10c0/272cbd6031d26f5014ee1c8288c3de0d40e23b717e2f103b9b8f8212d88145d90ffaa723918f5d3d618dd2c7f4d9e80a11486d62e2fc2df197724e666938d30a + checksum: 10c0/0fd7d9f9684b114cba65ddd56624e29d01178d03c13409533cb26b2fc46d07ea78272fd0bf8fa53cc2f78830ea564865d19a85119ecf719ecf7e31942fe92f58 languageName: node linkType: hard @@ -106,9 +106,9 @@ __metadata: languageName: node linkType: hard -"@astrojs/mdx@npm:^3.0.0": - version: 3.0.0 - resolution: "@astrojs/mdx@npm:3.0.0" +"@astrojs/mdx@npm:3.0.1": + version: 3.0.1 + resolution: "@astrojs/mdx@npm:3.0.1" dependencies: "@astrojs/markdown-remark": "npm:5.1.0" "@mdx-js/mdx": "npm:^3.0.1" @@ -127,7 +127,7 @@ __metadata: vfile: "npm:^6.0.1" peerDependencies: astro: ^4.8.0 - checksum: 10c0/2494a924cb7cf063b9cac625218d7b3a782e8bd4e642eb6a504934c3c88772e08fa96ea273dc355b4a7a556841171689952cf5a3acf9ad18c6e0a5892e2b4ba5 + checksum: 10c0/2641fe31439246ba93c401b84641320ac43dffaaf52d409d1f11123b513a2592cc8514e53046077774ff8c6fd626b7b5c42222defad7f0319ddd4bc9aea70c3f languageName: node linkType: hard @@ -140,14 +140,14 @@ __metadata: languageName: node linkType: hard -"@astrojs/sitemap@npm:^3.1.4": - version: 3.1.4 - resolution: "@astrojs/sitemap@npm:3.1.4" +"@astrojs/sitemap@npm:3.1.5": + version: 3.1.5 + resolution: "@astrojs/sitemap@npm:3.1.5" dependencies: sitemap: "npm:^7.1.1" stream-replace-string: "npm:^2.0.0" - zod: "npm:^3.22.4" - checksum: 10c0/883ce35c18957212c1c2d87048a3e783d3cbdf05a796a0af8d0dc6aa5f6fcf2e13d2adc152a9446beacf7ec90dac8f59d5cc932b615c062edff042350ec63fc7 + zod: "npm:^3.23.8" + checksum: 10c0/1ae7ff76f645cf30a40e80a93779583db79f2c85c81288f6785a76649fbd64f702a7067f7d450c5c40dbc443915f20320918e65f0ceb71f2b19ba76fa9a766b6 languageName: node linkType: hard @@ -166,271 +166,270 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.23.5, @babel/code-frame@npm:^7.24.2": - version: 7.24.2 - resolution: "@babel/code-frame@npm:7.24.2" +"@babel/code-frame@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/code-frame@npm:7.24.6" dependencies: - "@babel/highlight": "npm:^7.24.2" + "@babel/highlight": "npm:^7.24.6" picocolors: "npm:^1.0.0" - checksum: 10c0/d1d4cba89475ab6aab7a88242e1fd73b15ecb9f30c109b69752956434d10a26a52cbd37727c4eca104b6d45227bd1dfce39a6a6f4a14c9b2f07f871e968cf406 + checksum: 10c0/c93c6d1763530f415218c31d07359364397f19b70026abdff766164c21ed352a931cf07f3102c5fb9e04792de319e332d68bcb1f7debef601a02197f90f9ba24 languageName: node linkType: hard -"@babel/compat-data@npm:^7.23.5": - version: 7.24.4 - resolution: "@babel/compat-data@npm:7.24.4" - checksum: 10c0/9cd8a9cd28a5ca6db5d0e27417d609f95a8762b655e8c9c97fd2de08997043ae99f0139007083c5e607601c6122e8432c85fe391731b19bf26ad458fa0c60dd3 +"@babel/compat-data@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/compat-data@npm:7.24.6" + checksum: 10c0/f50abbd4008eb2a5d12139c578809cebbeaeb8e660fb12d546eb2e7c2108ae1836ab8339184a5f5ce0e95bf81bb91e18edce86b387c59db937b01693ec0bc774 languageName: node linkType: hard "@babel/core@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/core@npm:7.24.5" + version: 7.24.6 + resolution: "@babel/core@npm:7.24.6" dependencies: "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.24.2" - "@babel/generator": "npm:^7.24.5" - "@babel/helper-compilation-targets": "npm:^7.23.6" - "@babel/helper-module-transforms": "npm:^7.24.5" - "@babel/helpers": "npm:^7.24.5" - "@babel/parser": "npm:^7.24.5" - "@babel/template": "npm:^7.24.0" - "@babel/traverse": "npm:^7.24.5" - "@babel/types": "npm:^7.24.5" + "@babel/code-frame": "npm:^7.24.6" + "@babel/generator": "npm:^7.24.6" + "@babel/helper-compilation-targets": "npm:^7.24.6" + "@babel/helper-module-transforms": "npm:^7.24.6" + "@babel/helpers": "npm:^7.24.6" + "@babel/parser": "npm:^7.24.6" + "@babel/template": "npm:^7.24.6" + "@babel/traverse": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/e26ba810a77bc8e21579a12fc36c79a0a60554404dc9447f2d64eb1f26d181c48d3b97d39d9f158e9911ec7162a8280acfaf2b4b210e975f0dd4bd4dbb1ee159 + checksum: 10c0/e0762a8daef7f417494d555929418cfacd6848c7fc3310ec00e6dd8cecac20b7f590e760bfc9365d2af07874a3f5599832f9c9ff7f1a9d126a168f77ba67945a languageName: node linkType: hard -"@babel/generator@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/generator@npm:7.24.5" +"@babel/generator@npm:^7.24.5, @babel/generator@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/generator@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.24.5" + "@babel/types": "npm:^7.24.6" "@jridgewell/gen-mapping": "npm:^0.3.5" "@jridgewell/trace-mapping": "npm:^0.3.25" jsesc: "npm:^2.5.1" - checksum: 10c0/0d64f880150e7dfb92ceff2b4ac865f36aa1e295120920246492ffd0146562dabf79ba8699af1c8833f8a7954818d4d146b7b02f808df4d6024fb99f98b2f78d + checksum: 10c0/8d71a17b386536582354afba53cc784396458a88cc9f05f0c6de0ec99475f6f539943b3566b2e733820c4928236952473831765e483c25d68cc007a6e604d782 languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-annotate-as-pure@npm:7.22.5" +"@babel/helper-annotate-as-pure@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-annotate-as-pure@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10c0/5a80dc364ddda26b334bbbc0f6426cab647381555ef7d0cd32eb284e35b867c012ce6ce7d52a64672ed71383099c99d32765b3d260626527bb0e3470b0f58e45 + "@babel/types": "npm:^7.24.6" + checksum: 10c0/3fe446e3bd37e5e32152279c84ace4e83815e5b88b9e09a82a83974a0bb22e941d89db26b23aaab4c9eb0f9713772c2f6163feffc1bcb055c4cdb6b67e5dc82f languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.23.6": - version: 7.23.6 - resolution: "@babel/helper-compilation-targets@npm:7.23.6" +"@babel/helper-compilation-targets@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-compilation-targets@npm:7.24.6" dependencies: - "@babel/compat-data": "npm:^7.23.5" - "@babel/helper-validator-option": "npm:^7.23.5" + "@babel/compat-data": "npm:^7.24.6" + "@babel/helper-validator-option": "npm:^7.24.6" browserslist: "npm:^4.22.2" lru-cache: "npm:^5.1.1" semver: "npm:^6.3.1" - checksum: 10c0/ba38506d11185f48b79abf439462ece271d3eead1673dd8814519c8c903c708523428806f05f2ec5efd0c56e4e278698fac967e5a4b5ee842c32415da54bc6fa + checksum: 10c0/4d41150086959f5f4d72d27bae29204192e943537ecb71df1711d1f5d8791358a44f3a5882ed3c8238ba0c874b0b55213af43767e14771765f13b8d15b262432 languageName: node linkType: hard -"@babel/helper-environment-visitor@npm:^7.22.20": - version: 7.22.20 - resolution: "@babel/helper-environment-visitor@npm:7.22.20" - checksum: 10c0/e762c2d8f5d423af89bd7ae9abe35bd4836d2eb401af868a63bbb63220c513c783e25ef001019418560b3fdc6d9a6fb67e6c0b650bcdeb3a2ac44b5c3d2bdd94 +"@babel/helper-environment-visitor@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-environment-visitor@npm:7.24.6" + checksum: 10c0/fdcd18ac505ed71f40c05cc992b648a4495b0aa5310a774492a0f74d8dcf3579691102f516561a651d3de6c3a44fe64bfb3049d11c14c5857634ef1823ea409a languageName: node linkType: hard -"@babel/helper-function-name@npm:^7.23.0": - version: 7.23.0 - resolution: "@babel/helper-function-name@npm:7.23.0" +"@babel/helper-function-name@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-function-name@npm:7.24.6" dependencies: - "@babel/template": "npm:^7.22.15" - "@babel/types": "npm:^7.23.0" - checksum: 10c0/d771dd1f3222b120518176733c52b7cadac1c256ff49b1889dbbe5e3fed81db855b8cc4e40d949c9d3eae0e795e8229c1c8c24c0e83f27cfa6ee3766696c6428 + "@babel/template": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + checksum: 10c0/5ba2f8db789b3f5a2b2239300a217aa212e303cd7bfad9c8b90563807f49215e8c679e8f8f177b6aaca2038038e29bc702b83839e1f7b4896d79c44a75cac97a languageName: node linkType: hard -"@babel/helper-hoist-variables@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-hoist-variables@npm:7.22.5" +"@babel/helper-hoist-variables@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-hoist-variables@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 10c0/60a3077f756a1cd9f14eb89f0037f487d81ede2b7cfe652ea6869cd4ec4c782b0fb1de01b8494b9a2d2050e3d154d7d5ad3be24806790acfb8cbe2073bf1e208 + "@babel/types": "npm:^7.24.6" + checksum: 10c0/e10ec6b864aaa419ec4934f5fcb5d0cfcc9d0657584a1b6c3c42ada949d44ca6bffcdab433a90ada4396c747e551cca31ba0e565ea005ab3f50964e3817bf6cf languageName: node linkType: hard -"@babel/helper-module-imports@npm:^7.22.15, @babel/helper-module-imports@npm:^7.24.3": - version: 7.24.3 - resolution: "@babel/helper-module-imports@npm:7.24.3" +"@babel/helper-module-imports@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-module-imports@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.24.0" - checksum: 10c0/052c188adcd100f5e8b6ff0c9643ddaabc58b6700d3bbbc26804141ad68375a9f97d9d173658d373d31853019e65f62610239e3295cdd58e573bdcb2fded188d + "@babel/types": "npm:^7.24.6" + checksum: 10c0/e0db3fbfcd963d138f0792ff626f940a576fcf212d02b8fe6478dccf3421bd1c2a76f8e69c7450c049985e7b63b30be309a24eeeb6ad7c2137a31b676a095a84 languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/helper-module-transforms@npm:7.24.5" +"@babel/helper-module-transforms@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-module-transforms@npm:7.24.6" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-module-imports": "npm:^7.24.3" - "@babel/helper-simple-access": "npm:^7.24.5" - "@babel/helper-split-export-declaration": "npm:^7.24.5" - "@babel/helper-validator-identifier": "npm:^7.24.5" + "@babel/helper-environment-visitor": "npm:^7.24.6" + "@babel/helper-module-imports": "npm:^7.24.6" + "@babel/helper-simple-access": "npm:^7.24.6" + "@babel/helper-split-export-declaration": "npm:^7.24.6" + "@babel/helper-validator-identifier": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/6e77d72f62b7e87abaea800ea0bccd4d54cde26485750969f5f493c032eb63251eb50c3522cace557781565d51c1d0c4bcc866407d24becfb109c18fb92c978d + checksum: 10c0/9e2e3d0ddb397b36b9e8c7d94e175a36be8cb888ef370cefef2cdfd53ae1f87d567b268bd90ed9a6c706485a8de3da19cac577657613e9cd17210b91cbdfb00b languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.0": - version: 7.24.5 - resolution: "@babel/helper-plugin-utils@npm:7.24.5" - checksum: 10c0/4ae40094e6a2f183281213344f4df60c66b16b19a2bc38d2bb11810a6dc0a0e7ec638957d0e433ff8b615775b8f3cd1b7edbf59440d1b50e73c389fc22913377 +"@babel/helper-plugin-utils@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-plugin-utils@npm:7.24.6" + checksum: 10c0/636d3ce8cabc0621c1f78187e1d95f1087209921fa452f76aad06224ef5dffb3d934946f5183109920f32a4b94dd75ac91c63bc52813fee639d10cd54d49ba1f languageName: node linkType: hard -"@babel/helper-simple-access@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/helper-simple-access@npm:7.24.5" +"@babel/helper-simple-access@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-simple-access@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.24.5" - checksum: 10c0/d96a0ab790a400f6c2dcbd9457b9ca74b9ba6d0f67ff9cd5bcc73792c8fbbd0847322a0dddbd8987dd98610ee1637c680938c7d83d3ffce7d06d7519d823d996 + "@babel/types": "npm:^7.24.6" + checksum: 10c0/b17e404dd6c9787fc7d558aea5222471a77e29596705f0d10b4c2a58b9d71ff7eae915094204848cc1af99b771553caa69337a768b9abdd82b54a0050ba83eb9 languageName: node linkType: hard -"@babel/helper-split-export-declaration@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/helper-split-export-declaration@npm:7.24.5" +"@babel/helper-split-export-declaration@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-split-export-declaration@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.24.5" - checksum: 10c0/d7a812d67d031a348f3fb0e6263ce2dbe6038f81536ba7fb16db385383bcd6542b71833194303bf6d3d0e4f7b6b584c9c8fae8772122e2ce68fc9bdf07f4135d + "@babel/types": "npm:^7.24.6" + checksum: 10c0/53a5dd8691fdffc89cc7fcf5aed0ad1d8bc39796a5782a3d170dcbf249eb5c15cc8a290e8d09615711d18798ad04a7d0694ab5195d35fa651abbc1b9c885d6a8 languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/helper-string-parser@npm:7.24.1" - checksum: 10c0/2f9bfcf8d2f9f083785df0501dbab92770111ece2f90d120352fda6dd2a7d47db11b807d111e6f32aa1ba6d763fe2dc6603d153068d672a5d0ad33ca802632b2 +"@babel/helper-string-parser@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-string-parser@npm:7.24.6" + checksum: 10c0/95115bf676e92c4e99166395649108d97447e6cabef1fabaec8cdbc53a43f27b5df2268ff6534439d405bc1bd06685b163eb3b470455bd49f69159dada414145 languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/helper-validator-identifier@npm:7.24.5" - checksum: 10c0/05f957229d89ce95a137d04e27f7d0680d84ae48b6ad830e399db0779341f7d30290f863a93351b4b3bde2166737f73a286ea42856bb07c8ddaa95600d38645c +"@babel/helper-validator-identifier@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-validator-identifier@npm:7.24.6" + checksum: 10c0/d29d2e3fca66c31867a009014169b93f7bc21c8fc1dd7d0b9d85d7a4000670526ff2222d966febb75a6e12f9859a31d1e75b558984e28ecb69651314dd0a6fd1 languageName: node linkType: hard -"@babel/helper-validator-option@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/helper-validator-option@npm:7.23.5" - checksum: 10c0/af45d5c0defb292ba6fd38979e8f13d7da63f9623d8ab9ededc394f67eb45857d2601278d151ae9affb6e03d5d608485806cd45af08b4468a0515cf506510e94 +"@babel/helper-validator-option@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-validator-option@npm:7.24.6" + checksum: 10c0/787268dff5cf77f3b704454b96ab7b58aa4f43b2808247e51859a103a1c28a9c252100f830433f4b37a73f4a61ba745bbeef4cdccbab48c1e9adf037f4ca3491 languageName: node linkType: hard -"@babel/helpers@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/helpers@npm:7.24.5" +"@babel/helpers@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helpers@npm:7.24.6" dependencies: - "@babel/template": "npm:^7.24.0" - "@babel/traverse": "npm:^7.24.5" - "@babel/types": "npm:^7.24.5" - checksum: 10c0/0630b0223c3a9a34027ddc05b3bac54d68d5957f84e92d2d4814b00448a76e12f9188f9c85cfce2011696d82a8ffcbd8189da097c0af0181d32eb27eca34185e + "@babel/template": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + checksum: 10c0/e5b5c0919fd6fa56ae11c15a72962d8de0ac19db524849554af28cf08ac32f9ae5aee49a43146eb150f54418cefb8e890fa2b2f33d029434dc7777dbcdfd5bac languageName: node linkType: hard -"@babel/highlight@npm:^7.24.2": - version: 7.24.5 - resolution: "@babel/highlight@npm:7.24.5" +"@babel/highlight@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/highlight@npm:7.24.6" dependencies: - "@babel/helper-validator-identifier": "npm:^7.24.5" + "@babel/helper-validator-identifier": "npm:^7.24.6" chalk: "npm:^2.4.2" js-tokens: "npm:^4.0.0" picocolors: "npm:^1.0.0" - checksum: 10c0/e98047d3ad24608bfa596d000c861a2cc875af897427f2833b91a4e0d4cead07301a7ec15fa26093dcd61e036e2eed2db338ae54f93016fe0dc785fadc4159db + checksum: 10c0/5bbc31695e5d44e97feb267f7aaf4c52908560d184ffeb2e2e57aae058d40125592931883889413e19def3326895ddb41ff45e090fa90b459d8c294b4ffc238c languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/parser@npm:7.24.5" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.24.5, @babel/parser@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/parser@npm:7.24.6" bin: parser: ./bin/babel-parser.js - checksum: 10c0/8333a6ad5328bad34fa0e12bcee147c3345ea9a438c0909e7c68c6cfbea43c464834ffd7eabd1cbc1c62df0a558e22ffade9f5b29440833ba7b33d96a71f88c0 + checksum: 10c0/cbef70923078a20fe163b03f4a6482be65ed99d409a57f3091a23ce3a575ee75716c30e7ea9f40b692ac5660f34055f4cbeb66a354fad15a6cf1fca35c3496c5 languageName: node linkType: hard -"@babel/plugin-syntax-jsx@npm:^7.23.3": - version: 7.24.1 - resolution: "@babel/plugin-syntax-jsx@npm:7.24.1" +"@babel/plugin-syntax-jsx@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/plugin-syntax-jsx@npm:7.24.6" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" + "@babel/helper-plugin-utils": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/6cec76fbfe6ca81c9345c2904d8d9a8a0df222f9269f0962ed6eb2eb8f3f10c2f15e993d1ef09dbaf97726bf1792b5851cf5bd9a769f966a19448df6be95d19a + checksum: 10c0/f00d783a9e2d52f0a8797823a3cbdbe2d0dc09c7235fe8c88e6dce3a02f234f52fb5e976a001cc30b0e2b330590b5680f54436e56d67f9ab05d1e4bdeb3992cd languageName: node linkType: hard "@babel/plugin-transform-react-jsx@npm:^7.23.4": - version: 7.23.4 - resolution: "@babel/plugin-transform-react-jsx@npm:7.23.4" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-module-imports": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-jsx": "npm:^7.23.3" - "@babel/types": "npm:^7.23.4" + version: 7.24.6 + resolution: "@babel/plugin-transform-react-jsx@npm:7.24.6" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.6" + "@babel/helper-module-imports": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/plugin-syntax-jsx": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/8851b3adc515cd91bdb06ff3a23a0f81f0069cfef79dfb3fa744da4b7a82e3555ccb6324c4fa71ecf22508db13b9ff6a0ed96675f95fc87903b9fc6afb699580 + checksum: 10c0/6144f56a76529a82077475583a17be8f0b0b461c83673e650f3894e09dbe2bcdfdbfff089eca2e5e239e119f72cd9562749a9af7eb3f2e3266a730da31cd19f2 languageName: node linkType: hard -"@babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0": - version: 7.24.0 - resolution: "@babel/template@npm:7.24.0" +"@babel/template@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/template@npm:7.24.6" dependencies: - "@babel/code-frame": "npm:^7.23.5" - "@babel/parser": "npm:^7.24.0" - "@babel/types": "npm:^7.24.0" - checksum: 10c0/9d3dd8d22fe1c36bc3bdef6118af1f4b030aaf6d7d2619f5da203efa818a2185d717523486c111de8d99a8649ddf4bbf6b2a7a64962d8411cf6a8fa89f010e54 + "@babel/code-frame": "npm:^7.24.6" + "@babel/parser": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + checksum: 10c0/a4d5805770de908b445f7cdcebfcb6eaa07b1ec9c7b78fd3f375a911b1522c249bddae6b96bc4aac24247cc603e3e6cffcf2fe50b4c929dfeb22de289b517525 languageName: node linkType: hard -"@babel/traverse@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/traverse@npm:7.24.5" +"@babel/traverse@npm:^7.24.5, @babel/traverse@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/traverse@npm:7.24.6" dependencies: - "@babel/code-frame": "npm:^7.24.2" - "@babel/generator": "npm:^7.24.5" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-hoist-variables": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.24.5" - "@babel/parser": "npm:^7.24.5" - "@babel/types": "npm:^7.24.5" + "@babel/code-frame": "npm:^7.24.6" + "@babel/generator": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.6" + "@babel/helper-function-name": "npm:^7.24.6" + "@babel/helper-hoist-variables": "npm:^7.24.6" + "@babel/helper-split-export-declaration": "npm:^7.24.6" + "@babel/parser": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" debug: "npm:^4.3.1" globals: "npm:^11.1.0" - checksum: 10c0/3f22534bc2b2ed9208e55ef48af3b32939032b23cb9dc4037447cb108640df70bbb0b9fea86e9c58648949fdc2cb14e89aa79ffa3c62a5dd43459a52fe8c01d1 + checksum: 10c0/39027d5fc7a241c6b71bb5872c2bdcec53743cd7ef3c151bbe6fd7cf874d15f4bc09e5d7e19e2f534b0eb2c115f5368553885fa4253aa1bc9441c6e5bf9efdaf languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.4, @babel/types@npm:^7.24.0, @babel/types@npm:^7.24.5, @babel/types@npm:^7.8.3": - version: 7.24.5 - resolution: "@babel/types@npm:7.24.5" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.5, @babel/types@npm:^7.24.6, @babel/types@npm:^7.8.3": + version: 7.24.6 + resolution: "@babel/types@npm:7.24.6" dependencies: - "@babel/helper-string-parser": "npm:^7.24.1" - "@babel/helper-validator-identifier": "npm:^7.24.5" + "@babel/helper-string-parser": "npm:^7.24.6" + "@babel/helper-validator-identifier": "npm:^7.24.6" to-fast-properties: "npm:^2.0.0" - checksum: 10c0/e1284eb046c5e0451b80220d1200e2327e0a8544a2fe45bb62c952e5fdef7099c603d2336b17b6eac3cc046b7a69bfbce67fe56e1c0ea48cd37c65cb88638f2a + checksum: 10c0/1d94d92d97ef49030ad7f9e14cfccfeb70b1706dabcaa69037e659ec9d2c3178fb005d2088cce40d88dfc1306153d9157fe038a79ea2be92e5e6b99a59ef80cc languageName: node linkType: hard @@ -452,19 +451,52 @@ __metadata: languageName: node linkType: hard -"@emmetio/scanner@npm:^1.0.4": +"@emmetio/css-parser@npm:^0.4.0": + version: 0.4.0 + resolution: "@emmetio/css-parser@npm:0.4.0" + dependencies: + "@emmetio/stream-reader": "npm:^2.2.0" + "@emmetio/stream-reader-utils": "npm:^0.1.0" + checksum: 10c0/44606cb3220c4d1c910439271c5cf903ec89ce602fa25c527a25e8a744ca8e84df3ffbb82d3b44923b890884a7f889eff34c462568e5866e2ab5d98dda99c6f0 + languageName: node + linkType: hard + +"@emmetio/html-matcher@npm:^1.3.0": + version: 1.3.0 + resolution: "@emmetio/html-matcher@npm:1.3.0" + dependencies: + "@emmetio/scanner": "npm:^1.0.0" + checksum: 10c0/354f6d4d52ffb124883cc350d6a09942f2ec352b03dfb928ba8c3078b0f570041b6095367367094a307388c158e6b053565c09a9c1db699517801435a0eadb5c + languageName: node + linkType: hard + +"@emmetio/scanner@npm:^1.0.0, @emmetio/scanner@npm:^1.0.4": version: 1.0.4 resolution: "@emmetio/scanner@npm:1.0.4" checksum: 10c0/ae6244e563caaff0f88d7afefc33fd6cfb7cc767ce914b54d35b46002637948cfc65951dba6d6941328afa54c721c225836fafce2de40fb7643660ba09fe7372 languageName: node linkType: hard -"@emnapi/runtime@npm:^1.1.0": - version: 1.1.1 - resolution: "@emnapi/runtime@npm:1.1.1" +"@emmetio/stream-reader-utils@npm:^0.1.0": + version: 0.1.0 + resolution: "@emmetio/stream-reader-utils@npm:0.1.0" + checksum: 10c0/8630a066200976aa07ce25708484e5c2458182961280dc4637a7a6e98e1f3bb59fb7bf3bf26380f74c6ff1fd40d3dbf1143f21c721833199e45f669614a33b87 + languageName: node + linkType: hard + +"@emmetio/stream-reader@npm:^2.2.0": + version: 2.2.0 + resolution: "@emmetio/stream-reader@npm:2.2.0" + checksum: 10c0/d1a5c83b1ef062ce89b48e1fc170cd5f21b0dfa6132dc41421ef7eda455563227c047977cd4c7b70f072fa73b5af553b04cafe381c600df9bd17c58ca8238e8b + languageName: node + linkType: hard + +"@emnapi/runtime@npm:^1.1.1": + version: 1.2.0 + resolution: "@emnapi/runtime@npm:1.2.0" dependencies: tslib: "npm:^2.4.0" - checksum: 10c0/c11ee57abf0ec643e64ccdace4b4fcc0b0c7b1117a191f969e84ae3669841aa90d2c17fa35b73f5a66fc0c843c8caca7bf11187faaeaa526bcfb7dbfb9b85de9 + checksum: 10c0/7005ff8b67724c9e61b6cd79a3decbdb2ce25d24abd4d3d187472f200ee6e573329c30264335125fb136bd813aa9cf9f4f7c9391d04b07dd1e63ce0a3427be57 languageName: node linkType: hard @@ -475,9 +507,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/aix-ppc64@npm:0.21.2" +"@esbuild/aix-ppc64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/aix-ppc64@npm:0.21.4" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard @@ -489,9 +521,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/android-arm64@npm:0.21.2" +"@esbuild/android-arm64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/android-arm64@npm:0.21.4" conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -503,9 +535,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/android-arm@npm:0.21.2" +"@esbuild/android-arm@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/android-arm@npm:0.21.4" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -517,9 +549,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/android-x64@npm:0.21.2" +"@esbuild/android-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/android-x64@npm:0.21.4" conditions: os=android & cpu=x64 languageName: node linkType: hard @@ -531,9 +563,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/darwin-arm64@npm:0.21.2" +"@esbuild/darwin-arm64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/darwin-arm64@npm:0.21.4" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -545,9 +577,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/darwin-x64@npm:0.21.2" +"@esbuild/darwin-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/darwin-x64@npm:0.21.4" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -559,9 +591,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/freebsd-arm64@npm:0.21.2" +"@esbuild/freebsd-arm64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/freebsd-arm64@npm:0.21.4" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard @@ -573,9 +605,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/freebsd-x64@npm:0.21.2" +"@esbuild/freebsd-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/freebsd-x64@npm:0.21.4" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -587,9 +619,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-arm64@npm:0.21.2" +"@esbuild/linux-arm64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-arm64@npm:0.21.4" conditions: os=linux & cpu=arm64 languageName: node linkType: hard @@ -601,9 +633,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-arm@npm:0.21.2" +"@esbuild/linux-arm@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-arm@npm:0.21.4" conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -615,9 +647,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-ia32@npm:0.21.2" +"@esbuild/linux-ia32@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-ia32@npm:0.21.4" conditions: os=linux & cpu=ia32 languageName: node linkType: hard @@ -629,9 +661,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-loong64@npm:0.21.2" +"@esbuild/linux-loong64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-loong64@npm:0.21.4" conditions: os=linux & cpu=loong64 languageName: node linkType: hard @@ -643,9 +675,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-mips64el@npm:0.21.2" +"@esbuild/linux-mips64el@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-mips64el@npm:0.21.4" conditions: os=linux & cpu=mips64el languageName: node linkType: hard @@ -657,9 +689,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-ppc64@npm:0.21.2" +"@esbuild/linux-ppc64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-ppc64@npm:0.21.4" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard @@ -671,9 +703,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-riscv64@npm:0.21.2" +"@esbuild/linux-riscv64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-riscv64@npm:0.21.4" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard @@ -685,9 +717,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-s390x@npm:0.21.2" +"@esbuild/linux-s390x@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-s390x@npm:0.21.4" conditions: os=linux & cpu=s390x languageName: node linkType: hard @@ -699,9 +731,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/linux-x64@npm:0.21.2" +"@esbuild/linux-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/linux-x64@npm:0.21.4" conditions: os=linux & cpu=x64 languageName: node linkType: hard @@ -713,9 +745,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/netbsd-x64@npm:0.21.2" +"@esbuild/netbsd-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/netbsd-x64@npm:0.21.4" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard @@ -727,9 +759,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/openbsd-x64@npm:0.21.2" +"@esbuild/openbsd-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/openbsd-x64@npm:0.21.4" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard @@ -741,9 +773,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/sunos-x64@npm:0.21.2" +"@esbuild/sunos-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/sunos-x64@npm:0.21.4" conditions: os=sunos & cpu=x64 languageName: node linkType: hard @@ -755,9 +787,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/win32-arm64@npm:0.21.2" +"@esbuild/win32-arm64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/win32-arm64@npm:0.21.4" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -769,9 +801,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/win32-ia32@npm:0.21.2" +"@esbuild/win32-ia32@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/win32-ia32@npm:0.21.4" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -783,16 +815,16 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.21.2": - version: 0.21.2 - resolution: "@esbuild/win32-x64@npm:0.21.2" +"@esbuild/win32-x64@npm:0.21.4": + version: 0.21.4 + resolution: "@esbuild/win32-x64@npm:0.21.4" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@img/sharp-darwin-arm64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-darwin-arm64@npm:0.33.3" +"@img/sharp-darwin-arm64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-darwin-arm64@npm:0.33.4" dependencies: "@img/sharp-libvips-darwin-arm64": "npm:1.0.2" dependenciesMeta: @@ -802,9 +834,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-darwin-x64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-darwin-x64@npm:0.33.3" +"@img/sharp-darwin-x64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-darwin-x64@npm:0.33.4" dependencies: "@img/sharp-libvips-darwin-x64": "npm:1.0.2" dependenciesMeta: @@ -870,9 +902,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-arm64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-linux-arm64@npm:0.33.3" +"@img/sharp-linux-arm64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-linux-arm64@npm:0.33.4" dependencies: "@img/sharp-libvips-linux-arm64": "npm:1.0.2" dependenciesMeta: @@ -882,9 +914,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-arm@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-linux-arm@npm:0.33.3" +"@img/sharp-linux-arm@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-linux-arm@npm:0.33.4" dependencies: "@img/sharp-libvips-linux-arm": "npm:1.0.2" dependenciesMeta: @@ -894,9 +926,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-s390x@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-linux-s390x@npm:0.33.3" +"@img/sharp-linux-s390x@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-linux-s390x@npm:0.33.4" dependencies: "@img/sharp-libvips-linux-s390x": "npm:1.0.2" dependenciesMeta: @@ -906,9 +938,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linux-x64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-linux-x64@npm:0.33.3" +"@img/sharp-linux-x64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-linux-x64@npm:0.33.4" dependencies: "@img/sharp-libvips-linux-x64": "npm:1.0.2" dependenciesMeta: @@ -918,9 +950,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linuxmusl-arm64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-linuxmusl-arm64@npm:0.33.3" +"@img/sharp-linuxmusl-arm64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-linuxmusl-arm64@npm:0.33.4" dependencies: "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.2" dependenciesMeta: @@ -930,9 +962,9 @@ __metadata: languageName: node linkType: hard -"@img/sharp-linuxmusl-x64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-linuxmusl-x64@npm:0.33.3" +"@img/sharp-linuxmusl-x64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-linuxmusl-x64@npm:0.33.4" dependencies: "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.2" dependenciesMeta: @@ -942,25 +974,25 @@ __metadata: languageName: node linkType: hard -"@img/sharp-wasm32@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-wasm32@npm:0.33.3" +"@img/sharp-wasm32@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-wasm32@npm:0.33.4" dependencies: - "@emnapi/runtime": "npm:^1.1.0" + "@emnapi/runtime": "npm:^1.1.1" conditions: cpu=wasm32 languageName: node linkType: hard -"@img/sharp-win32-ia32@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-win32-ia32@npm:0.33.3" +"@img/sharp-win32-ia32@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-win32-ia32@npm:0.33.4" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@img/sharp-win32-x64@npm:0.33.3": - version: 0.33.3 - resolution: "@img/sharp-win32-x64@npm:0.33.3" +"@img/sharp-win32-x64@npm:0.33.4": + version: 0.33.4 + resolution: "@img/sharp-win32-x64@npm:0.33.4" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1108,122 +1140,122 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.17.2" +"@rollup/rollup-android-arm-eabi@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.18.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-android-arm64@npm:4.17.2" +"@rollup/rollup-android-arm64@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-android-arm64@npm:4.18.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-darwin-arm64@npm:4.17.2" +"@rollup/rollup-darwin-arm64@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.18.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-darwin-x64@npm:4.17.2" +"@rollup/rollup-darwin-x64@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.18.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.17.2" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.18.0" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.17.2" +"@rollup/rollup-linux-arm-musleabihf@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.18.0" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.17.2" +"@rollup/rollup-linux-arm64-gnu@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.18.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.17.2" +"@rollup/rollup-linux-arm64-musl@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.18.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.17.2" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.17.2" +"@rollup/rollup-linux-riscv64-gnu@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.18.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.17.2" +"@rollup/rollup-linux-s390x-gnu@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.18.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.17.2" +"@rollup/rollup-linux-x64-gnu@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.18.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.17.2" +"@rollup/rollup-linux-x64-musl@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.18.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.17.2" +"@rollup/rollup-win32-arm64-msvc@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.18.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.17.2" +"@rollup/rollup-win32-ia32-msvc@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.18.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.17.2": - version: 4.17.2 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.17.2" +"@rollup/rollup-win32-x64-msvc@npm:4.18.0": + version: 4.18.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.18.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@shikijs/core@npm:1.5.2": - version: 1.5.2 - resolution: "@shikijs/core@npm:1.5.2" - checksum: 10c0/d5990ccd53b40fed54060b7a92c778e8a48cb0f722b464105ac1d5bf2a85006a9fed1269ac2e2f5d0e7f028aec2e356bf3702e8f0cdcd5a0ef0630c76a7170dd +"@shikijs/core@npm:1.6.2": + version: 1.6.2 + resolution: "@shikijs/core@npm:1.6.2" + checksum: 10c0/011068de5299c3f8508ccb6cb0432b573bedd521a9d66e4ba1b8ed28960d7a7a7c813a566452ca0959aab159793bec658c2c1f06cb0b4eff2885794dea72cfb6 languageName: node linkType: hard @@ -1269,11 +1301,11 @@ __metadata: linkType: hard "@types/babel__traverse@npm:*": - version: 7.20.5 - resolution: "@types/babel__traverse@npm:7.20.5" + version: 7.20.6 + resolution: "@types/babel__traverse@npm:7.20.6" dependencies: "@babel/types": "npm:^7.20.7" - checksum: 10c0/033abcb2f4c084ad33e30c3efaad82161240f351e3c71b6154ed289946b33b363696c0fbd42502b68e4582a87413c418321f40eb1ea863e34fe525641345e05b + checksum: 10c0/7ba7db61a53e28cac955aa99af280d2600f15a8c056619c05b6fc911cbe02c61aa4f2823299221b23ce0cce00b294c0e5f618ec772aa3f247523c2e48cf7b888 languageName: node linkType: hard @@ -1360,11 +1392,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 20.12.12 - resolution: "@types/node@npm:20.12.12" + version: 20.14.1 + resolution: "@types/node@npm:20.14.1" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/f374b763c744e8f16e4f38cf6e2c0eef31781ec9228c9e43a6f267880fea420fab0a238b59f10a7cb3444e49547c5e3785787e371fc242307310995b21988812 + checksum: 10c0/12b7879047f50cc217bbea3add7c45e542070f6e9fb2092be97542152b7022512bcb2bf848d04f77e295c4c8699acd484e79a4a4dbe9bcfa4e89dd543d530611 languageName: node linkType: hard @@ -1405,38 +1437,38 @@ __metadata: languageName: node linkType: hard -"@volar/kit@npm:~2.2.1": - version: 2.2.2 - resolution: "@volar/kit@npm:2.2.2" +"@volar/kit@npm:~2.2.3": + version: 2.2.5 + resolution: "@volar/kit@npm:2.2.5" dependencies: - "@volar/language-service": "npm:2.2.2" - "@volar/typescript": "npm:2.2.2" + "@volar/language-service": "npm:2.2.5" + "@volar/typescript": "npm:2.2.5" typesafe-path: "npm:^0.2.2" vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" peerDependencies: typescript: "*" - checksum: 10c0/e2423f6dc28b9514308e059edfa0e160cdd9313e6cb1860d7f1d09453c3078f727bc59b55ec385d3acc47d4c1d0d0454657eab874453d19a5f6cc906d8e420f4 + checksum: 10c0/c5b1d7ef80d7df2f35bff43f3aa8712bcfd6b08e204c7dd81285d6098501c0017a12730ce08a0b680121741b0d5322100b05285229689ddd8d836b0ff98df0eb languageName: node linkType: hard -"@volar/language-core@npm:2.2.2, @volar/language-core@npm:~2.2.1": - version: 2.2.2 - resolution: "@volar/language-core@npm:2.2.2" +"@volar/language-core@npm:2.2.5, @volar/language-core@npm:~2.2.3": + version: 2.2.5 + resolution: "@volar/language-core@npm:2.2.5" dependencies: - "@volar/source-map": "npm:2.2.2" - checksum: 10c0/e921772ffbd21f16b6aa48f2ea1b118f8b04af2738bba59e1629de5521bc7b4f543252173dbb6136a98d302b5babab92191a4f07c4a47f553645802e89be833c + "@volar/source-map": "npm:2.2.5" + checksum: 10c0/239dd85f7577e9238cf9ee2140730dc670a22cca265d49632175fcd0344f0b35aa4d0c3bb1adb9f2ebe386d15d45cfdf5fa4191dfe6f35a482740287a2e00346 languageName: node linkType: hard -"@volar/language-server@npm:~2.2.1": - version: 2.2.2 - resolution: "@volar/language-server@npm:2.2.2" +"@volar/language-server@npm:~2.2.3": + version: 2.2.5 + resolution: "@volar/language-server@npm:2.2.5" dependencies: - "@volar/language-core": "npm:2.2.2" - "@volar/language-service": "npm:2.2.2" - "@volar/snapshot-document": "npm:2.2.2" - "@volar/typescript": "npm:2.2.2" + "@volar/language-core": "npm:2.2.5" + "@volar/language-service": "npm:2.2.5" + "@volar/snapshot-document": "npm:2.2.5" + "@volar/typescript": "npm:2.2.5" "@vscode/l10n": "npm:^0.0.16" path-browserify: "npm:^1.0.1" request-light: "npm:^0.7.0" @@ -1444,48 +1476,48 @@ __metadata: vscode-languageserver-protocol: "npm:^3.17.5" vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" - checksum: 10c0/0e6525edb7ee975c89e73e3811be481bc0d48182624c06d2ae9e9804cdf727ece46ba576e7adda29c17ab2f204f4e98189631e874fecba5a04d2bd1090906cd4 + checksum: 10c0/642718d89f95524f4044e91f123cdb3fe108b6fc575b4afa0fdd5d1c5223a54b33d9b0edcf313c8f8c0e2e0dc9665db583188114c46a44535504711ad28601b0 languageName: node linkType: hard -"@volar/language-service@npm:2.2.2, @volar/language-service@npm:~2.2.1": - version: 2.2.2 - resolution: "@volar/language-service@npm:2.2.2" +"@volar/language-service@npm:2.2.5, @volar/language-service@npm:~2.2.3": + version: 2.2.5 + resolution: "@volar/language-service@npm:2.2.5" dependencies: - "@volar/language-core": "npm:2.2.2" + "@volar/language-core": "npm:2.2.5" vscode-languageserver-protocol: "npm:^3.17.5" vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" - checksum: 10c0/8a6775a34bd75ffe84ced10aa4175a9b47cf5193950bfc688c1646d0cce21414b1b403e588d27a7cc6f16993bb92296abc106e25c7996b6391d2cd2cb5373ac7 + checksum: 10c0/1a248c946e59ec1fdaa3038cdd8e70c20613e92c0b6ea65e312d2f6f5c9b9f1cdf1f33ccd6aa3272fc6b3b082ca99a87a545b0c0885e740b6e46f8a22cca8d0d languageName: node linkType: hard -"@volar/snapshot-document@npm:2.2.2": - version: 2.2.2 - resolution: "@volar/snapshot-document@npm:2.2.2" +"@volar/snapshot-document@npm:2.2.5": + version: 2.2.5 + resolution: "@volar/snapshot-document@npm:2.2.5" dependencies: vscode-languageserver-protocol: "npm:^3.17.5" vscode-languageserver-textdocument: "npm:^1.0.11" - checksum: 10c0/84f35bc204dae2a7642ad8ddb158985e4348096f8ede4fc0506ad49f35c749280b7db2e8d09885443be2ae3b94595db6b934ef1cffce71d0bc2c7b1b081a04cf + checksum: 10c0/0d876c6985b331fcc480ba1a7798569fe8e5e40319eb0810dc8671c359caf06fa4e302cb618e4cc9c26fa095661eae9e1ab4de4c2b1b222cfb2376568ae67120 languageName: node linkType: hard -"@volar/source-map@npm:2.2.2": - version: 2.2.2 - resolution: "@volar/source-map@npm:2.2.2" +"@volar/source-map@npm:2.2.5": + version: 2.2.5 + resolution: "@volar/source-map@npm:2.2.5" dependencies: muggle-string: "npm:^0.4.0" - checksum: 10c0/c827d825f960c56e152fbe26d609f0cbab7ece301e1855f14e6716dc5ef198a732a37f2dfdf0914102c69bf8954d6d79b663d363072e8b01beeaa7f169e477c2 + checksum: 10c0/1cce8c5159708ae644e2603e7cf67cd49f41dcef2822601fc25856aa94d52f6e8791c36dad220ea47f601dfe332de53e36ae290144aa60f43edd5e00b7c6fd23 languageName: node linkType: hard -"@volar/typescript@npm:2.2.2, @volar/typescript@npm:~2.2.1": - version: 2.2.2 - resolution: "@volar/typescript@npm:2.2.2" +"@volar/typescript@npm:2.2.5, @volar/typescript@npm:~2.2.3": + version: 2.2.5 + resolution: "@volar/typescript@npm:2.2.5" dependencies: - "@volar/language-core": "npm:2.2.2" + "@volar/language-core": "npm:2.2.5" path-browserify: "npm:^1.0.1" - checksum: 10c0/3f558e6ecd2cd7cfbd37bc6bf83f20db6cd33f5ad05c6ad2c4fe6c2e98e3148f8253ff2ce64890ad23c3cbb19135ee5c539b240742d2507d7dc749b0eecbc6fc + checksum: 10c0/95beb3c514ba08a658eb88c22befb81e67b07a6e5ea1c0af3cf5f0c1954b5ea8b6fb752062a83d2212d25621c43ddaacd65fcfaf9a5480791f8165324b3ef4ec languageName: node linkType: hard @@ -1666,9 +1698,9 @@ __metadata: languageName: node linkType: hard -"astro@npm:^4.8.3": - version: 4.8.3 - resolution: "astro@npm:4.8.3" +"astro@npm:4.9.2": + version: 4.9.2 + resolution: "astro@npm:4.9.2" dependencies: "@astrojs/compiler": "npm:^2.8.0" "@astrojs/internal-helpers": "npm:0.4.0" @@ -1739,7 +1771,7 @@ __metadata: optional: true bin: astro: astro.js - checksum: 10c0/050fd8b57e9c32087b442cf81c4a0d91c8bfaae8a2602ac30922fd7beb7d650de7380dfe5c590cb429e954bc314782a0f781b17fb69d8b33020c0bd4d36b4179 + checksum: 10c0/7d4d5ea0833478f46d1599b964017c2c1ce26a9b74d2ea6d638f9ab6331d61cc01dde1f4a5ed7ead173f637f82cc765eb775622538bb4a5e5654994125f7c68f languageName: node linkType: hard @@ -1805,12 +1837,12 @@ __metadata: languageName: node linkType: hard -"braces@npm:^3.0.2, braces@npm:~3.0.2": - version: 3.0.2 - resolution: "braces@npm:3.0.2" +"braces@npm:^3.0.3, braces@npm:~3.0.2": + version: 3.0.3 + resolution: "braces@npm:3.0.3" dependencies: - fill-range: "npm:^7.0.1" - checksum: 10c0/321b4d675791479293264019156ca322163f02dc06e3c4cab33bb15cd43d80b51efef69b0930cfde3acd63d126ebca24cd0544fa6f261e093a0fb41ab9dda381 + fill-range: "npm:^7.1.1" + checksum: 10c0/7c6dfd30c338d2997ba77500539227b9d1f85e388a5f43220865201e407e076783d0881f2d297b9f80951b4c957fcf0b51c1d2d24227631643c3f7c284b0aa04 languageName: node linkType: hard @@ -1856,9 +1888,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001587": - version: 1.0.30001618 - resolution: "caniuse-lite@npm:1.0.30001618" - checksum: 10c0/2e33e5e854fb6365566e2ff5ba866c877cd08ca278a2c06b9bc3346a884fc1336a0674c2a0003e7ee7a1a64e90f167ec4ad08ea14d12da5926017c92c99f82a5 + version: 1.0.30001627 + resolution: "caniuse-lite@npm:1.0.30001627" + checksum: 10c0/67d39ca4bead791876c42220b4fe5bd22ba03dbec42f102f0ea9271be3df21bfdb6ba2b0f0dd9eb339eebfc96de3a42a3a5f3fc179ef47229ee5055301217572 languageName: node linkType: hard @@ -1919,11 +1951,11 @@ __metadata: version: 0.0.0-use.local resolution: "choco-astro@workspace:." dependencies: - "@astrojs/check": "npm:^0.6.0" - "@astrojs/mdx": "npm:^3.0.0" - "@astrojs/sitemap": "npm:^3.1.4" - astro: "npm:^4.8.3" - remark-custom-header-id: "npm:^0.1.0" + "@astrojs/check": "npm:0.7.0" + "@astrojs/mdx": "npm:3.0.1" + "@astrojs/sitemap": "npm:3.1.5" + astro: "npm:4.9.2" + remark-custom-header-id: "npm:^1.0.0" typescript: "npm:^5.4.5" languageName: unknown linkType: soft @@ -2117,14 +2149,14 @@ __metadata: linkType: hard "debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.4": - version: 4.3.4 - resolution: "debug@npm:4.3.4" + version: 4.3.5 + resolution: "debug@npm:4.3.5" dependencies: ms: "npm:2.1.2" peerDependenciesMeta: supports-color: optional: true - checksum: 10c0/cedbec45298dd5c501d01b92b119cd3faebe5438c3917ff11ae1bff86a6c722930ac9c8659792824013168ba6db7c4668225d845c633fbdafbbf902a6389f736 + checksum: 10c0/082c375a2bdc4f4469c99f325ff458adad62a3fc2c482d59923c260cb08152f34e2659f72b3767db8bb2f21ca81a60a42d1019605a412132d7b9f59363a005cc languageName: node linkType: hard @@ -2205,9 +2237,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.4.668": - version: 1.4.768 - resolution: "electron-to-chromium@npm:1.4.768" - checksum: 10c0/c22bbc29c2054a0f9c21d6fb710b74eabb82093e079d904c2b74d92c3d0cdc577171c58692ba7bab81e5926302ccdd8f67bb12dd20e96f3edbfc2f4ee841c426 + version: 1.4.789 + resolution: "electron-to-chromium@npm:1.4.789" + checksum: 10c0/7aa2ec91d38af5b4f2f2297205698f2f0e0475188430d5015297546a752a394cffb934289097f30669948c9c13cf29cbb0c944fcd51e88c814a96739d7853180 languageName: node linkType: hard @@ -2273,9 +2305,9 @@ __metadata: linkType: hard "es-module-lexer@npm:^1.5.2": - version: 1.5.2 - resolution: "es-module-lexer@npm:1.5.2" - checksum: 10c0/20b6c668691ee81781a0ae56930560c23aa28fb934fce9137820f12ae3726a25626010cbd8ed1775c217d3bae108e23dd7b805f923133dc633bfbbc2b0020524 + version: 1.5.3 + resolution: "es-module-lexer@npm:1.5.3" + checksum: 10c0/0f50b655490d1048432eac6eec94d99d3933119666ae82be578c3db1ea4b2c594118a336f6b7a3c4e2815355dcc9a469d880acef1c45aa656a5aae8c8ae8e5f6 languageName: node linkType: hard @@ -2360,32 +2392,32 @@ __metadata: linkType: hard "esbuild@npm:^0.21.2": - version: 0.21.2 - resolution: "esbuild@npm:0.21.2" - dependencies: - "@esbuild/aix-ppc64": "npm:0.21.2" - "@esbuild/android-arm": "npm:0.21.2" - "@esbuild/android-arm64": "npm:0.21.2" - "@esbuild/android-x64": "npm:0.21.2" - "@esbuild/darwin-arm64": "npm:0.21.2" - "@esbuild/darwin-x64": "npm:0.21.2" - "@esbuild/freebsd-arm64": "npm:0.21.2" - "@esbuild/freebsd-x64": "npm:0.21.2" - "@esbuild/linux-arm": "npm:0.21.2" - "@esbuild/linux-arm64": "npm:0.21.2" - "@esbuild/linux-ia32": "npm:0.21.2" - "@esbuild/linux-loong64": "npm:0.21.2" - "@esbuild/linux-mips64el": "npm:0.21.2" - "@esbuild/linux-ppc64": "npm:0.21.2" - "@esbuild/linux-riscv64": "npm:0.21.2" - "@esbuild/linux-s390x": "npm:0.21.2" - "@esbuild/linux-x64": "npm:0.21.2" - "@esbuild/netbsd-x64": "npm:0.21.2" - "@esbuild/openbsd-x64": "npm:0.21.2" - "@esbuild/sunos-x64": "npm:0.21.2" - "@esbuild/win32-arm64": "npm:0.21.2" - "@esbuild/win32-ia32": "npm:0.21.2" - "@esbuild/win32-x64": "npm:0.21.2" + version: 0.21.4 + resolution: "esbuild@npm:0.21.4" + dependencies: + "@esbuild/aix-ppc64": "npm:0.21.4" + "@esbuild/android-arm": "npm:0.21.4" + "@esbuild/android-arm64": "npm:0.21.4" + "@esbuild/android-x64": "npm:0.21.4" + "@esbuild/darwin-arm64": "npm:0.21.4" + "@esbuild/darwin-x64": "npm:0.21.4" + "@esbuild/freebsd-arm64": "npm:0.21.4" + "@esbuild/freebsd-x64": "npm:0.21.4" + "@esbuild/linux-arm": "npm:0.21.4" + "@esbuild/linux-arm64": "npm:0.21.4" + "@esbuild/linux-ia32": "npm:0.21.4" + "@esbuild/linux-loong64": "npm:0.21.4" + "@esbuild/linux-mips64el": "npm:0.21.4" + "@esbuild/linux-ppc64": "npm:0.21.4" + "@esbuild/linux-riscv64": "npm:0.21.4" + "@esbuild/linux-s390x": "npm:0.21.4" + "@esbuild/linux-x64": "npm:0.21.4" + "@esbuild/netbsd-x64": "npm:0.21.4" + "@esbuild/openbsd-x64": "npm:0.21.4" + "@esbuild/sunos-x64": "npm:0.21.4" + "@esbuild/win32-arm64": "npm:0.21.4" + "@esbuild/win32-ia32": "npm:0.21.4" + "@esbuild/win32-x64": "npm:0.21.4" dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -2435,7 +2467,7 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 10c0/72e68e85a496d61a38964b5bcd8122cfb6b0421737af0766b1a1dc63f704aefd596e6571ca9507dcb6b7d5749a828cdeeafcf4fd3bba2e761b9e14d69682d896 + checksum: 10c0/83276c7b82bc3415199da91a84a01cf287d4912f2c02fead9c0542d6bda463d6d152cb7fb86f680dae72dc701c864a8963069ddb9e2b344948595cc87f81c4f1 languageName: node linkType: hard @@ -2597,12 +2629,12 @@ __metadata: languageName: node linkType: hard -"fill-range@npm:^7.0.1": - version: 7.0.1 - resolution: "fill-range@npm:7.0.1" +"fill-range@npm:^7.1.1": + version: 7.1.1 + resolution: "fill-range@npm:7.1.1" dependencies: to-regex-range: "npm:^5.0.1" - checksum: 10c0/7cdad7d426ffbaadf45aeb5d15ec675bbd77f7597ad5399e3d2766987ed20bda24d5fac64b3ee79d93276f5865608bb22344a26b9b1ae6c4d00bd94bf611623f + checksum: 10c0/b75b691bbe065472f38824f694c2f7449d7f5004aa950426a2c28f0306c60db9b880c0b0e4ed819997ffb882d1da02cfcfc819bddc94d71627f5269682edf018 languageName: node linkType: hard @@ -2742,17 +2774,17 @@ __metadata: linkType: hard "glob@npm:^10.2.2, glob@npm:^10.3.10": - version: 10.3.15 - resolution: "glob@npm:10.3.15" + version: 10.4.1 + resolution: "glob@npm:10.4.1" dependencies: foreground-child: "npm:^3.1.0" - jackspeak: "npm:^2.3.6" - minimatch: "npm:^9.0.1" - minipass: "npm:^7.0.4" - path-scurry: "npm:^1.11.0" + jackspeak: "npm:^3.1.2" + minimatch: "npm:^9.0.4" + minipass: "npm:^7.1.2" + path-scurry: "npm:^1.11.1" bin: glob: dist/esm/bin.mjs - checksum: 10c0/cda748ddc181b31b3df9548c0991800406d5cc3b3f8110e37a8751ec1e39f37cdae7d7782d5422d7df92775121cdf00599992dff22f7ff1260344843af227c2b + checksum: 10c0/77f2900ed98b9cc2a0e1901ee5e476d664dae3cd0f1b662b8bfd4ccf00d0edc31a11595807706a274ca10e1e251411bbf2e8e976c82bed0d879a9b89343ed379 languageName: node linkType: hard @@ -3279,16 +3311,16 @@ __metadata: languageName: node linkType: hard -"jackspeak@npm:^2.3.6": - version: 2.3.6 - resolution: "jackspeak@npm:2.3.6" +"jackspeak@npm:^3.1.2": + version: 3.2.3 + resolution: "jackspeak@npm:3.2.3" dependencies: "@isaacs/cliui": "npm:^8.0.2" "@pkgjs/parseargs": "npm:^0.11.0" dependenciesMeta: "@pkgjs/parseargs": optional: true - checksum: 10c0/f01d8f972d894cd7638bc338e9ef5ddb86f7b208ce177a36d718eac96ec86638a6efa17d0221b10073e64b45edc2ce15340db9380b1f5d5c5d000cbc517dc111 + checksum: 10c0/eed7a5056ac8cdafcadeb1fedbfbe96aef4e7fea7cf6f536f48696df7ef4d423c323ba03320860b886ecf1e59d0478bb3d0f8ed7d464932c7e3c0712095425f1 languageName: node linkType: hard @@ -3505,8 +3537,8 @@ __metadata: linkType: hard "mdast-util-from-markdown@npm:^2.0.0": - version: 2.0.0 - resolution: "mdast-util-from-markdown@npm:2.0.0" + version: 2.0.1 + resolution: "mdast-util-from-markdown@npm:2.0.1" dependencies: "@types/mdast": "npm:^4.0.0" "@types/unist": "npm:^3.0.0" @@ -3520,7 +3552,7 @@ __metadata: micromark-util-symbol: "npm:^2.0.0" micromark-util-types: "npm:^2.0.0" unist-util-stringify-position: "npm:^4.0.0" - checksum: 10c0/fb66e917f66e33fc60d6964264c4abd519fd8829a4a58ff9c61b2ba5c337554fb954b9ec31ca1c34e83c1163a73f310c39072d656f9a2d3184fe39c87cbba65a + checksum: 10c0/496596bc6419200ff6258531a0ebcaee576a5c169695f5aa296a79a85f2a221bb9247d565827c709a7c2acfb56ae3c3754bf483d86206617bd299a9658c8121c languageName: node linkType: hard @@ -4167,12 +4199,12 @@ __metadata: linkType: hard "micromatch@npm:^4.0.2, micromatch@npm:^4.0.4": - version: 4.0.5 - resolution: "micromatch@npm:4.0.5" + version: 4.0.7 + resolution: "micromatch@npm:4.0.7" dependencies: - braces: "npm:^3.0.2" + braces: "npm:^3.0.3" picomatch: "npm:^2.3.1" - checksum: 10c0/3d6505b20f9fa804af5d8c596cb1c5e475b9b0cd05f652c5b56141cf941bd72adaeb7a436fda344235cef93a7f29b7472efc779fcdb83b478eab0867b95cdeff + checksum: 10c0/58fa99bc5265edec206e9163a1d2cec5fabc46a5b473c45f4a700adce88c2520456ae35f2b301e4410fb3afb27e9521fb2813f6fc96be0a48a89430e0916a772 languageName: node linkType: hard @@ -4190,7 +4222,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.1": +"minimatch@npm:^9.0.4": version: 9.0.4 resolution: "minimatch@npm:9.0.4" dependencies: @@ -4266,10 +4298,10 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4": - version: 7.1.1 - resolution: "minipass@npm:7.1.1" - checksum: 10c0/fdccc2f99c31083f45f881fd1e6971d798e333e078ab3c8988fb818c470fbd5e935388ad9adb286397eba50baebf46ef8ff487c8d3f455a69c6f3efc327bdff9 +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.1.2": + version: 7.1.2 + resolution: "minipass@npm:7.1.2" + checksum: 10c0/b0fd20bb9fb56e5fa9a8bfac539e8915ae07430a619e4b86ff71f5fc757ef3924b23b2c4230393af1eda647ed3d75739e4e0acb250a6b1eb277cf7f8fe449557 languageName: node linkType: hard @@ -4599,7 +4631,7 @@ __metadata: languageName: node linkType: hard -"path-scurry@npm:^1.11.0": +"path-scurry@npm:^1.11.1": version: 1.11.1 resolution: "path-scurry@npm:1.11.1" dependencies: @@ -4789,13 +4821,13 @@ __metadata: languageName: node linkType: hard -"remark-custom-header-id@npm:^0.1.0": - version: 0.1.0 - resolution: "remark-custom-header-id@npm:0.1.0" +"remark-custom-header-id@npm:^1.0.0": + version: 1.0.0 + resolution: "remark-custom-header-id@npm:1.0.0" dependencies: "@types/unist": "npm:^3.0.2" unist-util-visit: "npm:^5.0.0" - checksum: 10c0/5c607834582892a5354d4ec1b0d4b0bd87d455eed0cc7c17846f89c239b541323ad4a0edd0c006033ba815e0a948ad03979e8b450923c9cfc0ab9a7ffdd786e9 + checksum: 10c0/a8492d5921325ded03dfdccd55e0c4298390f13fcfa00545b7f5c4598bce48e093fe24a8b8c20c6ff92881bcd844de82039086583b4859bcecb84b949ff0a8f8 languageName: node linkType: hard @@ -5039,25 +5071,25 @@ __metadata: linkType: hard "rollup@npm:^4.13.0": - version: 4.17.2 - resolution: "rollup@npm:4.17.2" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.17.2" - "@rollup/rollup-android-arm64": "npm:4.17.2" - "@rollup/rollup-darwin-arm64": "npm:4.17.2" - "@rollup/rollup-darwin-x64": "npm:4.17.2" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.17.2" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.17.2" - "@rollup/rollup-linux-arm64-gnu": "npm:4.17.2" - "@rollup/rollup-linux-arm64-musl": "npm:4.17.2" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.17.2" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.17.2" - "@rollup/rollup-linux-s390x-gnu": "npm:4.17.2" - "@rollup/rollup-linux-x64-gnu": "npm:4.17.2" - "@rollup/rollup-linux-x64-musl": "npm:4.17.2" - "@rollup/rollup-win32-arm64-msvc": "npm:4.17.2" - "@rollup/rollup-win32-ia32-msvc": "npm:4.17.2" - "@rollup/rollup-win32-x64-msvc": "npm:4.17.2" + version: 4.18.0 + resolution: "rollup@npm:4.18.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.18.0" + "@rollup/rollup-android-arm64": "npm:4.18.0" + "@rollup/rollup-darwin-arm64": "npm:4.18.0" + "@rollup/rollup-darwin-x64": "npm:4.18.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.18.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.18.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.18.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.18.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.18.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.18.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.18.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.18.0" + "@rollup/rollup-linux-x64-musl": "npm:4.18.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.18.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.18.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.18.0" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -5097,7 +5129,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/4fa6644e5c7fc4a34f654ea7e209be6c2c5897ed9dd43e7135230137204df748a795c7553804130f6c41da0b71e83f8c35a4a7881d385a77996adee50b609a6e + checksum: 10c0/7d0239f029c48d977e0d0b942433bed9ca187d2328b962fc815fc775d0fdf1966ffcd701fef265477e999a1fb01bddcc984fc675d1b9d9864bf8e1f1f487e23e languageName: node linkType: hard @@ -5118,9 +5150,9 @@ __metadata: linkType: hard "sax@npm:^1.2.4": - version: 1.3.0 - resolution: "sax@npm:1.3.0" - checksum: 10c0/599dbe0ba9d8bd55e92d920239b21d101823a6cedff71e542589303fa0fa8f3ece6cf608baca0c51be846a2e88365fac94a9101a9c341d94b98e30c4deea5bea + version: 1.4.1 + resolution: "sax@npm:1.4.1" + checksum: 10c0/6bf86318a254c5d898ede6bd3ded15daf68ae08a5495a2739564eb265cd13bcc64a07ab466fb204f67ce472bb534eb8612dac587435515169593f4fffa11de7c languageName: node linkType: hard @@ -5153,11 +5185,11 @@ __metadata: linkType: hard "sharp@npm:^0.33.3": - version: 0.33.3 - resolution: "sharp@npm:0.33.3" + version: 0.33.4 + resolution: "sharp@npm:0.33.4" dependencies: - "@img/sharp-darwin-arm64": "npm:0.33.3" - "@img/sharp-darwin-x64": "npm:0.33.3" + "@img/sharp-darwin-arm64": "npm:0.33.4" + "@img/sharp-darwin-x64": "npm:0.33.4" "@img/sharp-libvips-darwin-arm64": "npm:1.0.2" "@img/sharp-libvips-darwin-x64": "npm:1.0.2" "@img/sharp-libvips-linux-arm": "npm:1.0.2" @@ -5166,15 +5198,15 @@ __metadata: "@img/sharp-libvips-linux-x64": "npm:1.0.2" "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.2" "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.2" - "@img/sharp-linux-arm": "npm:0.33.3" - "@img/sharp-linux-arm64": "npm:0.33.3" - "@img/sharp-linux-s390x": "npm:0.33.3" - "@img/sharp-linux-x64": "npm:0.33.3" - "@img/sharp-linuxmusl-arm64": "npm:0.33.3" - "@img/sharp-linuxmusl-x64": "npm:0.33.3" - "@img/sharp-wasm32": "npm:0.33.3" - "@img/sharp-win32-ia32": "npm:0.33.3" - "@img/sharp-win32-x64": "npm:0.33.3" + "@img/sharp-linux-arm": "npm:0.33.4" + "@img/sharp-linux-arm64": "npm:0.33.4" + "@img/sharp-linux-s390x": "npm:0.33.4" + "@img/sharp-linux-x64": "npm:0.33.4" + "@img/sharp-linuxmusl-arm64": "npm:0.33.4" + "@img/sharp-linuxmusl-x64": "npm:0.33.4" + "@img/sharp-wasm32": "npm:0.33.4" + "@img/sharp-win32-ia32": "npm:0.33.4" + "@img/sharp-win32-x64": "npm:0.33.4" color: "npm:^4.2.3" detect-libc: "npm:^2.0.3" semver: "npm:^7.6.0" @@ -5217,7 +5249,7 @@ __metadata: optional: true "@img/sharp-win32-x64": optional: true - checksum: 10c0/12f5203426595b4e64c807162a6d52358b591d25fbb414a51fe38861584759fba38485be951ed98d15be3dfe21f2def5336f78ca35bf8bbd22d88cc78ca03f2a + checksum: 10c0/428c5c6a84ff8968effe50c2de931002f5f30b9f263e1c026d0384e581673c13088a49322f7748114d3d9be4ae9476a74bf003a3af34743e97ef2f880d1cfe45 languageName: node linkType: hard @@ -5238,11 +5270,11 @@ __metadata: linkType: hard "shiki@npm:^1.1.2, shiki@npm:^1.5.1": - version: 1.5.2 - resolution: "shiki@npm:1.5.2" + version: 1.6.2 + resolution: "shiki@npm:1.6.2" dependencies: - "@shikijs/core": "npm:1.5.2" - checksum: 10c0/0546fb02d7daad4784f2fed1f887ef69f956e7ce3c47ab2def86a52a02e255e45e88dcc286a34b65523485add7833b0348eff5e8b620fc20627be1b5b0bb7944 + "@shikijs/core": "npm:1.6.2" + checksum: 10c0/c563a22f47890d46626822b50635217f95ce5d4a28f4a62cabe689c3786602a41f0bba58f13ae36399ff24525cd9eadc034022a4be57226ffd8ed4a9aeec946d languageName: node linkType: hard @@ -5277,8 +5309,8 @@ __metadata: linkType: hard "sitemap@npm:^7.1.1": - version: 7.1.1 - resolution: "sitemap@npm:7.1.1" + version: 7.1.2 + resolution: "sitemap@npm:7.1.2" dependencies: "@types/node": "npm:^17.0.5" "@types/sax": "npm:^1.2.1" @@ -5286,7 +5318,7 @@ __metadata: sax: "npm:^1.2.4" bin: sitemap: dist/cli.js - checksum: 10c0/d25abe5c78f08e6014792e0f4d59353042a5a795788decdd87cb03bda736d248426a618e5028e18325f04b3e9d0ecb02d126ed6177365aa2703fa77df8f4f4e0 + checksum: 10c0/01dd1268c0d4b89f8ef082bcb9ef18d0182d00d1622e9c54743474918169491e5360538f9a01a769262e0fe23d6e3822a90680eff0f076cf87b68d459014a34c languageName: node linkType: hard @@ -5537,8 +5569,8 @@ __metadata: linkType: hard "tsconfck@npm:^3.0.3": - version: 3.0.3 - resolution: "tsconfck@npm:3.0.3" + version: 3.1.0 + resolution: "tsconfck@npm:3.1.0" peerDependencies: typescript: ^5.0.0 peerDependenciesMeta: @@ -5546,7 +5578,7 @@ __metadata: optional: true bin: tsconfck: bin/tsconfck.js - checksum: 10c0/d45009230c4caa5fc765bdded96f3b8703a7cdd44a1d63024914b0fb1c4dabf9e94d28cc9f9edccaef9baa7b99adc963502d34943d82fcb07b92e1161ee03c56 + checksum: 10c0/8d397c181259119848371f1b16dd88e1441aac76f2e3cd2fdd7b10723309735af5203ac160a6396d663e6a54206f0be44a67ed759db5c38758674fcdf9ac461c languageName: node linkType: hard @@ -5884,8 +5916,8 @@ __metadata: linkType: hard "vite@npm:^5.2.11": - version: 5.2.11 - resolution: "vite@npm:5.2.11" + version: 5.2.12 + resolution: "vite@npm:5.2.12" dependencies: esbuild: "npm:^0.20.1" fsevents: "npm:~2.3.3" @@ -5919,7 +5951,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10c0/664b8d68e4f5152ae16bd2041af1bbaf11c43630ac461835bc31ff7d019913b33e465386e09f66dc1037d7aeefbb06939e0173787c063319bc2bd30c3b9ad8e4 + checksum: 10c0/f03fdfc320adea3397df3e327029fd875f8220779f679ab183a3a994e8788b4ce531fee28f830361fb274f3cf08ed9adb9429496ecefdc3faf535b38da7ea8b1 languageName: node linkType: hard @@ -5935,85 +5967,86 @@ __metadata: languageName: node linkType: hard -"volar-service-css@npm:0.0.43": - version: 0.0.43 - resolution: "volar-service-css@npm:0.0.43" +"volar-service-css@npm:0.0.45": + version: 0.0.45 + resolution: "volar-service-css@npm:0.0.45" dependencies: vscode-css-languageservice: "npm:^6.2.10" vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" peerDependencies: - "@volar/language-service": ~2.2.0 + "@volar/language-service": ~2.2.3 peerDependenciesMeta: "@volar/language-service": optional: true - checksum: 10c0/17a7090932deba9dc134c46e7cb9bd68eb18ff3f1da200ef2a87960c3b8215f86064d180dd1f4fe482e4ca05c90dd7a8ae142636b2fe91e551396c646076c927 + checksum: 10c0/0578d29f3a79fab269500a28f2cbd4970e399029742cc7411c2a5240fee3634bf31a4fb2e1c06f5348dd3376762b3d61198769e546bf50646d269380df17c4c1 languageName: node linkType: hard -"volar-service-emmet@npm:0.0.43": - version: 0.0.43 - resolution: "volar-service-emmet@npm:0.0.43" +"volar-service-emmet@npm:0.0.45": + version: 0.0.45 + resolution: "volar-service-emmet@npm:0.0.45" dependencies: + "@emmetio/css-parser": "npm:^0.4.0" + "@emmetio/html-matcher": "npm:^1.3.0" "@vscode/emmet-helper": "npm:^2.9.2" - vscode-html-languageservice: "npm:@johnsoncodehk/vscode-html-languageservice@5.2.0-34a5462" peerDependencies: - "@volar/language-service": ~2.2.0 + "@volar/language-service": ~2.2.3 peerDependenciesMeta: "@volar/language-service": optional: true - checksum: 10c0/5f3ed693871fe28177dee0adb7050d090ed83dd7b0353591396d0414b2663d065b9465a53691568c96373fd3999da9312e5ce7cf929a7a449f0c401283ca5eae + checksum: 10c0/fcd5d40565e2f4b4b57c3c7ba3cf977e97aeef054e383b2eb7aa1a71670dd7a8ebb90722b13f29711e7a91ccd0260423e331600f0b95e993119fe30cc5ce74c0 languageName: node linkType: hard -"volar-service-html@npm:0.0.43": - version: 0.0.43 - resolution: "volar-service-html@npm:0.0.43" +"volar-service-html@npm:0.0.45": + version: 0.0.45 + resolution: "volar-service-html@npm:0.0.45" dependencies: vscode-html-languageservice: "npm:@johnsoncodehk/vscode-html-languageservice@5.2.0-34a5462" vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" peerDependencies: - "@volar/language-service": ~2.2.0 + "@volar/language-service": ~2.2.3 peerDependenciesMeta: "@volar/language-service": optional: true - checksum: 10c0/37d80e13053035ec21d9d7eb31f3ec577d3017b02c24b9be1b34540d21765191857a05ea58a85935294dea1869340a2885bad7827d13fb648afbf24735debbc6 + checksum: 10c0/b4d9c6fdbd55334ddf3ee1d3783c3e96e4835725c47b2a9417af670800cdb2e9476fed9dd9ad15f68101e6b1de2aaaf5e73aecaa185832e46633d7e57c2da4cb languageName: node linkType: hard -"volar-service-prettier@npm:0.0.43": - version: 0.0.43 - resolution: "volar-service-prettier@npm:0.0.43" +"volar-service-prettier@npm:0.0.45": + version: 0.0.45 + resolution: "volar-service-prettier@npm:0.0.45" dependencies: vscode-uri: "npm:^3.0.8" peerDependencies: - "@volar/language-service": ~2.2.0 + "@volar/language-service": ~2.2.3 prettier: ^2.2 || ^3.0 peerDependenciesMeta: "@volar/language-service": optional: true prettier: optional: true - checksum: 10c0/ee091690f6d249fc8d7459a4727aada51a67a2886fb6fa2d24c7bf8457ed40fe0ee5f49883118eb09f121c84c438c372f812136b88c95280500d4ab091b17361 + checksum: 10c0/18172c2579a58e749e36a218573ccaba095d91f43629c737258a77c5a31284e909ec4d468e056b1ae606c267e2f40061c14a0084422250061eb8fcd815df4d16 languageName: node linkType: hard -"volar-service-typescript-twoslash-queries@npm:0.0.43": - version: 0.0.43 - resolution: "volar-service-typescript-twoslash-queries@npm:0.0.43" +"volar-service-typescript-twoslash-queries@npm:0.0.45": + version: 0.0.45 + resolution: "volar-service-typescript-twoslash-queries@npm:0.0.45" peerDependencies: - "@volar/language-service": ~2.2.0 + "@volar/language-service": ~2.2.3 peerDependenciesMeta: "@volar/language-service": optional: true - checksum: 10c0/001ba3a931ed80d6c8ea916ed3727333b82b97aa701bd352fa3ff288d64aaf38cd165ea8729ac6d7b0079a44f5f85e1bb170262f925ecd87e11dc443a55829f7 + checksum: 10c0/6ae7e56a35afbd35a11ce8a447f03a9fb1376c2260204d28e23a8f459f4bbd6c48af13ed96641a7ae5cd4158f487321a0f5746dd26c5c4fab7590f4e123905be languageName: node linkType: hard -"volar-service-typescript@npm:0.0.43": - version: 0.0.43 - resolution: "volar-service-typescript@npm:0.0.43" +"volar-service-typescript@npm:0.0.45": + version: 0.0.45 + resolution: "volar-service-typescript@npm:0.0.45" dependencies: path-browserify: "npm:^1.0.1" semver: "npm:^7.5.4" @@ -6021,11 +6054,11 @@ __metadata: vscode-languageserver-textdocument: "npm:^1.0.11" vscode-nls: "npm:^5.2.0" peerDependencies: - "@volar/language-service": ~2.2.0 + "@volar/language-service": ~2.2.3 peerDependenciesMeta: "@volar/language-service": optional: true - checksum: 10c0/af4c0b5dcc71fe69bfd1ab3c1cbc26535d195321b06bee77f5199222b416027c72051676846a42b1fcc1b3e8933e264ef235567567b0836b55fc1817218be4c5 + checksum: 10c0/3e9eebb6d7b3918b872096e5426675eb46dd873ddd0c76f12f7fa62a63f9073c265aa9576c4074c429e290f7f7250e78f7184d42ae1cd352b7e77db28e4f7cae languageName: node linkType: hard @@ -6153,12 +6186,12 @@ __metadata: linkType: hard "which-pm@npm:^2.1.1": - version: 2.1.1 - resolution: "which-pm@npm:2.1.1" + version: 2.2.0 + resolution: "which-pm@npm:2.2.0" dependencies: load-yaml-file: "npm:^0.2.0" path-exists: "npm:^4.0.0" - checksum: 10c0/13222d6342832ca8d8c9f6148dbea9d44829422ce1e6e0cf5abb3d43c045947cb98f8c908a8de1b7ed0e2094e315a4bdb869129a58bfb09c44f77d8f8b4df183 + checksum: 10c0/60af1574fded50552188a7a7db401276fd4962ecc20831ae21cf157ef0babb82fd8e544ec29ac589681212c314ddea067975dafe7428bec11b2df85fe2066333 languageName: node linkType: hard @@ -6281,7 +6314,7 @@ __metadata: languageName: node linkType: hard -"zod@npm:^3.22.4, zod@npm:^3.23.8": +"zod@npm:^3.23.8": version: 3.23.8 resolution: "zod@npm:3.23.8" checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69