Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 12, 2023
1 parent 33a788d commit 332437d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 60 deletions.
81 changes: 42 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"url": "https://github.com/OctopusDeploy/install-octopus-cli-action/issues"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1",
"uuid": "^9.0.0"
"@actions/core": "1.10.0",
"@actions/http-client": "2.0.1",
"@actions/tool-cache": "2.0.1",
"uuid": "9.0.0"
},
"description": "GitHub Action to Install the Octopus CLI",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/semver": "^7.3.13",
"@types/tmp": "^0.2.3",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.33.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": "18.11.18",
"@types/semver": "7.3.13",
"@types/tmp": "0.2.3",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.33.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/install-octopus-cli-action#readme",
"jest": {
Expand Down

0 comments on commit 332437d

Please sign in to comment.