From c1a61df4f10c508b181ba36f6d09b368d33fc896 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 11 Apr 2024 09:45:42 -0600 Subject: [PATCH] Remove unused dependency --- sources/package-lock.json | 1 - sources/package.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/sources/package-lock.json b/sources/package-lock.json index f24ad98..a581233 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -35,7 +35,6 @@ "eslint-plugin-github": "4.10.2", "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "5.1.3", - "glob-parent": "6.0.2", "jest": "29.7.0", "js-yaml": "4.1.0", "nock": "13.5.4", diff --git a/sources/package.json b/sources/package.json index e5e4b70..f2653f2 100644 --- a/sources/package.json +++ b/sources/package.json @@ -44,7 +44,6 @@ "@octokit/webhooks-types": "7.5.0", "semver": "7.6.0", "string-argv": "0.3.2", - "typed-rest-client": "1.8.11", "unhomoglyph": "1.0.6" }, @@ -65,8 +64,6 @@ "prettier": "3.2.5", "ts-jest": "29.1.2", "typescript": "5.4.3", - - "glob-parent": "6.0.2", "nock": "13.5.4" } }