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" } }