From eefc77624943a0af6bd864bbe7c84a802aebf844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:58:24 +0000 Subject: [PATCH] Bump ramda from 0.30.0 to 0.30.1 Bumps [ramda](https://github.com/ramda/ramda) from 0.30.0 to 0.30.1. - [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.30.0...v0.30.1) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-patch ... 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 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": {