From 4945e338abfc1692ccd834c855c9fd71f65e1ec4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 09:09:06 +0000 Subject: [PATCH] fix: upgrade natural from 8.0.1 to 8.1.0 Snyk has created this PR to upgrade natural from 8.0.1 to 8.1.0. See this package in npm: natural See this project in Snyk: https://app.snyk.io/org/abbytec/project/8a503420-7940-4186-a3ee-cc014ce3b69a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc4d667..297b687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "is-svg": "^5.1.0", "luxon": "^3.7.1", "mongoose": "^8.6.3", - "natural": "^8.0.1", + "natural": "^8.1.0", "node-fetch": "^3.3.2", "node-html-parser": "^7.0.1", "redis": "^4.7.1", @@ -5467,9 +5467,10 @@ "license": "MIT" }, "node_modules/natural": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/natural/-/natural-8.0.1.tgz", - "integrity": "sha512-VVw8O5KrfvwqAFeNZEgBbdgA+AQaBlHcXEootWU7TWDaFWFI0VLfzyKMsRjnfdS3cVCpWmI04xLJonCvEv11VQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/natural/-/natural-8.1.0.tgz", + "integrity": "sha512-qHKU+BzPXzEDwToFBzlI+3oI2jeN3xRNP421ifoF2Fw7ej+5zEO3Z5wUKPjz00jhz9/ESerIUGfhPqqkOqlWPA==", + "license": "MIT", "dependencies": { "afinn-165": "^1.0.2", "afinn-165-financialmarketnews": "^3.0.0", diff --git a/package.json b/package.json index 0595168..6c0a7a6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "is-svg": "^5.1.0", "luxon": "^3.7.1", "mongoose": "^8.6.3", - "natural": "^8.0.1", + "natural": "^8.1.0", "node-fetch": "^3.3.2", "node-html-parser": "^7.0.1", "redis": "^4.7.1",