From b2a288392b1a937886d683cf8c27a366b37135cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jul 2022 07:15:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f9538c624..fdb280d262 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "markdown-it": "12.0.6", "node-fetch": "^2.6.1", "rollup": "^2.45.2", - "rollup-plugin-license": "^2.3.0", + "rollup-plugin-license": "^2.8.0", "semantic-release": "^17.4.2", "titleize": "^2.1.0", "uglify-js": "^3.13.4",