diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 16:29:52 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-30 16:29:52 +0300 |
| commit | fcd32432db56f5e6d4a497b19c733c13537faaa4 (patch) | |
| tree | 64990888c8bd2a70c438dc9aa8a906a3f6651f4e | |
| parent | 39b43d546e08ea98c427827c33473289c5d9d29b (diff) | |
| download | bootstrap-fcd32432db56f5e6d4a497b19c733c13537faaa4.tar.xz bootstrap-fcd32432db56f5e6d4a497b19c733c13537faaa4.zip | |
Bump karma from 6.2.0 to 6.3.2 (#33516)
Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.2.
- [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.2)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 12 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index ef53f321d..ee4efb841 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6119,9 +6119,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.2", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.3.2.tgz", + "integrity": "sha512-fo4Wt0S99/8vylZMxNj4cBFyOBBnC1bewZ0QOlePij/2SZVWxqbyLeIddY13q6URa2EpLRW8ixvFRUMjkmo1bw==", "dev": true, "requires": { "body-parser": "^1.19.0", @@ -10623,9 +10623,9 @@ } }, "ua-parser-js": { - "version": "0.7.24", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.24.tgz", - "integrity": "sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw==", + "version": "0.7.26", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.26.tgz", + "integrity": "sha512-VwIvGlFNmpKbjzRt51jpbbFTrKIEgGHxIwA8Y69K1Bqc6bTIV7TaGGABOkghSFQWsLmcRB4drGvpfv9z2szqoQ==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 14d876a54..790251886 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "hugo-bin": "^0.70.0", "ip": "^1.1.5", "jquery": "^3.6.0", - "karma": "^6.2.0", + "karma": "^6.3.2", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", |
