diff --git a/package.json b/package.json index 3a1ef18..f2be694 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,14 @@ "license": "ISC", "repository": "github:probot/adapter-github-actions", "devDependencies": { - "nock": "^14.0.0-beta.5", - "prettier": "^3.2.5", - "vitest": "^3.0.0" + "nock": "^14.0.4", + "prettier": "^3.5.3", + "vitest": "^3.1.2" }, "dependencies": { - "@actions/core": "^1.10.1", - "pino": "^8.5.0", - "probot": "^13.0.2", + "@actions/core": "^1.11.1", + "pino": "^9.6.0", + "probot": "^13.4.5", "through2": "^4.0.2" }, "type": "module"