diff --git a/package.json b/package.json index 226604c..40a709c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/glob": "^8.1.0", "@types/js-yaml": "^4.0.5", "fs-extra": "^11.1.1", - "glob": "^10.3.2", + "glob": "^10.3.3", "js-yaml": "^4.1.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e0c300..4c2d3dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ dependencies: specifier: ^11.1.1 version: 11.1.1 glob: - specifier: ^10.3.2 - version: 10.3.2 + specifier: ^10.3.3 + version: 10.3.3 js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -2584,8 +2584,8 @@ packages: is-glob: 4.0.3 dev: true - /glob@10.3.2: - resolution: {integrity: sha512-vsuLzB3c/uyDLLEdBZtT8vGnN0z57rwOxHV2oYZib/7HWmBspUaja/McYIobBjC4qaUTuNpUyFO2IdqM4DZIJA==} + /glob@10.3.3: + resolution: {integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 10918ea..d24de06 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -2,7 +2,7 @@ * autocreated commitinfo by @pushrocks/commitinfo */ export const commitinfo = { - name: '@pushrocks/smartfile', - version: '10.0.26', + name: '@push.rocks/smartfile', + version: '10.0.27', description: 'offers smart ways to work with files in nodejs' }