Skip to content

Commit

Permalink
Fix vulnerabilities, and fix tslint issue [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <fernando.rijocedeno@broadcom.com>
  • Loading branch information
zFernand0 committed Nov 21, 2019
1 parent 2ece45f commit 537be14
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 87 deletions.
104 changes: 19 additions & 85 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"through2": "^2.0.3",
"ts-jest": "^24.0.0",
"ts-node": "^3.3.0",
"tslint": "5.10.0",
"tslint": "^5.20.1",
"typedoc": "^0.15.0",
"typescript": "3.2.2",
"uuid": "^3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/zosfiles/src/api/methods/copy/Copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Copy {
}

if (options.replace !== undefined) {
payload["replace"] = options.replace;
payload.replace = options.replace;
}

const reqHeaders: IHeaderContent[] = [
Expand Down

0 comments on commit 537be14

Please sign in to comment.