From d58fc31376b6d599df1bcac7e327375619c8a296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:01:15 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-no-only-tests from 3.0.0 to 3.1.0 Bumps [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases) - [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md) - [Commits](https://github.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-no-only-tests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",