From 8f4a0975ab6742184ba7c4f4c5d23850c67bb8a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:49:51 +0000 Subject: [PATCH] fix(deps): update astro --- package-lock.json | 23 +++++++++++++++-------- package.json | 4 ++-- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2296016..9a3952f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "api-specs-astro", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.29.2", - "astro": "^4.16.16", + "@astrojs/starlight": "^0.29.3", + "astro": "^4.16.17", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.33.5", @@ -130,15 +130,16 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.29.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.2.tgz", - "integrity": "sha512-xv9AhWkP3fxCB6EF6MlT4yEbxzye3aMSbuVbFEGbQh8G/w1MPhdNCnQakIHpmIwwyxwG9cW3mQdAZum4oOO39w==", + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.3.tgz", + "integrity": "sha512-dzKuGBA7sodGV2dCzpby6UKMx/4b7WrhcYDYlhfX5Ntxh8DCdGU1hIu8jHso/LeFv/jNAfi7m6C7+w/PNSYRgA==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", "@astrojs/sitemap": "^3.1.6", "@pagefind/default-ui": "^1.0.3", "@types/hast": "^3.0.4", + "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", "astro-expressive-code": "^0.38.3", "bcp-47": "^2.1.0", @@ -2000,6 +2001,12 @@ "@types/unist": "*" } }, + "node_modules/@types/js-yaml": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", + "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", + "license": "MIT" + }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -2215,9 +2222,9 @@ } }, "node_modules/astro": { - "version": "4.16.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.16.tgz", - "integrity": "sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==", + "version": "4.16.17", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", + "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 0461581..459b1a5 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.29.2", - "astro": "^4.16.16", + "@astrojs/starlight": "^0.29.3", + "astro": "^4.16.17", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.33.5",