diff --git a/package-lock.json b/package-lock.json index 54afdd6..511ab57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,31 +9,31 @@ "version": "3.0.2", "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.10.0", - "@octopusdeploy/api-client": "^3.2.0", - "glob": "^8.1.0" + "@actions/core": "1.10.0", + "@octopusdeploy/api-client": "3.2.0", + "glob": "8.1.0" }, "devDependencies": { - "@types/glob": "^8.0.1", - "@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", - "eslint-plugin-prettier": "^4.2.1", - "jest": "^29.4.1", - "jest-circus": "^29.4.1", - "jest-junit": "^15.0.0", - "js-yaml": "^4.1.0", + "@types/glob": "8.0.1", + "@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", + "eslint-plugin-prettier": "4.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 57f7b99..1da8b8e 100644 --- a/package.json +++ b/package.json @@ -4,32 +4,32 @@ "url": "https://github.com/OctopusDeploy/create-zip-package-action/issues" }, "dependencies": { - "@actions/core": "^1.10.0", - "@octopusdeploy/api-client": "^3.2.0", - "glob": "^8.1.0" + "@actions/core": "1.10.0", + "@octopusdeploy/api-client": "3.2.0", + "glob": "8.1.0" }, "description": "GitHub Action to create a Zip package for Octopus Deploy", "devDependencies": { - "@types/glob": "^8.0.1", - "@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", - "eslint-plugin-prettier": "^4.2.1", - "jest": "^29.4.1", - "jest-circus": "^29.4.1", - "jest-junit": "^15.0.0", - "js-yaml": "^4.1.0", + "@types/glob": "8.0.1", + "@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", + "eslint-plugin-prettier": "4.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/create-zip-package-action#readme", "jest": {