From 14a4df25054a6cb7bb3951ac5da08d4bf153b88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 04:21:28 +0000 Subject: [PATCH] Bump color-string from 1.5.3 to 1.9.1 Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 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/commits/1.9.1) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 917082a..65a9bb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,9 +35,9 @@ } }, "@spritejs/shapes": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@spritejs/shapes/-/shapes-1.1.5.tgz", - "integrity": "sha512-Ikncs9idy5pZTZgwM3Ej5XCLjP/kssVE4JbILuREIGKRSvUFl58dbHpoKibt0ka79SY2vb5VGnSbtlcdROvszg==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@spritejs/shapes/-/shapes-1.1.7.tgz", + "integrity": "sha512-A5BOZU12DxZHCJp+XlkH3D5V1Bdxgg70spfTqIqZ9CfO8FOLWTGmtyFBHProdMIkWA4eS2QqdSR3reB9FhTYjw==", "requires": { "@babel/runtime": "^7.2.0", "sprite-draggable": "0.1.15", @@ -94,9 +94,9 @@ "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=" }, "color-string": { - "version": "1.5.3", - "resolved": "http://registry.npm.taobao.org/color-string/download/color-string-1.5.3.tgz", - "integrity": "sha1-ybvF8BtYtUkvPWhXRZy2WQziBMw=", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", "requires": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2"