From b8500eae64543aac3a08bfe07f7edb9402b9ecec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 13:53:33 +0000 Subject: [PATCH] Bump string-length from 4.0.1 to 4.0.2 Bumps [string-length](https://github.com/sindresorhus/string-length) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/sindresorhus/string-length/releases) - [Commits](https://github.com/sindresorhus/string-length/compare/v4.0.1...v4.0.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8e438ce3d..d4e3f0ff44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27486,9 +27486,9 @@ "dev": true }, "string-length": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz", - "integrity": "sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "requires": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0"