From cf4f969f756c50fcaf56f2bfe44d3b45179d25bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 07:37:36 +0000 Subject: [PATCH] Bump color-string in /debugging-assessment/circularity Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.2 to 1.9.1. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/compare/1.5.2...1.9.1) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] --- debugging-assessment/circularity/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debugging-assessment/circularity/package-lock.json b/debugging-assessment/circularity/package-lock.json index b4a4733..0eb7059 100644 --- a/debugging-assessment/circularity/package-lock.json +++ b/debugging-assessment/circularity/package-lock.json @@ -104,10 +104,10 @@ "color-string": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.2.tgz", - "integrity": "sha1-JuRYFLw8mny9Z1FkikFDRRSnc6k=", + "integrity": "sha512-LX+I88NH9fxJ7mO8RFKYS9bPLdcSDP+FLSSA4VwkK3JMSJdVcZStoXBNgjUBb6COx7COITc/EE+o6zmz9O88rA==", "requires": { - "color-name": "1.1.1", - "simple-swizzle": "0.2.2" + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" } }, "colornames": {