From 88699d5862300e4aba300836b2496bc019d10ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 06:28:59 +0000 Subject: [PATCH] Update dependency astro to v2.10.1 --- blog/package-lock.json | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/blog/package-lock.json b/blog/package-lock.json index 776d9e1fa..9cd725f65 100644 --- a/blog/package-lock.json +++ b/blog/package-lock.json @@ -12,12 +12,11 @@ "@astrojs/rss": "^2.4.3", "@astrojs/sitemap": "^2.0.0", "@astrojs/tailwind": "^4.0.0", - "@esbuild/linux-x64": "^0.18.19", - "astro": "^2.8.0", + "astro": "^2.10.1", "tailwindcss": "^3.3.2" }, "optionalDependencies": { - "@esbuild/linux-x64": "^0.18.19" + "@esbuild/linux-x64": "^0.18.11" } }, "node_modules/@alloc/quick-lru": { @@ -44,14 +43,14 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.3.tgz", - "integrity": "sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==" + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.8.1.tgz", + "integrity": "sha512-C28qplQzgIJ+JU9S+1wNx+ue2KCBUp0TTAd10EWAEkk4RsL3Tzlw0BYvLDDb4KP9jS48lXmR4/1TtZ4aavYJ8Q==" }, "node_modules/@astrojs/internal-helpers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.1.tgz", - "integrity": "sha512-+LySbvFbjv2nO2m/e78suleQOGEru4Cnx73VsZbrQgB2u7A4ddsQg3P2T0zC0e10jgcT+c6nNlKeLpa6nRhQIg==" + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.2.tgz", + "integrity": "sha512-YXLk1CUDdC9P5bjFZcGjz+cE/ZDceXObDTXn/GCID4r8LjThuexxi+dlJqukmUpkSItzQqgzfWnrPLxSFPejdA==" }, "node_modules/@astrojs/language-server": { "version": "1.0.8", @@ -1311,12 +1310,12 @@ } }, "node_modules/astro": { - "version": "2.9.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.7.tgz", - "integrity": "sha512-gEm6SyiF2sh2qn9smPd/Z5yXhSLlsNqM5hsOo2B1ibb5S3BjxE1srmGGW7cUhM0dcxxIwixdevgamS4oxUNa/A==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.1.tgz", + "integrity": "sha512-t3y9laRaOZTAu6omVpI5x/wE80t2yTCWO/UTCPJYAYy2Aoi+snupwk8ZFBLgVd0lwO7KhjRKA0pUScfkn3bnXw==", "dependencies": { - "@astrojs/compiler": "^1.6.3", - "@astrojs/internal-helpers": "^0.1.1", + "@astrojs/compiler": "^1.8.0", + "@astrojs/internal-helpers": "^0.1.2", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", "@astrojs/telemetry": "^2.1.1", @@ -1350,7 +1349,7 @@ "html-escaper": "^3.0.3", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "magic-string": "^0.27.0", + "magic-string": "^0.30.2", "mime": "^3.0.0", "network-information-types": "^0.1.1", "ora": "^6.3.1", @@ -3219,11 +3218,11 @@ } }, "node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.2.tgz", + "integrity": "sha512-lNZdu7pewtq/ZvWUp9Wpf/x7WzMTsR26TWV03BRZrXFsv+BI6dy8RAiKgm1uM/kyR0rCfUcqvOlXKG66KhIGug==", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12"