diff --git a/package-lock.json b/package-lock.json index 02c1a60b8..a6e0d628b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@expressive-code/plugin-collapsible-sections": "^0.32.1", - "astro": "^4.2.1", + "astro": "^4.2.3", "astro-diagram": "^0.7.0", "hast-util-select": "^6.0.2", "hastscript": "^9.0.0", @@ -83,9 +83,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.4.0.tgz", - "integrity": "sha512-LUN/iG8KcStfChHwTvCg/t91IQFQxguF3CkDLW3tdY2vBKZmOJy9MgtRl20ZGgPtgrykGCtnr4AellEm0bPuFg==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.0.tgz", + "integrity": "sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -2984,13 +2984,13 @@ } }, "node_modules/astro": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.1.tgz", - "integrity": "sha512-TcrveW2/lohmljrbTUgcDxajEdF1yK+zBvb7SXroloGix/d4jkegO6GANFgvyy0zprMyajW7qgJEFyhWUX86Vw==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.3.tgz", + "integrity": "sha512-6bfSogmcwMdaTRAxuhJ7aISGin/T3ovI/69JWPRYOHBkPZxA/EfsNQOI2TiRHFJSF9XtoMnFlgvT+iYapkhOwg==", "dependencies": { - "@astrojs/compiler": "^2.3.4", + "@astrojs/compiler": "^2.5.0", "@astrojs/internal-helpers": "0.2.1", - "@astrojs/markdown-remark": "4.1.0", + "@astrojs/markdown-remark": "4.2.0", "@astrojs/telemetry": "3.0.4", "@babel/core": "^7.23.3", "@babel/generator": "^7.23.3", @@ -3169,9 +3169,9 @@ } }, "node_modules/astro/node_modules/@astrojs/markdown-remark": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.1.0.tgz", - "integrity": "sha512-JnIy6zk+6f/SgSVMZecZFxQt0faT1uBckwYCuBxKH1hYYJsal8OOe+tx6JxfnyaV+xViyjUvQ28mmn+p/F5LkQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.2.0.tgz", + "integrity": "sha512-qQB+LoxmIqzkhLXaQAzfzlBxZU1jeQYailsifurz89WeY0Q8ywIj8uQQSyqxb7rPPg3ZfdNdxsN9lF5UaCRn0w==", "dependencies": { "@astrojs/prism": "^3.0.0", "github-slugger": "^2.0.0", diff --git a/package.json b/package.json index dba285372..26d4945e5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@expressive-code/plugin-collapsible-sections": "^0.32.1", - "astro": "^4.2.1", + "astro": "^4.2.3", "astro-diagram": "^0.7.0", "hast-util-select": "^6.0.2", "hastscript": "^9.0.0",