From 541421649ec40b5268c570e6d8bf413186000150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:19:21 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /. directory: [probot](https://github.com/probot/probot) and [undici](https://github.com/nodejs/undici). Updates `probot` from 12.3.1 to 12.3.3 - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v12.3.1...v12.3.3) Updates `@octokit/webhooks` from 9.26.0 to 9.26.3 - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v9.26.0...v9.26.3) Updates `undici` from 5.27.2 to 5.28.3 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.3) --- updated-dependencies: - dependency-name: probot dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: "@octokit/webhooks" dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: undici dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccd9de9..465aee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "^18.x", "jest": "^29.7.0", "nock": "^13.3.8", - "probot": "^12.3.1", + "probot": "^12.3.3", "rimraf": "^5.0.0", "smee-client": "^1.2.3", "ts-jest": "^29.1.1", @@ -2072,9 +2072,9 @@ } }, "node_modules/@octokit/webhooks": { - "version": "9.26.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.26.0.tgz", - "integrity": "sha512-foZlsgrTDwAmD5j2Czn6ji10lbWjGDVsUxTIydjG9KTkAWKJrFapXJgO5SbGxRwfPd3OJdhK3nA2YPqVhxLXqA==", + "version": "9.26.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.26.3.tgz", + "integrity": "sha512-DLGk+gzeVq5oK89Bo601txYmyrelMQ7Fi5EnjHE0Xs8CWicy2xkmnJMKptKJrBJpstqbd/9oeDFi/Zj2pudBDQ==", "dependencies": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-methods": "^2.0.0", @@ -6947,9 +6947,9 @@ } }, "node_modules/probot": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.1.tgz", - "integrity": "sha512-ECSgycmAC0ILEK6cOa+x3QPufP5JybsuohOFCYr3glQU5SkbmypZJE/Sfio9mxAFHK5LCXveIDsfZCxf6ck4JA==", + "version": "12.3.3", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.3.tgz", + "integrity": "sha512-cdtKd+xISzi8sw6++BYBXleRknCA6hqUMoHj/sJqQBrjbNxQLhfeFCq9O2d0Z4eShsy5YFRR3MWwDKJ9uAE0CA==", "dependencies": { "@octokit/core": "^3.2.4", "@octokit/plugin-enterprise-compatibility": "^1.2.8", @@ -6958,7 +6958,7 @@ "@octokit/plugin-retry": "^3.0.6", "@octokit/plugin-throttling": "^3.3.4", "@octokit/types": "^8.0.0", - "@octokit/webhooks": "^9.8.4", + "@octokit/webhooks": "^9.26.3", "@probot/get-private-key": "^1.1.0", "@probot/octokit-plugin-config": "^1.0.0", "@probot/pino": "^2.2.0", @@ -7953,9 +7953,9 @@ } }, "node_modules/undici": { - "version": "5.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz", - "integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==", + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", "dependencies": { "@fastify/busboy": "^2.0.0" }, diff --git a/package.json b/package.json index 97c7efa..4c9eac3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/node": "^18.x", "jest": "^29.7.0", "nock": "^13.3.8", - "probot": "^12.3.1", + "probot": "^12.3.3", "rimraf": "^5.0.0", "smee-client": "^1.2.3", "ts-jest": "^29.1.1",