Skip to content

Commit

Permalink
fix: remove vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jan 20, 2024
1 parent e6b064c commit ebff4ea
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 604 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "bin/index.js",
"author": "larsrickert",
"license": "MIT",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down Expand Up @@ -41,10 +41,10 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.10.4",
"@types/node": "^20.11.5",
"@types/shelljs": "~0.8.15",
"semantic-release": "^20.1.3",
"semantic-release-monorepo": "^7.0.5",
"semantic-release-monorepo": "^7.0.8",
"typescript": "~5.3.3"
},
"release": {
Expand Down
76 changes: 51 additions & 25 deletions cli/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Combination of Open Source tools that enable you to easily deploy any application that runs with Docker on your own linux server.",
"author": "larsrickert",
"license": "MIT",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.1",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.31"
"vitepress": "1.0.0-rc.39"
}
}
Loading

0 comments on commit ebff4ea

Please sign in to comment.