From 029bbdf6f0c909d14d49504eba0d54a29b1b054a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:27:06 +0000 Subject: [PATCH] fix(deps): update dependency universal-github-app-jwt to v2 --- package-lock.json | 38 +++++++++++--------------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07c89a002..fa8205eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/lru-cache": "^5.1.0", "deprecation": "^2.3.1", "lru-cache": "^6.0.0", - "universal-github-app-jwt": "^1.1.1", + "universal-github-app-jwt": "^2.0.0", "universal-user-agent": "^6.0.0" }, "devDependencies": { @@ -3127,14 +3127,6 @@ "pretty-format": "^29.0.0" } }, - "node_modules/@types/jsonwebtoken": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", - "integrity": "sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", @@ -3149,7 +3141,8 @@ "node_modules/@types/node": { "version": "18.15.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", - "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" + "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==", + "dev": true }, "node_modules/@types/prettier": { "version": "2.7.2", @@ -7853,11 +7846,10 @@ } }, "node_modules/universal-github-app-jwt": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-1.1.1.tgz", - "integrity": "sha512-G33RTLrIBMFmlDV4u4CBF7dh71eWwykck4XgaxaIVeZKOYZRAAxvcGMRFTUclVY6xoUPQvO4Ne5wKGxYm/Yy9w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-2.0.1.tgz", + "integrity": "sha512-G/YxxKeXx2M2EuyD5ZZoCyo80ljxWhqPGVRwZKgWgQa8KHR8pTZw5l62gHcFIxLEJAwhPA1+PKJnz6NJgKBbuQ==", "dependencies": { - "@types/jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0" } }, @@ -10459,14 +10451,6 @@ "pretty-format": "^29.0.0" } }, - "@types/jsonwebtoken": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", - "integrity": "sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==", - "requires": { - "@types/node": "*" - } - }, "@types/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", @@ -10481,7 +10465,8 @@ "@types/node": { "version": "18.15.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", - "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" + "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==", + "dev": true }, "@types/prettier": { "version": "2.7.2", @@ -13992,11 +13977,10 @@ "dev": true }, "universal-github-app-jwt": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-1.1.1.tgz", - "integrity": "sha512-G33RTLrIBMFmlDV4u4CBF7dh71eWwykck4XgaxaIVeZKOYZRAAxvcGMRFTUclVY6xoUPQvO4Ne5wKGxYm/Yy9w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-2.0.1.tgz", + "integrity": "sha512-G/YxxKeXx2M2EuyD5ZZoCyo80ljxWhqPGVRwZKgWgQa8KHR8pTZw5l62gHcFIxLEJAwhPA1+PKJnz6NJgKBbuQ==", "requires": { - "@types/jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0" } }, diff --git a/package.json b/package.json index 114a06c18..6d21a1d3a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/lru-cache": "^5.1.0", "deprecation": "^2.3.1", "lru-cache": "^6.0.0", - "universal-github-app-jwt": "^1.1.1", + "universal-github-app-jwt": "^2.0.0", "universal-user-agent": "^6.0.0" }, "devDependencies": {