From 94cb57913cf789aadaab741c0d1f8aa08cbc038a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:12:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 9.14.0 to 9.15.0 Bumps [eslint](https://github.com/eslint/eslint) from 9.14.0 to 9.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.14.0...v9.15.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f78efb115..3ef211c25 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "contributor-faces": "1.1.0", "documentation": "14.0.3", "electron": "33.2.0", - "eslint": "9.14.0", + "eslint": "9.15.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-mocha": "10.5.0",