fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-30 15:50:08 +02:00
parent e7c0e1228b
commit a95319d99f
2 changed files with 11 additions and 3 deletions

6
package-lock.json generated
View File

@ -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"

8
ts/00_commitinfo_data.ts Normal file
View File

@ -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'
}