From 2b65face6622f842c3c267f8ebf46d3ba7eb60ef Mon Sep 17 00:00:00 2001 From: Smeagol Date: Tue, 14 Nov 2023 16:00:22 +0000 Subject: [PATCH] Update dependency astro to v3.5.4 --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f637246..00b8864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,9 +119,9 @@ "integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==" }, "node_modules/@astrojs/markdown-remark": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.4.0.tgz", - "integrity": "sha512-uzLSKBQ4e70aH8gEbBHZ2pnv/KOJKB3WrXFBOF0U5Uwjcr2LNWeIBLjPRQjA4tbtteELh84YPBHny21mhvBGVA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz", + "integrity": "sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==", "dependencies": { "@astrojs/prism": "^3.0.0", "github-slugger": "^2.0.0", @@ -1289,13 +1289,13 @@ } }, "node_modules/astro": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", - "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.4.tgz", + "integrity": "sha512-tyOd2o9KDz9hDaHmYvnY7BbRxeQ1yDxoOW4AVlxAnmHOK6068k6Bivr/C4Wlc6ON40lZ/qIDG9gfNkiEhMEVow==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", - "@astrojs/markdown-remark": "3.4.0", + "@astrojs/markdown-remark": "3.5.0", "@astrojs/telemetry": "3.0.4", "@babel/core": "^7.22.10", "@babel/generator": "^7.22.10",