diff --git a/package-lock.json b/package-lock.json index ce6ac54..9bdd8bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1250,9 +1250,9 @@ "dev": true }, "cron": { - "version": "1.7.2", - "resolved": "https://verdaccio.lossless.one/cron/-/cron-1.7.2.tgz", - "integrity": "sha512-+SaJ2OfeRvfQqwXQ2kgr0Y5pzBR/lijf5OpnnaruwWnmI799JfWr2jN2ItOV9s3A/+TFOt6mxvKzQq5F0Jp6VQ==", + "version": "1.8.1", + "resolved": "https://verdaccio.lossless.one/cron/-/cron-1.8.1.tgz", + "integrity": "sha512-T60noGxx/2h4FDRBf6449FrINbitSCwIZEcDIwbIPX+mkNkNH0t/4yw0RBGpOiA5yveM4koNHcAuIFopp7vbuA==", "dev": true, "requires": { "moment-timezone": "^0.5.x" diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..5d00c5f --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @pushrocks/commitinfo + */ +export const commitinfo = { + name: '@pushrocks/gulp-function', + version: '3.0.5', + description: 'accepts a function call as parameter to execute in gulp pipeline' +}