From 3bb3e045ab82c7427fe1f8c033df1fba80ab9a42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Apr 2022 17:04:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5a551a2..8edf3872 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "lodash": "^4.17.4", "metro-minify-terser": "0.53.0", "mnid": "^0.1.1", - "moment": "^2.17.1", + "moment": "^2.29.2", "mori": "file:./locals/mori", "nacl-did": "^0.4.0", "native-base": "^2.12.1",