From 8d3aa6f9c3e5b0607cd6763b0e9192fac29f2a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 7 Jul 2022 14:39:54 +0200 Subject: [PATCH] chg: [dependencies] Updated ng-client to 2.12.2 (related to CVE-2022-31129). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 031dd73..aff27a2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "GNU Affero General Public License version 3", "dependencies": { "ng_anr": "git+https://github.com/monarc-project/ng-anr.git#v2.12.0", - "ng_client": "git+https://github.com/monarc-project/ng-client.git#v2.12.1" + "ng_client": "git+https://github.com/monarc-project/ng-client.git#v2.12.2" }, "devDependencies": { "grunt": "~1.5.3",