From 314447d293c8d5b6aae4cc02f6ad236aba4c5f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:52:07 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-oxlint from 1.59.0 to 1.61.0 in /web Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 1.59.0 to 1.61.0. - [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases) - [Commits](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.59.0...v1.61.0) --- updated-dependencies: - dependency-name: eslint-plugin-oxlint dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 10 +++++----- web/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c82b56c..5d66ebc 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -33,7 +33,7 @@ "@vue/tsconfig": "^0.9.0", "eslint": "^10.1.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-oxlint": "~1.59.0", + "eslint-plugin-oxlint": "~1.61.0", "eslint-plugin-vue": "~10.8.0", "jiti": "^2.6.1", "jsdom": "^29.0.2", @@ -3252,16 +3252,16 @@ } }, "node_modules/eslint-plugin-oxlint": { - "version": "1.59.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.59.0.tgz", - "integrity": "sha512-g0DR+xSsnUdyaMc2KAXvBVGWz5V4GwlAE1PM+ocKxl2Eg7YgOjkRLLbxgJ3bhYOhRLhD8F0X4DjJu2FSDvrvAg==", + "version": "1.61.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.61.0.tgz", + "integrity": "sha512-mpROR01MZfs5jRtglHnslLcHYd3/6BNXPJvIxJW/Klg9B5wA8i8EDQp8/FUK7XgpRVa9TpodclqGiwsUYwi/Wg==", "dev": true, "license": "MIT", "dependencies": { "jsonc-parser": "^3.3.1" }, "peerDependencies": { - "oxlint": "~1.59.0" + "oxlint": "~1.61.0" } }, "node_modules/eslint-plugin-vue": { diff --git a/web/package.json b/web/package.json index 93d7f0e..c07caa5 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "@vue/tsconfig": "^0.9.0", "eslint": "^10.1.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-oxlint": "~1.59.0", + "eslint-plugin-oxlint": "~1.61.0", "eslint-plugin-vue": "~10.8.0", "jiti": "^2.6.1", "jsdom": "^29.0.2",