From 1b7ebf675ede20390edf88e88abdebe8ea0b339c Mon Sep 17 00:00:00 2001 From: satnaing Date: Sun, 5 Feb 2023 22:22:58 +0630 Subject: [PATCH] build(deps): bump astro 2.0.4 to 2.0.6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d011c6f..668f8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "dependencies": { "@astrojs/rss": "^2.1.0", - "astro": "^2.0.4", + "astro": "^2.0.6", "fuse.js": "^6.6.2", "github-slugger": "^2.0.0", "remark-collapse": "^0.1.2", @@ -1985,9 +1985,9 @@ } }, "node_modules/astro": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.4.tgz", - "integrity": "sha512-VSxFONW4hazODUIzjpoPdSZ4eRMz86pQn375277GhJDDRq/kfA5tSfvDFtySlAeEWrsE9W8tC2Jj3HuYcRYRig==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.6.tgz", + "integrity": "sha512-aI8Ijy2EpMyP5SpjmDJpEUdNL6CUAxnja6IeaBC1BokD/mNAnijtmMnTyWVI3UeEZ727wYLISQMyqCfEUq8VNA==", "dependencies": { "@astrojs/compiler": "^1.0.1", "@astrojs/language-server": "^0.28.3", @@ -10206,9 +10206,9 @@ "dev": true }, "astro": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.4.tgz", - "integrity": "sha512-VSxFONW4hazODUIzjpoPdSZ4eRMz86pQn375277GhJDDRq/kfA5tSfvDFtySlAeEWrsE9W8tC2Jj3HuYcRYRig==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.6.tgz", + "integrity": "sha512-aI8Ijy2EpMyP5SpjmDJpEUdNL6CUAxnja6IeaBC1BokD/mNAnijtmMnTyWVI3UeEZ727wYLISQMyqCfEUq8VNA==", "requires": { "@astrojs/compiler": "^1.0.1", "@astrojs/language-server": "^0.28.3", diff --git a/package.json b/package.json index f0220e5..2fbda4c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@astrojs/rss": "^2.1.0", - "astro": "^2.0.4", + "astro": "^2.0.6", "fuse.js": "^6.6.2", "github-slugger": "^2.0.0", "remark-collapse": "^0.1.2",