From 448e542f5327fdc630b59e3393b92f6991b19c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 05:25:48 +0000 Subject: [PATCH] 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5deb7c0..b3e6016 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dotenv": "16.0.3", "eslint": "8.23.1", "eslint-config-prettier": "8.5.0", - "eslint-plugin-no-only-tests": "3.0.0", + "eslint-plugin-no-only-tests": "3.1.0", "ethereum-waffle": "3.4.4", "ethers": "5.7.1", "graphql": "16.6.0", diff --git a/yarn.lock b/yarn.lock index e2136b5..3f33702 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3559,10 +3559,10 @@ eslint-config-prettier@8.5.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-no-only-tests@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.0.0.tgz#026cbc8cb069c8da6b7e19d03654be7ad49893f6" - integrity sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg== +eslint-plugin-no-only-tests@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz#f38e4935c6c6c4842bf158b64aaa20c366fe171b" + integrity sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw== eslint-scope@^4.0.3: version "4.0.3"