diff --git a/package-lock.json b/package-lock.json index 909a683..f0035d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/html-to-text": "^9.0.4", "fast-xml-parser": "^4.3.6", "html-to-text": "*", - "ramda": "^0.30.0", + "ramda": "^0.30.1", "unescape": "*" }, "devDependencies": { @@ -6244,9 +6244,9 @@ ] }, "node_modules/ramda": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.0.tgz", - "integrity": "sha512-13Y0iMhIQuAm/wNGBL/9HEqIfRGmNmjKnTPlKWfA9f7dnDkr8d45wQ+S7+ZLh/Pq9PdcGxkqKUEA7ySu1QSd9Q==", + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz", + "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" diff --git a/package.json b/package.json index fb586dd..c898581 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/html-to-text": "^9.0.4", "fast-xml-parser": "^4.3.6", "html-to-text": "latest", - "ramda": "^0.30.0", + "ramda": "^0.30.1", "unescape": "latest" }, "devDependencies": {