PairDrop/server/package.json
dependabot[bot] 6a8ef47455
Bump ua-parser-js from 0.7.21 to 0.7.24 in /server
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.24.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.21...0.7.24)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 21:07:26 +00:00

16 lines
319 B
JSON

{
"name": "snapdrop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ua-parser-js": "^0.7.24",
"unique-names-generator": "^4.3.0",
"ws": "^7.3.1"
}
}