From 5eed3d1f653e57723b689af3564401d1eb60e8dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:01:34 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 52.0.0 to 53.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 52.0.0 to 53.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v52.0.0...v53.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3677b9e..d730a31 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "@vercel/ncc": "0.38.1", "eslint": "9.2.0", "eslint-plugin-n": "17.6.0", - "eslint-plugin-unicorn": "52.0.0" + "eslint-plugin-unicorn": "53.0.0" } }