Skip to content

Commit

Permalink
fix(deps): pin dependencies (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: tradeshift-renovate[bot] <121954292+tradeshift-renovate[bot]@users.noreply.github.com>
  • Loading branch information
tradeshift-renovate[bot] authored Jan 23, 2023
1 parent 2af573b commit 6e00c39
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.19.0
50 changes: 25 additions & 25 deletions package-lock.json

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

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"csv-parse": "^4.16.3",
"path": "^0.12.7",
"semver": "^7.3.5",
"uuid": "^9.0.0"
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@actions/http-client": "2.0.1",
"@actions/io": "1.1.2",
"@actions/tool-cache": "2.0.1",
"csv-parse": "4.16.3",
"path": "0.12.7",
"semver": "7.3.8",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^16.9.2",
"@types/semver": "^7.3.6",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vercel/ncc": "^0.33.1",
"eslint": "^8.31.0",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-jest": "^27.2.0",
"jest": "^29.0.0",
"jest-circus": "^29.0.0",
"js-yaml": "^4.1.0",
"@types/jest": "29.2.6",
"@types/node": "16.18.11",
"@types/semver": "7.3.13",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@vercel/ncc": "0.33.4",
"eslint": "8.32.0",
"eslint-plugin-github": "4.6.0",
"eslint-plugin-jest": "27.2.1",
"jest": "29.3.1",
"jest-circus": "29.3.1",
"js-yaml": "4.1.0",
"prettier": "2.3.0",
"ts-jest": "^29.0.0",
"typescript": "^4.5.4"
"ts-jest": "29.0.5",
"typescript": "4.9.4"
}
}

0 comments on commit 6e00c39

Please sign in to comment.