Files
kotlin-fork/kotlin-native/tools/performance-server/package.json
T
dependabot[bot] 33c122d231 Bump ejs from 2.6.1 to 3.1.7 in /kotlin-native/tools/performance-server
Bumps [ejs](https://github.com/mde/ejs) from 2.6.1 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v2.6.1...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 10:00:06 +03:00

18 lines
341 B
JSON

{
"name": "performance-server",
"version": "1.0.0",
"main": "server/app.js",
"scripts": {
"start": "node server/app.js"
},
"dependencies": {
"aws-sdk": "~2.814.0",
"body-parser": "~1.18.3",
"debug": "~4.1.1",
"ejs": "~3.1.7",
"express": "~4.16.4",
"kotlin": "~1.4.0",
"node-fetch": "~2.6.7"
}
}