From e4e8fbaa74a206e381b6505c2ea1186e409ff756 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 06:29:02 +0000 Subject: [PATCH] Bump eslint-plugin-jasmine from 4.1.1 to 4.1.2 in /html 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-preview[bot] --- html/package-lock.json | 6 +++--- html/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/package-lock.json b/html/package-lock.json index baa1921..8dec2af 100644 --- a/html/package-lock.json +++ b/html/package-lock.json @@ -317,9 +317,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-scope": { diff --git a/html/package.json b/html/package.json index 574a476..1fed250 100644 --- a/html/package.json +++ b/html/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "eslint": "^7.18.0", - "eslint-plugin-jasmine": "^4.1.1", + "eslint-plugin-jasmine": "^4.1.2", "jasmine": "^3.6.4" } }