From a8c9f4d93068e73d0a477159c7f3aea5582656b0 Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Mon, 9 Oct 2023 22:40:24 +0200 Subject: [PATCH] chore: pinned the dependencies see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1349662921 Signed-off-by: Dmitry Kisler --- package-lock.json | 18 +++++++++--------- package.json | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c870b7..ffc3997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,17 +9,17 @@ "version": "0.0.1", "license": "MPL-2.0", "dependencies": { - "@actions/core": "^1.10.1", - "@actions/exec": "^1.1.1", - "@actions/io": "^1.1.3", - "@actions/tool-cache": "^2.0.1" + "@actions/core": "1.10.1", + "@actions/exec": "1.1.1", + "@actions/io": "1.1.3", + "@actions/tool-cache": "2.0.1" }, "devDependencies": { - "@vercel/ncc": "^0.38.0", - "husky": "^8.0.3", - "jest": "^29.7.0", - "nock": "^13.3.3", - "semistandard": "^17.0.0" + "@vercel/ncc": "0.38.0", + "husky": "8.0.3", + "jest": "29.7.0", + "nock": "13.3.3", + "semistandard": "17.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 1f450e9..c13d494 100644 --- a/package.json +++ b/package.json @@ -19,17 +19,17 @@ "keywords": [], "author": "", "dependencies": { - "@actions/core": "^1.10.1", - "@actions/exec": "^1.1.1", - "@actions/io": "^1.1.3", - "@actions/tool-cache": "^2.0.1" + "@actions/core": "1.10.1", + "@actions/exec": "1.1.1", + "@actions/io": "1.1.3", + "@actions/tool-cache": "2.0.1" }, "devDependencies": { - "@vercel/ncc": "^0.38.0", - "husky": "^8.0.3", - "jest": "^29.7.0", - "nock": "^13.3.3", - "semistandard": "^17.0.0" + "@vercel/ncc": "0.38.0", + "husky": "8.0.3", + "jest": "29.7.0", + "nock": "13.3.3", + "semistandard": "17.0.0" }, "semistandard": { "ignore": [