From 2803bfa852715b717182e9897d9e4801f91cf140 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 30 Nov 2021 15:22:41 +0100 Subject: [PATCH] security: fix DependaBot alerts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c5f6f4..af75519 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ "dependencies": { "@marp-team/marp-cli": "^1.0.3", "foreman": "^3.0.1", - "node-sass": "^6.0.0" + "node-sass": "^6.0.0", + "json-schema": ">=0.4.0", + "ansi-regex": ">=5.0.1" }, "devDependencies": { "@marp-team/marp-core": "^2.0.2",