summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-16 12:05:46 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-06-17 09:12:39 +0200
commita67b927a047aa353c71d00d0469125149d0a8d44 (patch)
treeb3082a8b5a6f24eb9993061b1554f59069b51cc6 /js/package.json
parent01e4adfee2307a7a4c51b1f793e50d7d4f9325b8 (diff)
Bump karma-jasmine from 5.0.1 to 5.1.0 in /js
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index fff59c43c..b7f80f21a 100644
--- a/js/package.json
+++ b/js/package.json
@@ -47,7 +47,7 @@
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
- "karma-jasmine": "^5.0.1",
+ "karma-jasmine": "^5.1.0",
"minimatch": "^5.1.0",
"natives": "^1.1.6"
},