Skip to content

Commit

Permalink
Merge pull request #87 from leanix/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
ama-leanix authored Sep 30, 2024
2 parents 1bba9cf + 9f2761e commit 4809baf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
},
"dependencies": {
"axios": "1.7.7",
"chalk": "^4.1.0",
"commander": "^12.0.0",
"cross-spawn": "^5.1.0",
"ejs": "^3.1.9",
"form-data": "^4.0.0",
"inquirer": "^7.3.3",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"mkdirp": "^3.0.0",
"opn": "^5.5.0",
"rimraf": "^6.0.0",
"tar": "^6.0.0"
"chalk": "4.1.2",
"commander": "12.1.0",
"cross-spawn": "5.1.0",
"ejs": "3.1.10",
"form-data": "4.0.0",
"inquirer": "7.3.3",
"jwt-decode": "2.2.0",
"lodash": "4.17.21",
"mkdirp": "3.0.1",
"opn": "5.5.0",
"rimraf": "6.0.1",
"tar": "6.2.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4809baf

Please sign in to comment.