commit 6a8ef47455a5239099f3af1476c5b6460561b4a5
parent 5c4aeb0108c77c653e496bf843452e010b1b2838
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 6 May 2021 21:07:26 +0000
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>
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/server/package-lock.json b/server/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"ua-parser-js": {
- "version": "0.7.21",
- "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz",
- "integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ=="
+ "version": "0.7.24",
+ "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.24.tgz",
+ "integrity": "sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw=="
},
"unique-names-generator": {
"version": "4.3.0",
diff --git a/server/package.json b/server/package.json
@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "ua-parser-js": "^0.7.21",
+ "ua-parser-js": "^0.7.24",
"unique-names-generator": "^4.3.0",
"ws": "^7.3.1"
}