From 4000e53a3450bbb4eebfd4ec5fb3312f3a12251d Mon Sep 17 00:00:00 2001 From: Steven nguyen Date: Sat, 15 Jan 2022 13:10:40 -0600 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deprecation-cop@4.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f36fc4..1fec28b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "dompurify": "^1.0.3", "fs-plus": "^3.0.0", - "marked": "^0.3.6", + "marked": "^4.0.10", "moment": "^2.19.3", "semver": "^4.3.2", "stacktrace-parser": "^0.1.3", From 2893d7e53e75c76c3a20cdd4a14253fb04288821 Mon Sep 17 00:00:00 2001 From: Steven nguyen Date: Sat, 15 Jan 2022 13:11:17 -0600 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deprecation-cop@4.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/notification-element.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notification-element.coffee b/lib/notification-element.coffee index 67ad6a8..2879ca2 100644 --- a/lib/notification-element.coffee +++ b/lib/notification-element.coffee @@ -1,7 +1,7 @@ createDOMPurify = require 'dompurify' fs = require 'fs-plus' path = require 'path' -marked = require 'marked' +{marked} = require 'marked' {shell} = require 'electron' NotificationIssue = require './notification-issue'