From ff03c3d2f923714c9bedcb18e2d343eb01baf726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 13:37:06 +0200 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 25.0.5 to 25.2.2 in /ui (#333) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.0.5 to 25.2.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.5...v25.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 7a3e3aaacc9..df6b4fddf46 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,7 +63,7 @@ "eslint": "^7.32.0", "eslint-config-standard-with-typescript": "^21.0.1", "eslint-plugin-import": "^2.24.2", - "eslint-plugin-jest": "^25.0.5", + "eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest-dom": "^3.9.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 4cc8133fdfc..2cc6446b492 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -8133,10 +8133,10 @@ eslint-plugin-jest-dom@^3.9.2: "@testing-library/dom" "^7.28.1" requireindex "^1.2.0" -eslint-plugin-jest@^25.0.5: - version "25.0.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca" - integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg== +eslint-plugin-jest@^25.2.2: + version "25.2.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.2.tgz#aada85113268e79d4e7423f8ad4e1b740f112e71" + integrity sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0"