diff --git a/package-lock.json b/package-lock.json index 10462d48..039664e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,6 +30,7 @@ "ora": "^5.4.1", "rate-limiter-flexible": "^5.0.5", "socks-proxy-agent": "^8.0.2", + "string-similarity": "^4.0.4", "table": "^6.8.1", "uuid": "^9.0.1", "winston": "^3.11.0", @@ -8425,6 +8426,13 @@ "node": ">=10" } }, + "node_modules/string-similarity": { + "version": "4.0.4", + "resolved": "https://registry.npmmirror.com/string-similarity/-/string-similarity-4.0.4.tgz", + "integrity": "sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", + "license": "ISC" + }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", diff --git a/package.json b/package.json index 7e0c9e98..79fa3e23 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "table": "^6.8.1", "uuid": "^9.0.1", "winston": "^3.11.0", + "string-similarity": "^4.0.4", "winston-daily-rotate-file": "^4.7.1" }, "devDependencies": {