From e1fcfa43cffb33013e1c97f395523bae940c7e16 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 9 Apr 2025 16:53:59 -0600 Subject: [PATCH] Remove unused and add missing dependencies (#603) --- sources/package-lock.json | 17 +++++++++-------- sources/package.json | 5 +++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/sources/package-lock.json b/sources/package-lock.json index c2d2087..2bdb5ad 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -20,7 +20,7 @@ "@actions/tool-cache": "2.0.2", "@octokit/request-error": "5.1.1", "@octokit/webhooks-types": "7.6.1", - "cheerio": "^1.0.0", + "cheerio": "1.0.0", "semver": "7.7.1", "string-argv": "0.3.2", "typed-rest-client": "2.1.0", @@ -29,17 +29,18 @@ }, "devDependencies": { "@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", + "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/node": "20.17.30", "@types/unzipper": "0.10.11", "@types/which": "3.0.4", "@typescript-eslint/parser": "7.18.0", "@vercel/ncc": "0.38.3", + "dedent": "1.5.3", "eslint": "8.57.1", "eslint-plugin-github": "5.1.8", "eslint-plugin-jest": "28.11.0", "jest": "29.7.0", - "js-yaml": "4.1.0", "nock": "13.5.6", "npm-run-all": "4.1.5", "patch-package": "8.0.0", @@ -3900,9 +3901,9 @@ } }, "node_modules/dedent": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", - "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, "peerDependencies": { "babel-plugin-macros": "^3.1.0" @@ -13126,9 +13127,9 @@ } }, "dedent": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", - "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, "requires": {} }, diff --git a/sources/package.json b/sources/package.json index d7707d7..a84c023 100644 --- a/sources/package.json +++ b/sources/package.json @@ -42,7 +42,7 @@ "@actions/tool-cache": "2.0.2", "@octokit/request-error": "5.1.1", "@octokit/webhooks-types": "7.6.1", - "cheerio": "^1.0.0", + "cheerio": "1.0.0", "semver": "7.7.1", "string-argv": "0.3.2", "typed-rest-client": "2.1.0", @@ -51,17 +51,18 @@ }, "devDependencies": { "@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", + "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/node": "20.17.30", "@types/unzipper": "0.10.11", "@types/which": "3.0.4", "@typescript-eslint/parser": "7.18.0", "@vercel/ncc": "0.38.3", + "dedent": "1.5.3", "eslint": "8.57.1", "eslint-plugin-github": "5.1.8", "eslint-plugin-jest": "28.11.0", "jest": "29.7.0", - "js-yaml": "4.1.0", "nock": "13.5.6", "npm-run-all": "4.1.5", "patch-package": "8.0.0",