From 2364b044bdd2ea7f557e4229785b1641cc5c189e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Dec 2020 02:52:24 +0000 Subject: [PATCH] fix: upgrade @github/rest-api-operations from 3.6.1 to 3.8.1 Snyk has created this PR to upgrade @github/rest-api-operations from 3.6.1 to 3.8.1. See this package in npm: https://www.npmjs.com/package/@github/rest-api-operations See this project in Snyk: https://app.snyk.io/org/bitokenja3/project/62bbbe17-4588-47ca-9307-b2fe0dd2316a?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60ce8989b990..9e6cc32c289a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2713,9 +2713,9 @@ } }, "@github/rest-api-operations": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@github/rest-api-operations/-/rest-api-operations-3.6.1.tgz", - "integrity": "sha512-tMbNFpAIxwalH46AIZGLM+6s1bP4B65lIaRZcDOrqpHbsDDRhO4fGklxqk2CfPz8goRRBETppKqOnhSmEPnADQ==" + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/@github/rest-api-operations/-/rest-api-operations-3.8.1.tgz", + "integrity": "sha512-vtpk7BpHhdEzcjiuPFjCTebniDz3I4MQNCb+P1lktQzLsrCccE5/9Pkm3cSEM7XXbRPXmqf63JD7WBwGqEPHBA==" }, "@hapi/address": { "version": "2.1.4", diff --git a/package.json b/package.json index 2d9364051989..21aa6252d989 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@github-docs/data-directory": "^1.2.0", "@github-docs/frontmatter": "^1.3.1", "@github-docs/render-content": "^5.2.0", - "@github/rest-api-operations": "^3.6.1", + "@github/rest-api-operations": "^3.8.1", "@octokit/rest": "^16.38.1", "@primer/css": "^15.2.0", "@primer/octicons": "^11.0.0",