Skip to content

Commit ebff4ea

Browse files
committed
fix: remove vulnerable dependencies
1 parent e6b064c commit ebff4ea

File tree

4 files changed

+374
-604
lines changed

4 files changed

+374
-604
lines changed

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "bin/index.js",
66
"author": "larsrickert",
77
"license": "MIT",
8-
"packageManager": "pnpm@8.11.0",
8+
"packageManager": "pnpm@8.14.1",
99
"engines": {
1010
"node": ">=16.0.0"
1111
},
@@ -41,10 +41,10 @@
4141
"@semantic-release/changelog": "^6.0.3",
4242
"@semantic-release/exec": "^6.0.3",
4343
"@semantic-release/git": "^10.0.1",
44-
"@types/node": "^20.10.4",
44+
"@types/node": "^20.11.5",
4545
"@types/shelljs": "~0.8.15",
4646
"semantic-release": "^20.1.3",
47-
"semantic-release-monorepo": "^7.0.5",
47+
"semantic-release-monorepo": "^7.0.8",
4848
"typescript": "~5.3.3"
4949
},
5050
"release": {

cli/pnpm-lock.yaml

Lines changed: 51 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Combination of Open Source tools that enable you to easily deploy any application that runs with Docker on your own linux server.",
55
"author": "larsrickert",
66
"license": "MIT",
7-
"packageManager": "pnpm@8.11.0",
7+
"packageManager": "pnpm@8.14.1",
88
"type": "module",
99
"repository": {
1010
"type": "git",
@@ -18,6 +18,6 @@
1818
"preinstall": "npx only-allow pnpm"
1919
},
2020
"devDependencies": {
21-
"vitepress": "^1.0.0-rc.31"
21+
"vitepress": "1.0.0-rc.39"
2222
}
2323
}

0 commit comments

Comments
 (0)