From a0516bd78c66ea4249d1dab262312180a2dab295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:52:58 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro). Updates `astro` from 5.15.3 to 5.15.5 - [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@5.15.5/packages/astro) Updates `eslint-plugin-astro` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-astro dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0213a98..a18564a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "ace-builds": "^1.43.4", - "astro": "^5.15.3", + "astro": "^5.15.5", "bootstrap": "^5.3.8", "htmlhint": "^1.7.1" }, @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "8.57.1", - "eslint-plugin-astro": "^1.4.0", + "eslint-plugin-astro": "^1.5.0", "prettier": "3.6.2", "prettier-plugin-astro": "^0.14.1", "typescript": "^5.0.0" @@ -2402,9 +2402,9 @@ } }, "node_modules/astro": { - "version": "5.15.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", - "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.5.tgz", + "integrity": "sha512-A56u4H6gFHEb0yRHcGTOADBb7jmEwfDjQpkqVV/Z+ZWlu6mYuwCrIcOUtZjNno0chrRKmOeZWDofW23ql18y3w==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -3444,9 +3444,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.4.0.tgz", - "integrity": "sha512-BCHPj3gORh1RYFR3sZXY0/9N9lOOw4mQYUkMWFFoFqhZtYnytuzxlyCIr8tqMmSNdZ9P4SQNq5h4v8Amr2EE5Q==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.5.0.tgz", + "integrity": "sha512-IWy4kY3DKTJxd7g652zIWpBGFuxw7NIIt16kyqc8BlhnIKvI8yGJj+Maua0DiNYED3F/D8AmzoTTTA6A95WX9g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 10d1ced..5429ffc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "ace-builds": "^1.43.4", - "astro": "^5.15.3", + "astro": "^5.15.5", "bootstrap": "^5.3.8", "htmlhint": "^1.7.1" }, @@ -41,7 +41,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "8.57.1", - "eslint-plugin-astro": "^1.4.0", + "eslint-plugin-astro": "^1.5.0", "prettier": "3.6.2", "prettier-plugin-astro": "^0.14.1", "typescript": "^5.0.0"