diff --git a/package-lock.json b/package-lock.json index 2a20aca..c038958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,17 +14,17 @@ "@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", + "html-to-text": "*", "ramda": "^0.29.1", - "unescape": "latest" + "unescape": "*" }, "devDependencies": { "@types/istanbul-lib-report": "^3.0.1", "@types/jest": "^29.5.5", - "@types/node": "^20.8.5", + "@types/node": "^25.0.8", "@types/ramda": "^0.29.6", "@typescript-eslint/parser": "^6.7.5", "@vercel/ncc": "^0.38.0", @@ -1648,12 +1648,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.8.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz", - "integrity": "sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==", + "version": "25.0.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.8.tgz", + "integrity": "sha512-powIePYMmC3ibL0UJ2i2s0WIbq6cg6UyVFQxSCpaPxxzAaziRfimGivjdF943sSGV6RADVbk0Nvlm5P/FB44Zg==", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.25.1" + "undici-types": "~7.16.0" } }, "node_modules/@types/ramda": { @@ -7039,10 +7040,11 @@ } }, "node_modules/undici-types": { - "version": "5.25.3", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", - "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==", - "dev": true + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "dev": true, + "license": "MIT" }, "node_modules/unescape": { "version": "1.0.1", diff --git a/package.json b/package.json index 68d0a1f..6909267 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@types/istanbul-lib-report": "^3.0.1", "@types/jest": "^29.5.5", - "@types/node": "^20.8.5", + "@types/node": "^25.0.8", "@types/ramda": "^0.29.6", "@typescript-eslint/parser": "^6.7.5", "@vercel/ncc": "^0.38.0",