From 141957a509583290fe4531e94be4a54e8c973593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 23:11:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:github-url-to-object:20180226 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95a91cc764..bc98da2c74 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "Gratipay", - "dependencies": {"marky-markdown":"9.0.1"} + "dependencies": {"marky-markdown":"12.0.0"} }