From 2bde72ddf15b1707334fcf6581776d67c594cc93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 19:48:09 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3f0002..3948f1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4682,9 +4682,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": {