From 7a3a7f13afbfb7db437009422b987ab75082c8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 05:34:59 +0000 Subject: [PATCH] chore(dev-deps): bump @eslint/js from 9.9.1 to 9.11.0 Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.9.1 to 9.11.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/commits/v9.11.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/popup-vue-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/popup-vue-ts/package.json b/examples/popup-vue-ts/package.json index 25f24c5a..8a0bf82e 100644 --- a/examples/popup-vue-ts/package.json +++ b/examples/popup-vue-ts/package.json @@ -33,7 +33,7 @@ "@changesets/cli": "^2.27.6", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.4.1", - "@eslint/js": "^9.7.0", + "@eslint/js": "^9.11.0", "@testing-library/jest-dom": "^6.4.8", "@testing-library/vue": "^8.1.0", "@types/chrome": "^0.0.270",