From d03fd8456580b0d081f19f376de759956a1e3c8a Mon Sep 17 00:00:00 2001 From: Dave Lemons Date: Wed, 25 Jan 2023 11:23:59 -0500 Subject: [PATCH] Release 1.1.2 --- CHANGELOG.md | 5 +++++ source/aws-connect-vm-portal/package.json | 2 +- source/aws-connect-vm-portal/scripts/uploader.js | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ed537..a0b802e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.2] - 2023-01-25 + +### Changed +- Changed colors dev dependency to different fork based on [this](https://fossa.com/blog/npm-packages-colors-faker-corrupted/) + ## [1.1.1] - 2022-10-31 ### Added - [Voicemail For Amazon Connect implementation guide pdf](voicemail-for-amazon-connect-implementation-guide.pdf) diff --git a/source/aws-connect-vm-portal/package.json b/source/aws-connect-vm-portal/package.json index d31de6b..76542d1 100755 --- a/source/aws-connect-vm-portal/package.json +++ b/source/aws-connect-vm-portal/package.json @@ -56,8 +56,8 @@ ] }, "devDependencies": { + "@colors/colors": "^1.5.0", "aws-sdk": "^2.555.0", - "colors": "^1.4.0", "command-line-args": "^5.1.1", "command-line-usage": "^6.0.2", "remote-redux-devtools": "^0.5.16", diff --git a/source/aws-connect-vm-portal/scripts/uploader.js b/source/aws-connect-vm-portal/scripts/uploader.js index 048fcef..40edbdb 100755 --- a/source/aws-connect-vm-portal/scripts/uploader.js +++ b/source/aws-connect-vm-portal/scripts/uploader.js @@ -16,7 +16,7 @@ const fs = require('fs'); const path = require('path'); const cla = require('command-line-args'); const clu = require('command-line-usage'); -const colors = require('colors'); +const colors = require('@colors/colors'); function uuid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {