diff --git a/package-lock.json b/package-lock.json index 016af41..903a53c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,18 +14,18 @@ "@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.4", "fast-xml-parser": "^4.3.6", "html-to-text": "*", - "ramda": "^0.29.1", + "ramda": "^0.30.0", "unescape": "*" }, "devDependencies": { "@types/istanbul-lib-report": "^3.0.3", "@types/jest": "^29.5.12", "@types/node": "^20.12.8", - "@types/ramda": "^0.29.10", + "@types/ramda": "^0.30.0", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "@vercel/ncc": "^0.38.1", @@ -1689,12 +1689,12 @@ } }, "node_modules/@types/ramda": { - "version": "0.29.10", - "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.10.tgz", - "integrity": "sha512-0BzWVKtSEtignlk+XBuK88Il5wzQwbRVfEkzE8iKm02NYHMGQ/9ffB05M+zXhTCqo50DOIAT9pNSJsjFMMG4rQ==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.30.0.tgz", + "integrity": "sha512-DQtfqUbSB18iM9NHbQ++kVUDuBWHMr6T2FpW1XTiksYRGjq4WnNPZLt712OEHEBJs7aMyJ68Mf2kGMOP1srVVw==", "dev": true, "dependencies": { - "types-ramda": "^0.29.7" + "types-ramda": "^0.30.0" } }, "node_modules/@types/semver": { @@ -6155,9 +6155,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" @@ -6993,9 +6993,9 @@ } }, "node_modules/types-ramda": { - "version": "0.29.7", - "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.7.tgz", - "integrity": "sha512-8KBxZGJwUF3MpRkkJauSpvfHXk8Ssq15QXGuCBTDGeKd9PfheokkC3wAKRV3djej9O31Qa5M7Owsg8hF0GjtAw==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.30.0.tgz", + "integrity": "sha512-oVPw/KHB5M0Du0txTEKKM8xZOG9cZBRdCVXvwHYuNJUVkAiJ9oWyqkA+9Bj2gjMsHgkkhsYevobQBWs8I2/Xvw==", "dev": true, "dependencies": { "ts-toolbelt": "^9.6.0" diff --git a/package.json b/package.json index 60f59d8..79f085b 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "@types/html-to-text": "^9.0.4", "fast-xml-parser": "^4.3.6", "html-to-text": "latest", - "ramda": "^0.29.1", + "ramda": "^0.30.0", "unescape": "latest" }, "devDependencies": { "@types/istanbul-lib-report": "^3.0.3", "@types/jest": "^29.5.12", "@types/node": "^20.12.8", - "@types/ramda": "^0.29.10", + "@types/ramda": "^0.30.0", "@typescript-eslint/parser": "^7.8.0", "@typescript-eslint/eslint-plugin": "^7.8.0", "@vercel/ncc": "^0.38.1",