From 33d0b40b66df35116c4f9e04663ac8ef0756d7a4 Mon Sep 17 00:00:00 2001 From: Jan Litzenburger Date: Wed, 18 Aug 2021 17:16:45 +0200 Subject: [PATCH] removed dependabot alert --- @types/Module/index.d.ts | 22 +++++++++++++--------- package-lock.json | 12 ++++++------ 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/@types/Module/index.d.ts b/@types/Module/index.d.ts index db466e0..4a10cc6 100644 --- a/@types/Module/index.d.ts +++ b/@types/Module/index.d.ts @@ -2,16 +2,20 @@ declare module Module { export function register( moduleName: string, moduleProperties: { - defaults: any; - getStyles: Function; - getTranslations: Function; - getTemplate: Function; - getTemplateData: Function; - start: Function; - scheduleUpdate: Function; - loadData: Function; - socketNotificationReceived: Function; + data?: any; + defaults?: any; + getDom?: Function; getHeader?: Function; + getScripts?: Function; + getStyles?: Function; + getTemplate?: Function; + getTemplateData?: Function; + getTranslations?: Function; + loadData?: Function; + notificationReceived?: Function; + scheduleUpdate?: Function; + socketNotificationReceived?: Function; + start?: Function; } ): void; } diff --git a/package-lock.json b/package-lock.json index c87d5a5..bee3af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3146,9 +3146,9 @@ } }, "node_modules/path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "node_modules/path-type": { @@ -6829,9 +6829,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-type": {