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 14, 2023
1 parent d9242ad commit d748faa
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit d748faa

Please sign in to comment.