From d656e9870fe0de171b321dc42c30b914f237ea94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:16:23 +0000 Subject: [PATCH] Bump ramda from 0.29.1 to 0.30.0 Bumps [ramda](https://github.com/ramda/ramda) from 0.29.1 to 0.30.0. - [Release notes](https://github.com/ramda/ramda/releases) - [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md) - [Commits](https://github.com/ramda/ramda/compare/v0.29.1...v0.30.0) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65ddbed..4f8e2e6 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.5", "html-to-text": "*", - "ramda": "^0.29.1", + "ramda": "^0.30.0", "unescape": "*" }, "devDependencies": { @@ -6114,9 +6114,9 @@ ] }, "node_modules/ramda": { - "version": "0.29.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.1.tgz", - "integrity": "sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.0.tgz", + "integrity": "sha512-13Y0iMhIQuAm/wNGBL/9HEqIfRGmNmjKnTPlKWfA9f7dnDkr8d45wQ+S7+ZLh/Pq9PdcGxkqKUEA7ySu1QSd9Q==", "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" diff --git a/package.json b/package.json index 0b5f327..1c650e9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/html-to-text": "^9.0.4", "fast-xml-parser": "^4.3.5", "html-to-text": "latest", - "ramda": "^0.29.1", + "ramda": "^0.30.0", "unescape": "latest" }, "devDependencies": {