From 454e22a35e9e8e60f9251463a1213bf69e2cb95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:10:30 +0530 Subject: [PATCH] chore(deps-dev): bump the astro group with 1 update (#5414) Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@3.5.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b152dd3ce..bff5cb699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", - "astro": "^3.5.2", + "astro": "^3.5.3", "autoprefixer": "^10.4.16", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3", @@ -2706,9 +2706,9 @@ } }, "node_modules/astro": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz", - "integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", + "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.3.0", @@ -15429,9 +15429,9 @@ "dev": true }, "astro": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz", - "integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", + "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", "dev": true, "requires": { "@astrojs/compiler": "^2.3.0", diff --git a/package.json b/package.json index 4bbdf204b..b9f307276 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", - "astro": "^3.5.2", + "astro": "^3.5.3", "autoprefixer": "^10.4.16", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3",