@cubejs-backend/shared
Advanced tools
Comparing version 0.29.15 to 0.29.18
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09) | ||
### Bug Fixes | ||
* Try to fix Zalgo bug https://github.com/Marak/colors.js/issues/285 ([796c404](https://github.com/cube-js/cube.js/commit/796c4040be5f37d39b519b33fa36c61e3c1b0707)) | ||
## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.29.15", | ||
"version": "0.29.18", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -40,2 +40,3 @@ "main": "dist/src/index.js", | ||
"cli-progress": "^3.9.0", | ||
"colors": "1.4.0", | ||
"cross-spawn": "^7.0.3", | ||
@@ -57,2 +58,5 @@ "decompress": "^4.2.1", | ||
}, | ||
"resolutions": { | ||
"colors": "1.4.0" | ||
}, | ||
"jest": { | ||
@@ -70,3 +74,3 @@ "testEnvironment": "node", | ||
}, | ||
"gitHead": "e16fd68d785eff5bcf6e0846fabcb7b47b7a6f3b" | ||
"gitHead": "a4089c23b5917bf986520b009c0c072a816d3daf" | ||
} |
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
142171
13
+ Addedcolors@1.4.0
+ Addedcolors@1.4.0(transitive)