Skip to content

Commit

Permalink
Update typescript and @types/node
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Gerstel <[email protected]>
  • Loading branch information
timgerstel committed Mar 2, 2024
1 parent 8b6042a commit d17fe88
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lib/tomcatManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class TomcatManager implements JavaServerManager {
reject(error);
} else {
log.info(`ZWED0093I`, this.id); //log.info(`Tomcat Manager ID=${this.id} cleanup successful`);
resolve();
resolve(this.id);
}
})
});
Expand Down
34 changes: 16 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"rimraf": "~2.6.3",
"semver": "~5.7.2",
"swagger-parser": "~10.0.3",
"typescript": "^5.0.2",
"ws": "^6.2.2",
"yaml": "~1.10.2",
"yauzl": "~2.10.0"
Expand All @@ -69,12 +70,11 @@
"@types/connect": "3.4.32",
"@types/express": "~4.16.1",
"@types/express-serve-static-core": "4.17.7",
"@types/node": "~6.0.0",
"@types/node": "^14.18.63",
"@types/qs": "6.9.3",
"chai": "~4.2.0",
"chai-http": "~4.2.0",
"mocha": "~8.4.0",
"typescript": "2.7.1"
"mocha": "~8.4.0"
},
"optionalDependencies": {
"keyring_js": "~1.1.0"
Expand Down

0 comments on commit d17fe88

Please sign in to comment.