From b786333dcbd00a19bb70f2bdc6b038481762eb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:24:54 +0000 Subject: [PATCH] Bump stopword from 3.1.1 to 3.1.2 Bumps [stopword](https://github.com/fergiemcdowall/stopword) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/fergiemcdowall/stopword/releases) - [Commits](https://github.com/fergiemcdowall/stopword/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: stopword dependency-type: direct:development update-type: version-update:semver-patch ... 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 ece5955..deea05c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "batr": "^2.1.10", - "stopword": "^3.1.1" + "stopword": "^3.1.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4861,9 +4861,9 @@ } }, "node_modules/stopword": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/stopword/-/stopword-3.1.1.tgz", - "integrity": "sha512-TzJdIuzqJNo6IaFvrF3fYqu08uJ/0VMsdABl6d6+dt6daD7QeHJnMt9sPqhVIxEmNaaeE8+eandVPJv9RhAL5Q==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/stopword/-/stopword-3.1.2.tgz", + "integrity": "sha512-k/1dz8aOa9hnSnYu+UXIJy0Jfmh+4f3mgILhy0rzz+3D2HIwA7Z1ziXi1AFic5SqHnhkT557IJS49+bzmJW7vQ==", "dev": true }, "node_modules/string-width": { @@ -9043,9 +9043,9 @@ } }, "stopword": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/stopword/-/stopword-3.1.1.tgz", - "integrity": "sha512-TzJdIuzqJNo6IaFvrF3fYqu08uJ/0VMsdABl6d6+dt6daD7QeHJnMt9sPqhVIxEmNaaeE8+eandVPJv9RhAL5Q==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/stopword/-/stopword-3.1.2.tgz", + "integrity": "sha512-k/1dz8aOa9hnSnYu+UXIJy0Jfmh+4f3mgILhy0rzz+3D2HIwA7Z1ziXi1AFic5SqHnhkT557IJS49+bzmJW7vQ==", "dev": true }, "string-width": { diff --git a/package.json b/package.json index 2cdb6e5..41e9f80 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "homepage": "https://github.com/eklem/eklem-headline-parser", "devDependencies": { "batr": "^2.1.10", - "stopword": "^3.1.1" + "stopword": "^3.1.2" } }