From 2ffc0352a25f3c08d19f6df25eb711808664fcb4 Mon Sep 17 00:00:00 2001 From: sonatype-community Date: Wed, 20 Apr 2022 19:16:26 +0000 Subject: [PATCH] chore(release): 4.0.37 [skip ci] ## [4.0.37](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.36...v4.0.37) (2022-04-20) ### Bug Fixes * security(npm): lock colors library to 1.4.0 ([#251](https://github.com/sonatype-nexus-community/auditjs/issues/251)) ([36ae07f](https://github.com/sonatype-nexus-community/auditjs/commit/36ae07fa0588bb77436c06f6d3fa9cc627062628)), closes [#250](https://github.com/sonatype-nexus-community/auditjs/issues/250) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df409f26..27cacbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.37](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.36...v4.0.37) (2022-04-20) + + +### Bug Fixes + +* security(npm): lock colors library to 1.4.0 ([#251](https://github.com/sonatype-nexus-community/auditjs/issues/251)) ([36ae07f](https://github.com/sonatype-nexus-community/auditjs/commit/36ae07fa0588bb77436c06f6d3fa9cc627062628)), closes [#250](https://github.com/sonatype-nexus-community/auditjs/issues/250) + ## [4.0.36](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.35...v4.0.36) (2022-02-08) diff --git a/package.json b/package.json index 614cf1a1..e29ef830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auditjs", - "version": "4.0.36", + "version": "4.0.37", "description": "Audit dependencies to identify known vulnerabilities and maintenance problems", "main": "./bin/index.js", "bin": {