From cfe8722c14d42c9fec16e82bd49f9752ac65aee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2019 20:50:08 +0200 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to ^22.10.0 (#52) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19b03220..af59dd54 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.18.0", - "eslint-plugin-jest": "^22.7.2", + "eslint-plugin-jest": "^22.10.0", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 2b6b10c8..4161975e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1377,10 +1377,10 @@ eslint-plugin-import@^2.18.0: read-pkg-up "^2.0.0" resolve "^1.11.0" -eslint-plugin-jest@^22.7.2: - version "22.7.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.7.2.tgz#7ab118a66a34e46ae5e16a128b5d24fd28b43dca" - integrity sha512-Aecqe3ulBVI7amgOycVI8ZPL8o0SnGHOf3zn2/Ciu8TXyXDHcjtwD3hOs3ss/Qh/VAwlW/DMcuiXg5btgF+XMA== +eslint-plugin-jest@^22.10.0: + version "22.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.10.0.tgz#a22be77f4dc692808b88ead0059620bda299a97d" + integrity sha512-iBEWJn60Z5bctcjacymUnOQ3xN3gdvGOy3tDHpalAa99r4+jwH0CvICsIIHBNXNlJxuklkbx+wxr49tXk6M0tg== eslint-plugin-node@^9.1.0: version "9.1.0"