Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix security #5774

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix security
  • Loading branch information
Binyang2014 committed May 9, 2022
commit 3c0c642fda0eea666cccf99222804120daca0a6f
4 changes: 2 additions & 2 deletions contrib/submit-job-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"tslint": "^5.20.1",
"tslint-react": "^3.6.0",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack": "^4.37.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
"webpack-dev-server": "^4.9.0"
}
}
1,867 changes: 1,103 additions & 764 deletions contrib/submit-job-v2/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/rest-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@azure/storage-blob": "^12.5.0",
"@kubernetes/client-node": "^0.11.0",
"@kubernetes/client-node": "^0.16.3",
"ajv": "^6.12.3",
"ajv-merge-patch": "~4.1.0",
"async": "~2.6.4",
Expand Down
Loading