From 79bfbcbf2eeb3f0a2d9dfc978869276edba79b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 05:42:37 +0000 Subject: [PATCH] Bump eslint-plugin-jasmine from 4.1.1 to 4.1.2 Bumps [eslint-plugin-jasmine](https://github.com/tlvince/eslint-plugin-jasmine) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/tlvince/eslint-plugin-jasmine/releases) - [Commits](https://github.com/tlvince/eslint-plugin-jasmine/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e59e75325..0410bc1c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2408,9 +2408,9 @@ } }, "eslint-plugin-jasmine": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.1.tgz", - "integrity": "sha512-uS7kvt7RPUB/gLDwhJ/Ax0APrmkj7In8VJWkiZLYHafz2Ix74mMRJx82YZZ3zHRa/YOuTL+ig6dW/aKwdNzUuw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.2.tgz", + "integrity": "sha512-Jr52EBi6Ql5WVDvRCKBID9kRD6/CaObvCWmgHpqobczX2Mzt8/QMu9vpgx6q/O5jyQ9CIGrKaEbPuEfHRf8guw==", "dev": true }, "eslint-plugin-jasmine-jquery": { diff --git a/package.json b/package.json index 5bc51ead3..c2a7a98d2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "chai": "^4.2.0", "es6-promise": "^4.2.8", "eslint": "^7.12.1", - "eslint-plugin-jasmine": "^4.1.1", + "eslint-plugin-jasmine": "^4.1.2", "eslint-plugin-jasmine-jquery": "^1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^23.0.0",