From 53fa6218cadf17e339d2e1e69099b54d8c6106b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:12:54 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint from 10.8.0 to 10.9.1 Bumps [eslint](https://github.com/eslint/eslint) from 10.8.0 to 10.9.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.9.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 acfac88e..0759ba33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "browserify": "^17.0.1", "chai": "^6.2.2", - "eslint": "^10.8.0", + "eslint": "^10.9.1", "globals": "^17.9.0", "mocha": "^11.7.6", "mock-local-storage": "^1.1.24", @@ -2400,9 +2400,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.9.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz", + "integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 79525f7e..05a39140 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@stylistic/eslint-plugin": "^5.10.0", "browserify": "^17.0.1", "chai": "^6.2.2", - "eslint": "^10.8.0", + "eslint": "^10.9.1", "globals": "^17.9.0", "mocha": "^11.7.6", "mock-local-storage": "^1.1.24",