Skip to content

Commit db53785

Browse files
committedJan 31, 2022
chore(release): 6.3.13 [skip ci]
## [6.3.13](v6.3.12...v6.3.13) (2022-01-31) ### Bug Fixes * **deps:** bump log4js to resolve security issue ([5bf2df3](5bf2df3)), closes [#3751](#3751)
1 parent 5bf2df3 commit db53785

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.13](https://github.com/karma-runner/karma/compare/v6.3.12...v6.3.13) (2022-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump log4js to resolve security issue ([5bf2df3](https://github.com/karma-runner/karma/commit/5bf2df304453c8f71ebc725653fd174ddb1dd28b)), closes [#3751](https://github.com/karma-runner/karma/issues/3751)
7+
18
## [6.3.12](https://github.com/karma-runner/karma/compare/v6.3.11...v6.3.12) (2022-01-24)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
"engines": {
500500
"node": ">= 10"
501501
},
502-
"version": "6.3.12",
502+
"version": "6.3.13",
503503
"license": "MIT",
504504
"scripts": {
505505
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.