Skip to content

Commit ab4b328

Browse files
committedFeb 10, 2022
chore(release): 6.3.16 [skip ci]
## [6.3.16](v6.3.15...v6.3.16) (2022-02-10) ### Bug Fixes * **security:** mitigate the "Open Redirect Vulnerability" ([ff7edbb](ff7edbb))
1 parent ff7edbb commit ab4b328

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.16](https://github.com/karma-runner/karma/compare/v6.3.15...v6.3.16) (2022-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **security:** mitigate the "Open Redirect Vulnerability" ([ff7edbb](https://github.com/karma-runner/karma/commit/ff7edbb2ffbcdd69761bece86b7dc1ef0740508d))
7+
18
## [6.3.15](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.15) (2022-02-05)
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
@@ -38,9 +38,9 @@
3838
"Liam Newman <bitwiseman@gmail.com>",
3939
"lukasz <lukasz.usarz@gmail.com>",
4040
"Anton <anton.redfox@gmail.com>",
41+
"Jonathan Ginsburg <jon@than.ml>",
4142
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
4243
"Todd Wolfson <todd@twolfson.com>",
43-
"Jonathan Ginsburg <jon@than.ml>",
4444
"Mark Trostler <mark@zzo.com>",
4545
"Ciro Nunes <ciroanunes@gmail.com>",
4646
"Christian Budde Christensen <christi@n-bud.de>",
@@ -499,7 +499,7 @@
499499
"engines": {
500500
"node": ">= 10"
501501
},
502-
"version": "6.3.15",
502+
"version": "6.3.16",
503503
"license": "MIT",
504504
"scripts": {
505505
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.