diff --git a/website/package-lock.json b/website/package-lock.json index 79da500..b990709 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.28.0", - "@expressive-code/plugin-collapsible-sections": "^0.37.0", + "@expressive-code/plugin-collapsible-sections": "^0.38.0", "@expressive-code/plugin-line-numbers": "^0.37.0", "@fontsource/ibm-plex-mono": "^5.0.8", "@fontsource/ibm-plex-serif": "^5.0.8", @@ -1574,18 +1574,18 @@ } }, "node_modules/@expressive-code/plugin-collapsible-sections": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.37.0.tgz", - "integrity": "sha512-gnsBdoJnaKuioznATceLTp0xjWuBZdsY02WWkmvEbLP6DOyufMvAY7K3SATOCIlovaVVtA800boZ5m3X/ah1OQ==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.38.0.tgz", + "integrity": "sha512-z3Ie1Lwjbj5bvG44n+9uNdDgPqfiQG7R+FReRtNfyTL6x/tJtnU5BBLefKNTfQQJgLwedhnlaAlILyjktr9mZw==", "license": "MIT", "dependencies": { - "@expressive-code/core": "^0.37.0" + "@expressive-code/core": "^0.38.0" } }, "node_modules/@expressive-code/plugin-collapsible-sections/node_modules/@expressive-code/core": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.37.0.tgz", - "integrity": "sha512-uCPAaQ//5RZeeKAN9cMyGH8YIm+h1Rldy34IWMbsCECrFVo86w+eR67jVWoQ2HNe0dSZ4XTdgJKYEScuVcy2Cw==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.38.0.tgz", + "integrity": "sha512-mpqXI69CFkkYES03mY5EQq/8WrEXohWq5RpFmjbOJjaW8yUOPQfm1KNBOirTBTjJekn3TOsXE82l8MFwKjTC7Q==", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^4.0.4", diff --git a/website/package.json b/website/package.json index 25d81de..4964d84 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.28.0", - "@expressive-code/plugin-collapsible-sections": "^0.37.0", + "@expressive-code/plugin-collapsible-sections": "^0.38.0", "@expressive-code/plugin-line-numbers": "^0.37.0", "@fontsource/ibm-plex-mono": "^5.0.8", "@fontsource/ibm-plex-serif": "^5.0.8", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index 20742f2..69398e4 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.28.0 version: 0.28.3(astro@4.16.8(rollup@4.24.3)(typescript@5.5.4)) '@expressive-code/plugin-collapsible-sections': - specifier: ^0.37.0 - version: 0.37.0 + specifier: ^0.38.0 + version: 0.38.0 '@expressive-code/plugin-line-numbers': specifier: ^0.37.0 version: 0.37.0 @@ -24,7 +24,7 @@ importers: specifier: ^5.0.8 version: 5.1.0 astro: - specifier: ^4.16.8 + specifier: ^4.4.9 version: 4.16.8(rollup@4.24.3)(typescript@5.5.4) hast-util-to-html: specifier: ^9.0.0 @@ -308,8 +308,11 @@ packages: '@expressive-code/core@0.37.0': resolution: {integrity: sha512-uCPAaQ//5RZeeKAN9cMyGH8YIm+h1Rldy34IWMbsCECrFVo86w+eR67jVWoQ2HNe0dSZ4XTdgJKYEScuVcy2Cw==} - '@expressive-code/plugin-collapsible-sections@0.37.0': - resolution: {integrity: sha512-gnsBdoJnaKuioznATceLTp0xjWuBZdsY02WWkmvEbLP6DOyufMvAY7K3SATOCIlovaVVtA800boZ5m3X/ah1OQ==} + '@expressive-code/core@0.38.0': + resolution: {integrity: sha512-mpqXI69CFkkYES03mY5EQq/8WrEXohWq5RpFmjbOJjaW8yUOPQfm1KNBOirTBTjJekn3TOsXE82l8MFwKjTC7Q==} + + '@expressive-code/plugin-collapsible-sections@0.38.0': + resolution: {integrity: sha512-z3Ie1Lwjbj5bvG44n+9uNdDgPqfiQG7R+FReRtNfyTL6x/tJtnU5BBLefKNTfQQJgLwedhnlaAlILyjktr9mZw==} '@expressive-code/plugin-frames@0.35.6': resolution: {integrity: sha512-CqjSWjDJ3wabMJZfL9ZAzH5UAGKg7KWsf1TBzr4xvUbZvWoBtLA/TboBML0U1Ls8h/4TRCIvR4VEb8dv5+QG3w==} @@ -2212,9 +2215,21 @@ snapshots: unist-util-visit: 5.0.0 unist-util-visit-parents: 6.0.1 - '@expressive-code/plugin-collapsible-sections@0.37.0': + '@expressive-code/core@0.38.0': dependencies: - '@expressive-code/core': 0.37.0 + '@ctrl/tinycolor': 4.1.0 + hast-util-select: 6.0.3 + hast-util-to-html: 9.0.3 + hast-util-to-text: 4.0.2 + hastscript: 9.0.0 + postcss: 8.4.47 + postcss-nested: 6.2.0(postcss@8.4.47) + unist-util-visit: 5.0.0 + unist-util-visit-parents: 6.0.1 + + '@expressive-code/plugin-collapsible-sections@0.38.0': + dependencies: + '@expressive-code/core': 0.38.0 '@expressive-code/plugin-frames@0.35.6': dependencies: