summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-30 12:02:31 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-03-30 14:20:05 +0200
commit9fd9754620709eb4625d2667cf05291d9b7834d8 (patch)
treeffeab13d9460b29fadfbc9d6d42dc5ab27eac142 /js/package.json
parent41df2dae781262a9d5ce7f92be80f6f9fba25391 (diff)
Bump karma-jasmine from 4.0.1 to 4.0.2 in /js
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.1 to 4.0.2. - [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.1...v4.0.2) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-patch ... 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 458c67b45..92db389b0 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.1",
+ "karma-jasmine": "^4.0.2",
"minimatch": "^5.0.1",
"natives": "^1.1.6"
},