From 91938f76ae8278f7717a2766c9f7474cbfd6adf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:55:26 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [probot](https://github.com/probot/probot), [undici](https://github.com/nodejs/undici) and [husky](https://github.com/typicode/husky). Updates `probot` from 13.3.10 to 13.4.0 - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v13.3.10...v13.4.0) Updates `undici` from 6.20.1 to 6.21.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.20.1...v6.21.0) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.6...v9.1.7) --- updated-dependencies: - dependency-name: probot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) 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",