fix: upgrade eslint-plugin-unused-imports from 4.2.0 to 4.3.0

Snyk has created this PR to upgrade eslint-plugin-unused-imports from 4.2.0 to 4.3.0.

See this package in npm:
eslint-plugin-unused-imports

See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/c3622982-05c8-495c-809c-20f301c75f92?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2025-11-22 10:06:29 +00:00
parent 11cbe5f34a
commit 911fe180ab
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.1.0",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^15.15.0",
"jest": "^30.2.0",
"mailparser": "^3.7.5",
@@ -3715,9 +3715,9 @@
}
},
"node_modules/eslint-plugin-unused-imports": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.2.0.tgz",
"integrity": "sha512-hLbJ2/wnjKq4kGA9AUaExVFIbNzyxYdVo49QZmKCnhk5pc9wcYRbfgLHvWJ8tnsdcseGhoUAddm9gn/lt+d74w==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.3.0.tgz",
"integrity": "sha512-ZFBmXMGBYfHttdRtOG9nFFpmUvMtbHSjsKrS20vdWdbfiVYsO3yA2SGYy9i9XmZJDfMGBflZGBCm70SEnFQtOA==",
"license": "MIT",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0",

View File

@@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.1.0",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^15.15.0",
"jest": "^30.2.0",
"mailparser": "^3.7.5",