diff --git a/package-lock.json b/package-lock.json index f455b68e..9077862d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,28 +9,28 @@ "version": "3.2.0", "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.10.0", - "@actions/github": "^5.1.1", - "@octokit/webhooks-types": "^6.10.0", - "@octopusdeploy/api-client": "^3.2.0" + "@actions/core": "1.10.0", + "@actions/github": "5.1.1", + "@octokit/webhooks-types": "6.10.0", + "@octopusdeploy/api-client": "3.2.0" }, "devDependencies": { - "@types/jest": "^29.4.0", - "@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", + "@types/jest": "29.4.0", + "@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 142454df..d007ee05 100644 --- a/package.json +++ b/package.json @@ -4,29 +4,29 @@ "url": "https://github.com/OctopusDeploy/push-build-information-action/issues" }, "dependencies": { - "@actions/core": "^1.10.0", - "@actions/github": "^5.1.1", - "@octokit/webhooks-types": "^6.10.0", - "@octopusdeploy/api-client": "^3.2.0" + "@actions/core": "1.10.0", + "@actions/github": "5.1.1", + "@octokit/webhooks-types": "6.10.0", + "@octopusdeploy/api-client": "3.2.0" }, "description": "GitHub Action to Push Build Information to Octopus Deploy", "devDependencies": { - "@types/jest": "^29.4.0", - "@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", + "@types/jest": "29.4.0", + "@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/push-build-information-action#readme", "jest": {