From b2c5fbe4319af13102aadb3e411d91faa17f7022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:20:12 +0000 Subject: [PATCH] chore(deps): bump eslint from 10.8.0 to 10.8.1 Bumps [eslint](https://github.com/eslint/eslint) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.8.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f784a55..1000c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@astrojs/check": "^0.9.9", "@eslint/js": "^10.0.1", "@types/node": "^24.0.0", - "eslint": "^10.8.0", + "eslint": "^10.8.1", "eslint-plugin-astro": "~3.0.1", "pagefind": "^1.5.2", "prettier": "^3.9.6", @@ -4284,9 +4284,9 @@ } }, "node_modules/eslint": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz", - "integrity": "sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz", + "integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index a395942..5284033 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/check": "^0.9.9", "@eslint/js": "^10.0.1", "@types/node": "^24.0.0", - "eslint": "^10.8.0", + "eslint": "^10.8.1", "eslint-plugin-astro": "~3.0.1", "pagefind": "^1.5.2", "prettier": "^3.9.6",