0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Bump karma from 6.3.18 to 6.3.19 (#36227)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.18 to 6.3.19.
- [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.3.18...v6.3.19)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-10 09:34:12 +03:00 committed by GitHub
parent 314a9dd949
commit 6ac37c9bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -42,7 +42,7 @@
"hugo-bin": "^0.85.3",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.18",
"karma": "^6.3.19",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -6649,9 +6649,9 @@
"dev": true
},
"node_modules/karma": {
"version": "6.3.18",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.3.18.tgz",
"integrity": "sha512-YEwXVHRILKWKN7uEW9IkgTPjnYGb3YA3MDvlp04xpSRAyrNPoRmsBayLDgHykKAwBm6/mAOckj4xi/1JdQfhzQ==",
"version": "6.3.19",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.3.19.tgz",
"integrity": "sha512-NDhWckzES/Y9xMiddyU1RzaKL76/scCsu8Mp0vR0Z3lQRvC3p72+Ab4ppoxs36S9tyPNX5V48yvaV++RNEBPZw==",
"dev": true,
"dependencies": {
"@colors/colors": "1.5.0",
@ -15906,9 +15906,9 @@
"dev": true
},
"karma": {
"version": "6.3.18",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.3.18.tgz",
"integrity": "sha512-YEwXVHRILKWKN7uEW9IkgTPjnYGb3YA3MDvlp04xpSRAyrNPoRmsBayLDgHykKAwBm6/mAOckj4xi/1JdQfhzQ==",
"version": "6.3.19",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.3.19.tgz",
"integrity": "sha512-NDhWckzES/Y9xMiddyU1RzaKL76/scCsu8Mp0vR0Z3lQRvC3p72+Ab4ppoxs36S9tyPNX5V48yvaV++RNEBPZw==",
"dev": true,
"requires": {
"@colors/colors": "1.5.0",

View File

@ -127,7 +127,7 @@
"hugo-bin": "^0.85.3",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.18",
"karma": "^6.3.19",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",