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 authored and Octobob committed Dec 16, 2023
1 parent 9676e16 commit bfd89c8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

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

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bfd89c8

Please sign in to comment.