From dca0046dff534076eba1eb4c59b369f8a280bac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:39:02 +0000 Subject: [PATCH] bump(deps): bump @astrojs/starlight from 0.12.0 to 0.13.0 in /web Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.13.0/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 130 ++++++++++++++++++++++++++++++++++++++++-- web/package.json | 2 +- 2 files changed, 127 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 6916fe6..8e2f43e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,7 +8,7 @@ "name": "web", "version": "0.1.1", "dependencies": { - "@astrojs/starlight": "^0.12.0", + "@astrojs/starlight": "^0.13.0", "astro": "^3.1.2", "sharp": "^0.32.1" } @@ -108,14 +108,15 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.12.0.tgz", - "integrity": "sha512-WPLpq82vbTznNfQjtdLBjKGuDsQE3tpPxFqosjxX+pSeMES/Cz5Dmzla78ej7xWIp7zjovPqkNytbC1EaeOMwA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.13.0.tgz", + "integrity": "sha512-3SVWGP9Qze3UkM5Wozpx+5v9dh75ZFPSHRqzeuXNtctn5nHjlzvOgIIQnuyyNhIEQMfml1lo83jL3Vsf7Qk7Iw==", "dependencies": { "@astrojs/mdx": "^1.1.0", "@astrojs/sitemap": "^3.0.0", "@pagefind/default-ui": "^1.0.3", "@types/mdast": "^3.0.11", + "astro-expressive-code": "^0.29.0", "bcp-47": "^2.1.0", "execa": "^8.0.1", "hast-util-select": "^5.0.5", @@ -483,6 +484,14 @@ "node": ">=6.9.0" } }, + "node_modules/@ctrl/tinycolor": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz", + "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==", + "engines": { + "node": ">=10" + } + }, "node_modules/@esbuild/android-arm": { "version": "0.19.3", "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.3.tgz", @@ -813,6 +822,46 @@ "node": ">=12" } }, + "node_modules/@expressive-code/core": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.29.1.tgz", + "integrity": "sha512-gz7K1r/S12vYPVUvhAdFcr+zdMbMhi7fPO2iTEEUCIhFUgOoUpOVjupFL+5q46URBGvoZTfmUJge1FBQmGstfA==", + "dependencies": { + "@ctrl/tinycolor": "^3.6.0", + "hast-util-to-html": "^8.0.4", + "hastscript": "^7.2.0", + "postcss": "^8.4.21", + "postcss-nested": "^6.0.1" + } + }, + "node_modules/@expressive-code/plugin-frames": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.29.1.tgz", + "integrity": "sha512-nnukQNBBpCSIZITBlFkxJ+4Eh+Hkmix6Db7k5lCBb6Qd/nXeodXFKWROvhtOzH6Jp1UWcpkNtBh3HVmATQRUzA==", + "dependencies": { + "@expressive-code/core": "^0.29.1", + "hastscript": "^7.2.0" + } + }, + "node_modules/@expressive-code/plugin-shiki": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.29.1.tgz", + "integrity": "sha512-4TOJzC8Y4fvLeM7PslH990j3x7luRCkXAWTm4L45ZrBLrU2+7SKn436/mM9k8G+Z1189+e9rSAUFwn1h/VY6QA==", + "dependencies": { + "@expressive-code/core": "^0.29.1", + "shiki": "^0.14.1" + } + }, + "node_modules/@expressive-code/plugin-text-markers": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.29.1.tgz", + "integrity": "sha512-fEsI1n1IEisJl+M2ayHy0AbsHIynnpq1yzc4qJk/0sXpouLOMSgw5dKftSmPio+9fXQoNfmYKmJz+OkuPmdy0A==", + "dependencies": { + "@expressive-code/core": "^0.29.1", + "hastscript": "^7.2.0", + "unist-util-visit-parents": "^5.1.3" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", @@ -1314,6 +1363,17 @@ "sharp": "^0.32.5" } }, + "node_modules/astro-expressive-code": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.29.1.tgz", + "integrity": "sha512-hvu8kDMr3KD3vqAyJj6KdTDLuebsgnFQdw6V8myJRj464BUMiqPgmufvkuxLrqDCTJvfARJdwf/Q/H3Rqu3mhQ==", + "dependencies": { + "remark-expressive-code": "^0.29.1" + }, + "peerDependencies": { + "astro": "^3.0.0-beta" + } + }, "node_modules/astro/node_modules/@astrojs/markdown-remark": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.3.0.tgz", @@ -1815,6 +1875,17 @@ "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -2155,6 +2226,17 @@ "node": ">=6" } }, + "node_modules/expressive-code": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.29.1.tgz", + "integrity": "sha512-KyEkbSRz2+2gbgtYviOb8xr+QhoAfRQe1VxLAmeZ99c57KAleBpfZHU7JeHj84vputFK6Ge6P87ou9ijD1DXbw==", + "dependencies": { + "@expressive-code/core": "^0.29.1", + "@expressive-code/plugin-frames": "^0.29.1", + "@expressive-code/plugin-shiki": "^0.29.1", + "@expressive-code/plugin-text-markers": "^0.29.1" + } + }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -4683,6 +4765,36 @@ "node": "^10 || ^12 || >=14" } }, + "node_modules/postcss-nested": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "dependencies": { + "postcss-selector-parser": "^6.0.11" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/prebuild-install": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", @@ -4925,6 +5037,16 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/remark-expressive-code": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/remark-expressive-code/-/remark-expressive-code-0.29.1.tgz", + "integrity": "sha512-iRdN3XLEFLlUNqUCeBPlLgaZROI5lAM3OK7bnwrmQ0ubXJTfV3oET6WL0c5QGijoCZzzDapNiRlRZPrNDoL+5Q==", + "dependencies": { + "expressive-code": "^0.29.1", + "hast-util-to-html": "^8.0.4", + "unist-util-visit": "^4.1.2" + } + }, "node_modules/remark-gfm": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", diff --git a/web/package.json b/web/package.json index d806d74..14ff2de 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.12.0", + "@astrojs/starlight": "^0.13.0", "astro": "^3.1.2", "sharp": "^0.32.1" }