jest-sonar
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -5,2 +5,8 @@ # Changelog | ||
### [0.2.8](https://github.com/sh33dafi/jest-sonar/compare/v0.2.7...v0.2.8) (2020-05-10) | ||
### Security | ||
* Updated versions of dependencies that had vulnerabilities. | ||
### [0.2.7](https://github.com/sh33dafi/jest-sonar/compare/v0.2.6...v0.2.7) (2020-04-25) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "jest-sonar", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "A sonar reporter for jest", | ||
@@ -22,16 +22,16 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@commitlint/travis-cli": "^8.1.0", | ||
"eslint": "^6.2.1", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"husky": "^3.0.4", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.18.2", | ||
"standard-version": "^6.0.1" | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@commitlint/travis-cli": "^8.3.5", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.5", | ||
"standard-version": "^8.0.0" | ||
}, | ||
"dependencies": { | ||
"entities": "2.0.0", | ||
"strip-ansi": "5.2.0" | ||
"strip-ansi": "6.0.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "husky": { |
@@ -6,3 +6,3 @@ # jest-sonar | ||
[![Build Status](https://travis-ci.org/sh33dafi/jest-sonar.svg?branch=master)](https://travis-ci.org/sh33dafi/jest-sonar) | ||
[![Build Status](https://travis-ci.org/sh33dafi/jest-sonar.svg?branch=master&service=github)](https://travis-ci.org/sh33dafi/jest-sonar) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/5d705f505c5aeca0a732/maintainability)](https://codeclimate.com/github/sh33dafi/jest-sonar/maintainability) | ||
@@ -31,3 +31,3 @@ [![Test Coverage](https://api.codeclimate.com/v1/badges/5d705f505c5aeca0a732/test_coverage)](https://codeclimate.com/github/sh33dafi/jest-sonar/test_coverage) | ||
... | ||
}; | ||
} | ||
@@ -55,3 +55,3 @@ ``` | ||
... | ||
}; | ||
} | ||
@@ -68,3 +68,3 @@ ``` | ||
1. Fork the repo on GitHub | ||
2. Clone and make changes on your own machine | ||
2. Clone and make changes on your machine | ||
3. Commit and Push the changes to your fork | ||
@@ -77,2 +77,2 @@ 4. Submit a Pull request so that we can review your changes | ||
This project uses the [MIT](LICENSE) licence. | ||
This project uses the [MIT](LICENSE) license. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25357
21
+ Addedansi-regex@5.0.1(transitive)
+ Addedstrip-ansi@6.0.0(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedstrip-ansi@5.2.0(transitive)
Updatedstrip-ansi@6.0.0