Skip to content

Commit

Permalink
module tree-kill
Browse files Browse the repository at this point in the history
node 20

missing npm packages

npm audit fix

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
juozasg authored and Kingdon Barrett committed Aug 21, 2023
1 parent 4824e82 commit 10a98b8
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # pin@v3
with:
node-version: '19'
node-version: '20'

- run: npm install

Expand Down
82 changes: 82 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,11 @@
"@kubernetes/client-node": "^0.18.1",
"@types/ws": "^8.5.4",
"@vscode/extension-telemetry": "^0.4.7",
"bufferutil": "^4.0.7",
"change-case": "^4.1.2",
"extract-zip": "^2.0.1",
"git-url-parse": "^13.0.0",
"is-running": "^2.1.0",
"jose": ">=2.0.6",
"lite-deep-equal": "^1.0.6",
"parse-path": ">=5.0.0",
Expand All @@ -664,6 +666,8 @@
"shelljs": "^0.8.5",
"tinytim": "^0.1.1",
"tough-cookie": ">=4.1.3",
"tree-kill": "^1.2.2",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.0",
"vite": ">=2.9.16",
"vscode-kubernetes-tools-api": "^1.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
declare module 'tinytim';
declare module 'shell-escape-tag';
declare module 'lite-deep-equal';
declare module 'tree-kill';
28 changes: 14 additions & 14 deletions webview-ui/configureGitOps/package-lock.json

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

12 changes: 7 additions & 5 deletions webview-ui/createFromTemplate/package-lock.json

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

0 comments on commit 10a98b8

Please sign in to comment.