Skip to content

Commit

Permalink
fix(deps): pin dependencies (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 2, 2022
1 parent a81061c commit a87040e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 124 deletions.
180 changes: 70 additions & 110 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"author": "k3rnel-pan1c",
"license": "GPLv3",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0"
"@actions/core": "1.6.0",
"@actions/exec": "1.1.0",
"@actions/github": "5.0.0"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vercel/ncc": "^0.33.1",
"eslint": "^8.6.0",
"@types/node": "16.11.17",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"@vercel/ncc": "0.33.1",
"eslint": "8.6.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-jest": "^25.3.4",
"jest": "^27.4.5",
"js-yaml": "^4.1.0",
"eslint-plugin-jest": "25.3.4",
"jest": "27.4.5",
"js-yaml": "4.1.0",
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"husky": "^7.0.0"
"ts-jest": "27.1.2",
"typescript": "4.5.4",
"husky": "7.0.4"
}
}

0 comments on commit a87040e

Please sign in to comment.