summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-24 05:28:44 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-03-24 07:22:26 +0100
commit4055da1c9e26f0e6159a2b3e387297247631cdda (patch)
tree0cdfa4e398c46a84db551e42e8bc14661d502b26
parentbaf1ca8ec9e3964c97c6e11ca9c6a56e38b8fe48 (diff)
Bump karma from 6.2.0 to 6.3.0 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.2.0...v6.3.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json18
-rw-r--r--js/package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 567008834..8893f2cbc 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -308,9 +308,9 @@
"dev": true
},
"@types/node": {
- "version": "14.14.33",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.33.tgz",
- "integrity": "sha512-oJqcTrgPUF29oUP8AsUqbXGJNuPutsetaa9kTQAQce5Lx5dTYWV02ScBiT/k1BX/Z7pKeqedmvp39Wu4zR7N7g==",
+ "version": "14.14.35",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.35.tgz",
+ "integrity": "sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==",
"dev": true
},
"accepts": {
@@ -3556,9 +3556,9 @@
"dev": true
},
"karma": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/karma/-/karma-6.2.0.tgz",
- "integrity": "sha512-pCB8eNxGgdIdZeC885rbhZ/VyuOPNHUIDNL9EaaMf1NVzpvTjMO8a7zRTn51ZJhOOOxCSpalUdT1A8x76LyVqg==",
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/karma/-/karma-6.3.0.tgz",
+ "integrity": "sha512-Or+x8T4/TWe7ChBaAkdQARjETSbvxsipp5Y+0UMSu4z0YYzy06OA2UdHAmMIx5gLs4a76X916pY1bzGgYuN7BQ==",
"dev": true,
"requires": {
"body-parser": "^1.19.0",
@@ -5040,9 +5040,9 @@
"dev": true
},
"rfdc": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.2.0.tgz",
- "integrity": "sha512-ijLyszTMmUrXvjSooucVQwimGUk84eRcmCuLV8Xghe3UO85mjUtRAHRyoMM6XtyqbECaXuBWx18La3523sXINA==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz",
+ "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==",
"dev": true
},
"rimraf": {
diff --git a/js/package.json b/js/package.json
index 73edcf110..25c89e9da 100644
--- a/js/package.json
+++ b/js/package.json
@@ -43,7 +43,7 @@
"jasmine-core": "^3.7.1",
"jquery": "^3.6.0",
"jshint": "^2.12.0",
- "karma": "^6.2.0",
+ "karma": "^6.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",