From cfcc562b5ad0b7d9c3e9d100b93f5adc5d651401 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Dec 2023 02:19:33 +0000 Subject: [PATCH] fix(deps): pin dependencies --- package-lock.json | 40 ++++++++++++++++++++-------------------- package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34acbbf7..8cf4c714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,29 +9,29 @@ "version": "3.2.0", "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.10.0", - "@octopusdeploy/api-client": "^3.2.0" + "@actions/core": "1.10.0", + "@octopusdeploy/api-client": "3.2.0" }, "devDependencies": { - "@octopusdeploy/runtime-inputs": "^0.16.0", - "@types/jest": "^29.4.0", - "@types/json-patch": "^0.0.30", - "@types/lodash": "^4.14.191", - "@types/node": "^20.10.4", - "@types/tmp": "^0.2.3", - "@typescript-eslint/parser": "^5.49.0", - "@vercel/ncc": "^0.36.1", - "eslint": "^8.33.0", - "eslint-plugin-github": "^4.6.0", - "eslint-plugin-jest": "^27.2.1", - "jest": "^29.4.1", - "jest-circus": "^29.4.1", - "jest-junit": "^15.0.0", - "js-yaml": "^4.1.0", + "@octopusdeploy/runtime-inputs": "0.16.0", + "@types/jest": "29.4.0", + "@types/json-patch": "0.0.30", + "@types/lodash": "4.14.191", + "@types/node": "20.10.4", + "@types/tmp": "0.2.3", + "@typescript-eslint/parser": "5.49.0", + "@vercel/ncc": "0.36.1", + "eslint": "8.33.0", + "eslint-plugin-github": "4.6.0", + "eslint-plugin-jest": "27.2.1", + "jest": "29.4.1", + "jest-circus": "29.4.1", + "jest-junit": "15.0.0", + "js-yaml": "4.1.0", "prettier": "2.8.1", - "tmp": "^0.2.1", - "ts-jest": "^29.0.5", - "typescript": "^4.9.4" + "tmp": "0.2.1", + "ts-jest": "29.0.5", + "typescript": "4.9.4" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 72510a8e..c69dbae5 100644 --- a/package.json +++ b/package.json @@ -4,30 +4,30 @@ "url": "https://github.com/OctopusDeploy/deploy-release-action/issues" }, "dependencies": { - "@actions/core": "^1.10.0", - "@octopusdeploy/api-client": "^3.2.0" + "@actions/core": "1.10.0", + "@octopusdeploy/api-client": "3.2.0" }, "description": "GitHub Action to Create a Release in Octopus Deploy", "devDependencies": { - "@octopusdeploy/runtime-inputs": "^0.16.0", - "@types/jest": "^29.4.0", - "@types/json-patch": "^0.0.30", - "@types/lodash": "^4.14.191", - "@types/node": "^20.10.4", - "@types/tmp": "^0.2.3", - "@typescript-eslint/parser": "^5.49.0", - "@vercel/ncc": "^0.36.1", - "eslint": "^8.33.0", - "eslint-plugin-github": "^4.6.0", - "eslint-plugin-jest": "^27.2.1", - "jest": "^29.4.1", - "jest-circus": "^29.4.1", - "jest-junit": "^15.0.0", - "js-yaml": "^4.1.0", + "@octopusdeploy/runtime-inputs": "0.16.0", + "@types/jest": "29.4.0", + "@types/json-patch": "0.0.30", + "@types/lodash": "4.14.191", + "@types/node": "20.10.4", + "@types/tmp": "0.2.3", + "@typescript-eslint/parser": "5.49.0", + "@vercel/ncc": "0.36.1", + "eslint": "8.33.0", + "eslint-plugin-github": "4.6.0", + "eslint-plugin-jest": "27.2.1", + "jest": "29.4.1", + "jest-circus": "29.4.1", + "jest-junit": "15.0.0", + "js-yaml": "4.1.0", "prettier": "2.8.1", - "tmp": "^0.2.1", - "ts-jest": "^29.0.5", - "typescript": "^4.9.4" + "tmp": "0.2.1", + "ts-jest": "29.0.5", + "typescript": "4.9.4" }, "homepage": "https://github.com/OctopusDeploy/deploy-release-action#readme", "jest": {