From ff82444f28aa02d686f8da6c3f3c762dc0d33b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:30:20 +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 204555460..72f4007eb 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.3", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz", - "integrity": "sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==" + "integrity": "sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==", + "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.3", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz", - "integrity": "sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==" + "integrity": "sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==", + "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 82275f3e8..bca1b5f0d 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": {