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": {