From cb0c5d8cf14b25cdaef822bebc255a8ed565a944 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 22:00:59 +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 5f9538c624..066a279b32 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.7.0", "semantic-release": "^17.4.2", "titleize": "^2.1.0", "uglify-js": "^3.13.4",