diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ddc3a24..63ebea2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1822,11 +1822,6 @@ packages: - utf-8-validate dev: false - /@xmldom/xmldom@0.8.8: - resolution: {integrity: sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==} - engines: {node: '>=10.0.0'} - dev: false - /accepts@1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} @@ -3793,8 +3788,6 @@ packages: resolution: {integrity: sha512-mXF9AIgnvq1DP/ZM2R28tAfxP2wKZHYa2DjV0R1KCwcqSzm5Iqh1XQq9rdfAt6dp2DuPP0VHZIaCALc2v1cL5A==} engines: {node: '>=14.18.0', npm: '>=6.14.15'} hasBin: true - dependencies: - '@xmldom/xmldom': 0.8.8 dev: false bundledDependencies: - '@xmldom/xmldom' diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a9ed3fb..6231487 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@gitzone/tstest', - version: '1.0.76', + version: '1.0.77', description: 'a test utility to run tests that match test/**/*.ts' }