diff --git a/package-lock.json b/package-lock.json index b945389..38bda13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vscode/test-electron": "^2.1.5", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-no-only-tests": "^3.0.0", + "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "expect": "^29.1.2", @@ -2120,9 +2120,9 @@ } }, "node_modules/eslint-plugin-no-only-tests": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.0.0.tgz", - "integrity": "sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz", + "integrity": "sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==", "dev": true, "engines": { "node": ">=5.0.0" @@ -7993,9 +7993,9 @@ "requires": {} }, "eslint-plugin-no-only-tests": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.0.0.tgz", - "integrity": "sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz", + "integrity": "sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==", "dev": true }, "eslint-plugin-react": { diff --git a/package.json b/package.json index aa4bdc2..0a9fcc0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vscode/test-electron": "^2.1.5", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-no-only-tests": "^3.0.0", + "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "expect": "^29.1.2",