summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-13 12:03:19 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-14 06:57:37 +0200
commit1bd52255a1202f4fe859f50979fb8d7e3b86789b (patch)
tree1251c4595e2beef759dd3b06fc89ba27fcd2b9b5 /js/package.json
parent2603952e30061a7aa10cb7c2327391351f283df3 (diff)
Bump karma-jasmine from 4.0.2 to 5.0.0 in /js
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.2 to 5.0.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/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-major ... 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 7d75b2a0d..35197050e 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": "^4.0.2",
+ "karma-jasmine": "^5.0.0",
"minimatch": "^5.0.1",
"natives": "^1.1.6"
},