summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-13 12:02:45 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-05-13 14:22:46 +0200
commit687a308fe4866f88fbedeabf393da129365f3d45 (patch)
tree3b03ea1b05fb870d381b387b2d0c169a5b981c97 /js/package.json
parent00cb4becf67c47cdfb3afa3af79d45178a2284a6 (diff)
Bump karma-jasmine from 5.0.0 to 5.0.1 in /js
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 5.0.0 to 5.0.1. - [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.0...v5.0.1) --- 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 ff894f53b..4714ba28c 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.0",
+ "karma-jasmine": "^5.0.1",
"minimatch": "^5.0.1",
"natives": "^1.1.6"
},