Files
dial-reference/server/tests/js_tests/package.json
dependabot[bot] c0ad21d03e Bump semver and yargs in /server/tests/js_tests
Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [yargs](https://github.com/yargs/yargs). These dependencies need to be updated together.


Removes `semver`

Updates `yargs` from 6.6.0 to 17.7.2
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v6.6.0...v17.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: yargs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 10:20:37 +00:00

25 lines
539 B
JSON

{
"name": "dialtests",
"version": "1.0.0",
"description": "Tests for DIAL server",
"repository": {
"type": "git",
"url": "https://github.com/Netflix/dial-reference.git"
},
"main": "",
"scripts": {},
"author": "Shruti Ranganathan Jothi",
"license": "BSD-2-Clause",
"dependencies": {
"colors": "^1.1.2",
"keypress": "^0.2.1",
"moment": "^2.17.1",
"node-ssdp": "^3.2.0",
"q": "~1.4.1",
"request": "^2.78.0",
"sprintf-js": "~1.0.3",
"winston": "^2.3.1",
"yargs": "^17.7.2"
}
}