From ab269b2ddbe8e31aff27398aa3fd1dd21e40a0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:31:50 +0000 Subject: [PATCH] Bump string-kit from 0.9.12 to 0.12.8 Bumps [string-kit](https://github.com/cronvel/string-kit) from 0.9.12 to 0.12.8. - [Release notes](https://github.com/cronvel/string-kit/releases) - [Changelog](https://github.com/cronvel/string-kit/blob/master/CHANGELOG) - [Commits](https://github.com/cronvel/string-kit/compare/v0.9.12...v0.12.8) --- updated-dependencies: - dependency-name: string-kit dependency-type: direct:production ... 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 adf30b7..79c0fc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "merge-json": "0.1.0-b.3", "readline-sync": "^1.4.10", "string-format": "^2.0.0", - "string-kit": "^0.9.10", + "string-kit": "^0.12.8", "strip-ansi": "^5.2.0", "underscore": "^1.12.1", "winston": "^3.2.1", @@ -457,9 +457,9 @@ "integrity": "sha512-bbEs3scLeYNXLecRRuk6uJxdXUSj6le/8rNPHChIJTn2V79aXVTR1EH2OH5zLKKoz0V02fOUKZZcw01pLUShZA==" }, "node_modules/string-kit": { - "version": "0.9.12", - "resolved": "https://registry.npmjs.org/string-kit/-/string-kit-0.9.12.tgz", - "integrity": "sha512-l6BRL9uO4uV1o6/r/mJthahp8qatqGv4l6Z2o2mX+y2VYc7gFb2YD0k3zThvw3BATj/nDvLTB1s167vc2JdeDg==", + "version": "0.12.8", + "resolved": "https://registry.npmjs.org/string-kit/-/string-kit-0.12.8.tgz", + "integrity": "sha512-9UYXBbe/reAZI6cKiaNC7zEzdmA91Ih5/lVmbPGoMssSWZfqVcQvqAMlL0dTdMn+a7XCXBe8zV4BVopXlf+Aaw==", "engines": { "node": ">=6.0.0" } @@ -977,9 +977,9 @@ "integrity": "sha512-bbEs3scLeYNXLecRRuk6uJxdXUSj6le/8rNPHChIJTn2V79aXVTR1EH2OH5zLKKoz0V02fOUKZZcw01pLUShZA==" }, "string-kit": { - "version": "0.9.12", - "resolved": "https://registry.npmjs.org/string-kit/-/string-kit-0.9.12.tgz", - "integrity": "sha512-l6BRL9uO4uV1o6/r/mJthahp8qatqGv4l6Z2o2mX+y2VYc7gFb2YD0k3zThvw3BATj/nDvLTB1s167vc2JdeDg==" + "version": "0.12.8", + "resolved": "https://registry.npmjs.org/string-kit/-/string-kit-0.12.8.tgz", + "integrity": "sha512-9UYXBbe/reAZI6cKiaNC7zEzdmA91Ih5/lVmbPGoMssSWZfqVcQvqAMlL0dTdMn+a7XCXBe8zV4BVopXlf+Aaw==" }, "string-width": { "version": "1.0.2", diff --git a/package.json b/package.json index 48fca5e..a55ab84 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "merge-json": "0.1.0-b.3", "readline-sync": "^1.4.10", "string-format": "^2.0.0", - "string-kit": "^0.9.10", + "string-kit": "^0.12.8", "strip-ansi": "^5.2.0", "underscore": "^1.12.1", "winston": "^3.2.1",