diff --git a/package-lock.json b/package-lock.json index b48527ba..f51e32c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,29 +9,29 @@ "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.10.0", - "@octopusdeploy/api-client": "^3.1.0", - "tmp": "^0.2.1" + "@actions/core": "1.10.0", + "@octopusdeploy/api-client": "3.1.0", + "tmp": "0.2.1" }, "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": "^18.11.18", - "@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": "18.11.18", + "@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", - "ts-jest": "^29.0.5", - "typescript": "^4.9.4" + "ts-jest": "29.0.5", + "typescript": "4.9.4" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index b42aa2f2..cc4a1718 100644 --- a/package.json +++ b/package.json @@ -4,30 +4,30 @@ "url": "https://github.com/OctopusDeploy/create-release-action/issues" }, "dependencies": { - "@actions/core": "^1.10.0", - "@octopusdeploy/api-client": "^3.1.0", - "tmp": "^0.2.1" + "@actions/core": "1.10.0", + "@octopusdeploy/api-client": "3.1.0", + "tmp": "0.2.1" }, "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": "^18.11.18", - "@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": "18.11.18", + "@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", - "ts-jest": "^29.0.5", - "typescript": "^4.9.4" + "ts-jest": "29.0.5", + "typescript": "4.9.4" }, "homepage": "https://github.com/OctopusDeploy/create-release-action#readme", "jest": {