From 982d9cdd7e60b59aff3fea26bbb9247b1571164b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:42:21 +0000 Subject: [PATCH] chore: bump @octokit/webhooks in /openfeature/ci_scripts Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.9.1 to 10.9.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v10.9.1...v10.9.2) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- openfeature/ci_scripts/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openfeature/ci_scripts/package-lock.json b/openfeature/ci_scripts/package-lock.json index 5a05b8ee3a1..c744b703a1f 100644 --- a/openfeature/ci_scripts/package-lock.json +++ b/openfeature/ci_scripts/package-lock.json @@ -311,9 +311,9 @@ } }, "node_modules/@octokit/webhooks": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.9.1.tgz", - "integrity": "sha512-5NXU4VfsNOo2VSU/SrLrpPH2Z1ZVDOWFcET4EpnEBX1uh/v8Uz65UVuHIRx5TZiXhnWyRE9AO1PXHa+M/iWwZA==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.9.2.tgz", + "integrity": "sha512-hFVF/szz4l/Y/GQdKxNmQjUke0XJXK986p+ucIlubTGVPVtVtup5G1jarQfvCMBs9Fvlf9dvH8K83E4lefmofQ==", "dependencies": { "@octokit/request-error": "^3.0.0", "@octokit/webhooks-methods": "^3.0.0",