From b1227d90b23c72a54e4bdb1412d8ad618ca021cd Mon Sep 17 00:00:00 2001 From: Ludy Date: Tue, 19 Aug 2025 13:13:56 +0200 Subject: [PATCH] Pin dependencies --- package-lock.json | 47 ++++++++++++++++++++++++----------------------- package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 44 insertions(+), 43 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1a475f..342d20a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,29 +9,29 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.0", - "@actions/exec": "^1.1.1", + "@actions/core": "1.10.0", + "@actions/exec": "1.1.1", "@actions/github": "6.0.0", - "picomatch": "^2.3.1" + "picomatch": "2.3.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", - "@types/jest": "^29.5.11", - "@types/js-yaml": "^4.0.9", - "@types/node": "^20.11.6", - "@types/picomatch": "^2.3.3", - "@typescript-eslint/eslint-plugin": "^6.19.1", - "@typescript-eslint/parser": "^6.19.1", - "@vercel/ncc": "^0.38.1", - "eslint": "^8.56.0", - "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^27.6.3", - "jest": "^29.7.0", - "jest-circus": "^29.7.0", - "js-yaml": "^4.1.0", - "prettier": "^2.8.8", - "ts-jest": "^29.1.2", - "typescript": "^5.3.3" + "@octokit/webhooks-types": "7.3.1", + "@types/jest": "29.5.11", + "@types/js-yaml": "4.0.9", + "@types/node": "20.11.6", + "@types/picomatch": "2.3.3", + "@typescript-eslint/eslint-plugin": "6.19.1", + "@typescript-eslint/parser": "6.19.1", + "@vercel/ncc": "0.38.1", + "eslint": "8.56.0", + "eslint-plugin-github": "4.10.1", + "eslint-plugin-jest": "27.6.3", + "jest": "29.7.0", + "jest-circus": "29.7.0", + "js-yaml": "4.1.0", + "prettier": "2.8.8", + "ts-jest": "29.1.2", + "typescript": "5.3.3" }, "engines": { "node": ">= 20" @@ -47,9 +47,10 @@ } }, "node_modules/@actions/core": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", + "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", + "license": "MIT", "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" diff --git a/package.json b/package.json index efc2691..07b96cd 100644 --- a/package.json +++ b/package.json @@ -28,28 +28,28 @@ "author": "YourNameOrOrganization", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.0", - "@actions/exec": "^1.1.1", + "@actions/core": "1.10.0", + "@actions/exec": "1.1.1", "@actions/github": "6.0.0", - "picomatch": "^2.3.1" + "picomatch": "2.3.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", - "@types/jest": "^29.5.11", - "@types/js-yaml": "^4.0.9", - "@types/node": "^20.11.6", - "@types/picomatch": "^2.3.3", - "@typescript-eslint/eslint-plugin": "^6.19.1", - "@typescript-eslint/parser": "^6.19.1", - "@vercel/ncc": "^0.38.1", - "eslint": "^8.56.0", - "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^27.6.3", - "jest": "^29.7.0", - "jest-circus": "^29.7.0", - "js-yaml": "^4.1.0", - "prettier": "^2.8.8", - "ts-jest": "^29.1.2", - "typescript": "^5.3.3" + "@octokit/webhooks-types": "7.3.1", + "@types/jest": "29.5.11", + "@types/js-yaml": "4.0.9", + "@types/node": "20.11.6", + "@types/picomatch": "2.3.3", + "@typescript-eslint/eslint-plugin": "6.19.1", + "@typescript-eslint/parser": "6.19.1", + "@vercel/ncc": "0.38.1", + "eslint": "8.56.0", + "eslint-plugin-github": "4.10.1", + "eslint-plugin-jest": "27.6.3", + "jest": "29.7.0", + "jest-circus": "29.7.0", + "js-yaml": "4.1.0", + "prettier": "2.8.8", + "ts-jest": "29.1.2", + "typescript": "5.3.3" } }