From 88e151f1d4beb1e926998a2407895f1ba2360715 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 07:13:20 +0000 Subject: [PATCH] fix: upgrade @octokit/types from 13.5.0 to 13.5.1 Snyk has created this PR to upgrade @octokit/types from 13.5.0 to 13.5.1. See this package in npm: @octokit/types See this project in Snyk: https://app.snyk.io/org/zwiqler94/project/fd64aada-1b32-4aaf-b90e-01b685311970?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef8fd2c..bf4213d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "@kie/mock-github": "^2.0.1", "@octokit/app": "^15.1.0", - "@octokit/types": "^13.5.0", + "@octokit/types": "^13.5.1", "@vercel/ncc": "^0.38.1", "jsonwebtoken": "^9.0.2", "libsodium-wrappers": "^0.7.14", @@ -602,9 +602,10 @@ } }, "node_modules/@octokit/types": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", - "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.1.tgz", + "integrity": "sha512-F41lGiWBKPIWPBgjSvaDXTTQptBujnozENAK3S//nj7xsFdYdirImKlBB/hTjr+Vii68SM+8jG3UJWRa6DMuDA==", + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index 4a7803d..eaf34d0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/github": "^6.0.0", "@kie/mock-github": "^2.0.1", "@octokit/app": "^15.1.0", - "@octokit/types": "^13.5.0", + "@octokit/types": "^13.5.1", "@vercel/ncc": "^0.38.1", "jsonwebtoken": "^9.0.2", "libsodium-wrappers": "^0.7.14",