diff --git a/package-lock.json b/package-lock.json index 2a20aca..ccf149c 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.32.0", + "unescape": "*" }, "devDependencies": { "@types/istanbul-lib-report": "^3.0.1", @@ -6172,9 +6172,10 @@ ] }, "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.32.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.32.0.tgz", + "integrity": "sha512-GQWAHhxhxWBWA8oIBr1XahFVjQ9Fic6MK9ikijfd4TZHfE2+urfk+irVlR5VOn48uwMgM+loRRBJd6Yjsbc0zQ==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" diff --git a/package.json b/package.json index 68d0a1f..2cef7d6 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.32.0", "unescape": "latest" }, "devDependencies": {