Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent d350a2e commit ff09716
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
14.21.3
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,41 +33,41 @@
"url": "https://github.com/leanix/leanix-reporting-cli.git"
},
"devDependencies": {
"@leanix/import-sort-style": "^1.0.6",
"@types/ejs": "^3.0.5",
"@types/inquirer": "^7.3.1",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.8",
"@types/request-promise-native": "^1.0.17",
"@types/rimraf": "^3.0.0",
"@types/tar": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.13.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"@leanix/import-sort-style": "1.0.6",
"@types/ejs": "3.0.5",
"@types/inquirer": "7.3.1",
"@types/jest": "26.0.15",
"@types/lodash": "4.14.165",
"@types/mkdirp": "1.0.1",
"@types/node": "14.14.9",
"@types/request-promise-native": "1.0.17",
"@types/rimraf": "3.0.0",
"@types/tar": "4.0.4",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"husky": "4.3.0",
"jest": "26.6.3",
"prettier": "2.2.0",
"prettier-plugin-import-sort": "0.0.6",
"pretty-quick": "^3.1.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
"pretty-quick": "3.1.0",
"ts-jest": "26.4.4",
"typescript": "4.1.2"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.0",
"cross-spawn": "^5.1.0",
"ejs": "^3.1.9",
"inquirer": "^7.3.3",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"opn": "^5.5.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"rimraf": "^2.7.1",
"tar": "^4.4.19"
"chalk": "4.1.0",
"commander": "6.2.0",
"cross-spawn": "5.1.0",
"ejs": "3.1.9",
"inquirer": "7.3.3",
"jwt-decode": "2.2.0",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"opn": "5.5.0",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"rimraf": "2.7.1",
"tar": "4.4.19"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ff09716

Please sign in to comment.