diff --git a/package-lock.json b/package-lock.json index 49163f9b..ba8acc04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7951,12 +7951,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -8406,9 +8406,9 @@ } }, "node_modules/path-to-regexp": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", - "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "node_modules/path-type": { "version": "4.0.0", @@ -10460,10 +10460,10 @@ "@actions/exec": "^1.1.0", "@actions/github": "^6.0.0", "@actions/tool-cache": "^2.0.1", - "@octokit/plugin-paginate-rest": "*", - "@octokit/rest": "*", - "@octokit/types": "*", - "@octokit/webhooks": "*", + "@octokit/plugin-paginate-rest": "latest", + "@octokit/rest": "latest", + "@octokit/types": "latest", + "@octokit/webhooks": "latest", "@types/sarif": "^2.1.7", "jszip": "^3.10.1" }, @@ -10477,11 +10477,11 @@ "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.8.2", - "jest": "*", + "jest": "latest", "js-yaml": "^4.1.0", "nock": "^13.5.5", "prettier": "3.3.3", - "ts-jest": "*", + "ts-jest": "latest", "typescript": "^5.5.4" } },