From 68a4c45578c7bc01aa8ed08235e65011e41514ee Mon Sep 17 00:00:00 2001 From: Smeagol Date: Mon, 12 Feb 2024 15:01:03 +0000 Subject: [PATCH] Update dependency astro to v4.3.6 --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cd1799..daa6c87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1427,9 +1427,9 @@ } }, "node_modules/astro": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.5.tgz", - "integrity": "sha512-7jPffNlcmDO94NlkWe/hUWta/pIjlx1LVD/DZb/fyjT1Jv+7mGhKZBIjkDfeVpequW70mep8cAS5RM7Pxa0Gdg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.6.tgz", + "integrity": "sha512-VYJGsBygMtPM/qTRgn5QdxkSILgjpW2uHVw3snp/Gkl+N9uRAAnuYxrUO7wkbLejfrmlb0nZyyKG+H5VDQPbeg==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", @@ -1484,7 +1484,8 @@ "resolve": "^1.22.4", "semver": "^7.5.4", "server-destroy": "^1.0.1", - "shikiji": "^0.9.18", + "shikiji": "^0.9.19", + "shikiji-core": "^0.9.19", "string-width": "^7.0.0", "strip-ansi": "^7.1.0", "tsconfck": "^3.0.0",