From d4e28c6df85b4d1ce26779a835e282c86a4fd39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:08:46 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jasmine from 4.1.2 to 4.1.3 Bumps [eslint-plugin-jasmine](https://github.com/tlvince/eslint-plugin-jasmine) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/tlvince/eslint-plugin-jasmine/releases) - [Commits](https://github.com/tlvince/eslint-plugin-jasmine/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: eslint-plugin-jasmine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc89414..c8bf39b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "danger": "^10.6.4", "eslint": "^7.24.0", "eslint-config-axway": "^6.0.1", - "eslint-plugin-jasmine": "^4.1.2", + "eslint-plugin-jasmine": "^4.1.3", "husky": "^5.0.9", "jasmine-core": "^3.7.1", "karma": "^5.2.3", @@ -4706,9 +4706,9 @@ } }, "node_modules/eslint-plugin-jasmine": { - "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==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.3.tgz", + "integrity": "sha512-q8j8KnLH/4uwmPELFZvEyfEcuCuGxXScJaRdqHjOjz064GcfX6aoFbzy5VohZ5QYk2+WvoqMoqDSb9nRLf89GQ==", "dev": true, "engines": { "node": ">=8", @@ -15795,9 +15795,9 @@ } }, "eslint-plugin-jasmine": { - "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==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.3.tgz", + "integrity": "sha512-q8j8KnLH/4uwmPELFZvEyfEcuCuGxXScJaRdqHjOjz064GcfX6aoFbzy5VohZ5QYk2+WvoqMoqDSb9nRLf89GQ==", "dev": true }, "eslint-plugin-node": { diff --git a/package.json b/package.json index 2db3453..4591437 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "danger": "^10.6.4", "eslint": "^7.24.0", "eslint-config-axway": "^6.0.1", - "eslint-plugin-jasmine": "^4.1.2", + "eslint-plugin-jasmine": "^4.1.3", "husky": "^5.0.9", "jasmine-core": "^3.7.1", "karma": "^5.2.3",