Skip to content

Commit c96f0c5

Browse files
committedJan 13, 2022
chore(release): 6.3.11 [skip ci]
## [6.3.11](v6.3.10...v6.3.11) (2022-01-13) ### Bug Fixes * **deps:** pin colors package to 1.4.0 due to security vulnerability ([a5219c5](a5219c5))
1 parent a5219c5 commit c96f0c5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.11](https://github.com/karma-runner/karma/compare/v6.3.10...v6.3.11) (2022-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** pin colors package to 1.4.0 due to security vulnerability ([a5219c5](https://github.com/karma-runner/karma/commit/a5219c52e2515248eefae4fe1863ac8ad3fdd43b))
7+
18
## [6.3.10](https://github.com/karma-runner/karma/compare/v6.3.9...v6.3.10) (2022-01-08)
29

310

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"Jérémy Judéaux <jeremy.judeaux@volune.net>",
7373
"Marcello Nuccio <marcello.nuccio@gmail.com>",
7474
"Pieter Mees <pietermees@users.noreply.github.com>",
75+
"Sergei Startsev <ai@programist.ru>",
7576
"pavelgj <pavelgj@gmail.com>",
7677
"sylvain-hamel <sylvainhamel0@gmail.com>",
7778
"ywong <wongyok@gmail.com>",
@@ -119,7 +120,6 @@
119120
"Ruben Bridgewater <ruben.bridgewater@fintura.de>",
120121
"Réda Housni Alaoui <reda.housnialaoui@gmail.com>",
121122
"Sammy Jelin <sjelin@gmail.com>",
122-
"Sergei Startsev <ai@programist.ru>",
123123
"Sergey Simonchik <sergey.simonchik@gmail.com>",
124124
"Sergey Simonchik <sergey.simonchik@jetbrains.com>",
125125
"Shane Russell <shane1337@gmail.com>",
@@ -497,7 +497,7 @@
497497
"engines": {
498498
"node": ">= 10"
499499
},
500-
"version": "6.3.10",
500+
"version": "6.3.11",
501501
"license": "MIT",
502502
"scripts": {
503503
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.