From b9bda738acc53f46eaff2d8d2b9e0e07d3f86fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:09:19 +0200 Subject: [PATCH] chore(deps): bump string-mismatch from 2.1.1 to 3.0.1 (#1956) Bumps [string-mismatch](https://github.com/wil92/string-mismatch) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/wil92/string-mismatch/releases) - [Changelog](https://github.com/wil92/string-mismatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/wil92/string-mismatch/commits) --- updated-dependencies: - dependency-name: string-mismatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6728de7e3..cd8584e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "rss-parser": "^3.13.0", "sequelize": "^6.37.2", "simple-node-logger": "^21.8.12", - "string-mismatch": "^2.1.1", + "string-mismatch": "^3.0.1", "translatte": "^3.0.1", "underscore": "^1.13.6", "undici": "^6.11.1", @@ -7877,9 +7877,12 @@ } }, "node_modules/string-mismatch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-mismatch/-/string-mismatch-2.1.1.tgz", - "integrity": "sha512-3KT2dvkZTH0U0jmJVjiqUcvP/NqBW7BJ2T5hI++s+PG7xHXQJKe27ep0NL4vKG0MzlAA0QKMX4KALOUAlsB8PQ==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-mismatch/-/string-mismatch-3.0.1.tgz", + "integrity": "sha512-7xJY+nagUvCVZbiKHu2xzPEyMKXbs3DevA/munbWf/9qbANypd5nRj6Iy60abtb80vua+9oXNDI3A0kN4wpPow==", + "engines": { + "node": ">=18" + } }, "node_modules/string-width": { "version": "4.2.3", @@ -14046,9 +14049,9 @@ } }, "string-mismatch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-mismatch/-/string-mismatch-2.1.1.tgz", - "integrity": "sha512-3KT2dvkZTH0U0jmJVjiqUcvP/NqBW7BJ2T5hI++s+PG7xHXQJKe27ep0NL4vKG0MzlAA0QKMX4KALOUAlsB8PQ==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-mismatch/-/string-mismatch-3.0.1.tgz", + "integrity": "sha512-7xJY+nagUvCVZbiKHu2xzPEyMKXbs3DevA/munbWf/9qbANypd5nRj6Iy60abtb80vua+9oXNDI3A0kN4wpPow==" }, "string-width": { "version": "4.2.3", diff --git a/package.json b/package.json index 71648664b..0eb776590 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "rss-parser": "^3.13.0", "sequelize": "^6.37.2", "simple-node-logger": "^21.8.12", - "string-mismatch": "^2.1.1", + "string-mismatch": "^3.0.1", "translatte": "^3.0.1", "underscore": "^1.13.6", "undici": "^6.11.1",