refactor(core): Replace lodash's "soft-deprecated" individual packages with lodash to resolve CVE (no-changelog) (#6450)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -12,8 +12,8 @@ import { Converter } from 'showdown';
|
||||
|
||||
import { NodeHtmlMarkdown } from 'node-html-markdown';
|
||||
|
||||
import isEmpty from 'lodash.isempty';
|
||||
import set from 'lodash.set';
|
||||
import isEmpty from 'lodash/isEmpty';
|
||||
import set from 'lodash/set';
|
||||
|
||||
export class Markdown implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
||||
Reference in New Issue
Block a user