diff --git a/package-lock.json b/package-lock.json index 162ea27..3504f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "next": "14.2.15", "next-auth": "4.24.10", "octokit": "3.2.1", - "probot": "13.3.10", + "probot": "13.4.0", "proxy-agent": "6.4.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -32,7 +32,7 @@ "superjson": "2.2.1", "tempy": "1.0.1", "tslog": "4.9.3", - "undici": "6.20.1", + "undici": "6.21.0", "zod": "3.23.8" }, "devDependencies": { @@ -50,7 +50,7 @@ "eslint": "8.57.0", "eslint-config-next": "14.2.15", "github-app-webhook-relay-polling": "2.0.0", - "husky": "9.1.6", + "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "15.2.10", "nock": "14.0.0-beta.7", @@ -8343,9 +8343,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" @@ -12256,9 +12256,9 @@ } }, "node_modules/probot": { - "version": "13.3.10", - "resolved": "https://registry.npmjs.org/probot/-/probot-13.3.10.tgz", - "integrity": "sha512-C9XyVTHbNqEpoVTYBY8V4k3P1mM0JYwXoHV008i34cexQyWtvggX+IU2eJ2ZvIPXqLiig7H626gOxNgXlUUkjg==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/probot/-/probot-13.4.0.tgz", + "integrity": "sha512-W+6KHMXVZtOo0bPw1RwyQS74AqExY87t675w42l/FZSZAu8gF7vAyFw7fIaBfwbHwdvzW0ysSg2xo391oy6PJw==", "dependencies": { "@octokit/core": "^5.0.2", "@octokit/plugin-enterprise-compatibility": "^4.0.1", @@ -14222,9 +14222,9 @@ } }, "node_modules/undici": { - "version": "6.20.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz", - "integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", + "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index bd9ded7..8c544df 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "next": "14.2.15", "next-auth": "4.24.10", "octokit": "3.2.1", - "probot": "13.3.10", + "probot": "13.4.0", "proxy-agent": "6.4.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -42,7 +42,7 @@ "superjson": "2.2.1", "tempy": "1.0.1", "tslog": "4.9.3", - "undici": "6.20.1", + "undici": "6.21.0", "zod": "3.23.8" }, "devDependencies": { @@ -60,7 +60,7 @@ "eslint": "8.57.0", "eslint-config-next": "14.2.15", "github-app-webhook-relay-polling": "2.0.0", - "husky": "9.1.6", + "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "15.2.10", "nock": "14.0.0-beta.7",