From 5551cd93edd737e84a03cc08d3690e5dea00a9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:32:00 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 40.1.0 to 50.0.1 in /packages/all Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 40.1.0 to 50.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.1.0...v50.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/all/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/all/package.json b/packages/all/package.json index 3b00caf..82dc407 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-svelte": "^2.35.1", "eslint-plugin-tsdoc": "^0.2.17", - "eslint-plugin-unicorn": "^40.1.0", + "eslint-plugin-unicorn": "^50.0.1", "eslint-plugin-vitest-globals": "^1.4.0", "eslint-plugin-vue": "^9.19.2", "eslint-plugin-vue-scoped-css": "^2.6.1",