From a2117859c596f3098541f3ca8b1cf91d171e016b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:22:36 +0000 Subject: [PATCH] Bump ramda from 0.29.1 to 0.31.3 Bumps [ramda](https://github.com/ramda/ramda) from 0.29.1 to 0.31.3. - [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.31.3) --- updated-dependencies: - dependency-name: ramda dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2a20aca..9774e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,12 +14,12 @@ "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", "@actions/io": "^1.1.3", - "@octokit/rest": "latest", + "@octokit/rest": "*", "@types/html-to-text": "^9.0.2", "fast-xml-parser": "^4.3.2", - "html-to-text": "latest", - "ramda": "^0.29.1", - "unescape": "latest" + "html-to-text": "*", + "ramda": "^0.31.3", + "unescape": "*" }, "devDependencies": { "@types/istanbul-lib-report": "^3.0.1", @@ -6172,9 +6172,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.31.3", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.31.3.tgz", + "integrity": "sha512-xKADKRNnqmDdX59PPKLm3gGmk1ZgNnj3k7DryqWwkamp4TJ6B36DdpyKEQ0EoEYmH2R62bV4Q+S0ym2z8N2f3Q==", "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" diff --git a/package.json b/package.json index 68d0a1f..0339ffd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/html-to-text": "^9.0.2", "fast-xml-parser": "^4.3.2", "html-to-text": "latest", - "ramda": "^0.29.1", + "ramda": "^0.31.3", "unescape": "latest" }, "devDependencies": {