From 28f28d5815d6d8a35e1c1d38d7b5aa7ea104d69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:03:39 +0000 Subject: [PATCH] Bump eslint-plugin-unused-imports from 2.0.0 to 4.1.3 in /public Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 2.0.0 to 4.1.3. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.3) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/package.json b/public/package.json index 0d537cb2..099017a4 100644 --- a/public/package.json +++ b/public/package.json @@ -18,7 +18,7 @@ "@traceo-sdk/react": "^0.32.0", "@uiw/react-markdown-preview": "^4.1.13", "dayjs": "^1.11.7", - "eslint-plugin-unused-imports": "^2.0.0", + "eslint-plugin-unused-imports": "^4.1.3", "file-saver": "^2.0.5", "positioning": "^2.0.1", "react": "17.0.2",