From 5337051a3df30b4cf756863a45567379cd56bb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 00:17:12 +0000 Subject: [PATCH] chore(deps): bump cli-color from 2.0.2 to 2.0.3 Bumps [cli-color](https://github.com/medikoo/cli-color) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/medikoo/cli-color/releases) - [Changelog](https://github.com/medikoo/cli-color/blob/main/CHANGELOG.md) - [Commits](https://github.com/medikoo/cli-color/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: cli-color dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 147cc346e55..e7cf82185b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5736,12 +5736,12 @@ "dev": true }, "cli-color": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.2.tgz", - "integrity": "sha512-g4JYjrTW9MGtCziFNjkqp3IMpGhnJyeB0lOtRPjQkYhXzKYr6tYnXKyEVnMzITxhpbahsEW9KsxOYIDKwcsIBw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.3.tgz", + "integrity": "sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ==", "requires": { "d": "^1.0.1", - "es5-ext": "^0.10.59", + "es5-ext": "^0.10.61", "es6-iterator": "^2.0.3", "memoizee": "^0.4.15", "timers-ext": "^0.1.7" @@ -5757,9 +5757,9 @@ } }, "es5-ext": { - "version": "0.10.59", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.59.tgz", - "integrity": "sha512-cOgyhW0tIJyQY1Kfw6Kr0viu9ZlUctVchRMZ7R0HiH3dxTSp5zJDLecwxUqPUrGKMsgBI1wd1FL+d9Jxfi4cLw==", + "version": "0.10.61", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", + "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", "requires": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", diff --git a/package.json b/package.json index 384f1df8464..c95e8b2aae5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nuxtjs/opencollective": "0.3.2", "class-transformer": "0.5.1", "class-validator": "0.13.2", - "cli-color": "2.0.2", + "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.1", "fast-json-stringify": "5.0.6",