diff --git a/package.json b/package.json index 5ea63bc..6698fb8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@gitzone/tsdoc": "^1.1.10", "@gitzone/tstest": "^1.0.44", "@pushrocks/tapbundle": "^5.0.3", - "@types/node": "^17.0.41" + "@types/node": "^18.11.10" }, "dependencies": { "@pushrocks/smartfile": "^10.0.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fb33dfe..48b25dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ specifiers: '@gitzone/tstest': ^1.0.44 '@pushrocks/smartfile': ^10.0.5 '@pushrocks/tapbundle': ^5.0.3 - '@types/node': ^17.0.41 + '@types/node': ^18.11.10 dependencies: '@pushrocks/smartfile': 10.0.5 @@ -16,9 +16,9 @@ devDependencies: '@gitzone/tsbuild': 2.1.65 '@gitzone/tsbundle': 2.0.7 '@gitzone/tsdoc': 1.1.12 - '@gitzone/tstest': 1.0.74_@types+node@17.0.45 + '@gitzone/tstest': 1.0.74_@types+node@18.11.10 '@pushrocks/tapbundle': 5.0.4 - '@types/node': 17.0.45 + '@types/node': 18.11.10 packages: @@ -166,13 +166,13 @@ packages: - supports-color dev: true - /@gitzone/tsrun/1.2.39_@types+node@17.0.45: + /@gitzone/tsrun/1.2.39_@types+node@18.11.10: resolution: {integrity: sha512-gLqKOic3T1GIdqsp+T5g1OewfboMJKKMr7/SJgBuMx4BUEBfW7TYhqk6psgfewhHs/zKII5rWbbPauykkKlYIg==} hasBin: true dependencies: '@pushrocks/smartfile': 10.0.5 '@pushrocks/smartshell': 2.0.30 - ts-node: 10.9.1_7cep2inysldxstbcrxlp3njwym + ts-node: 10.9.1_eoe7put6ewfbqpy6gs36tihw6y typescript: 4.9.3 transitivePeerDependencies: - '@swc/core' @@ -181,12 +181,12 @@ packages: - supports-color dev: true - /@gitzone/tstest/1.0.74_@types+node@17.0.45: + /@gitzone/tstest/1.0.74_@types+node@18.11.10: resolution: {integrity: sha512-6V8bsfvpnODWqrkdooVqcOS1z5GA8dMDnLCOHnr/SUTeie3ox8KGpckwiZ+gTfz9WvzX6+KLVTZNYKGOaNbmMQ==} hasBin: true dependencies: '@gitzone/tsbundle': 2.0.7 - '@gitzone/tsrun': 1.2.39_@types+node@17.0.45 + '@gitzone/tsrun': 1.2.39_@types+node@18.11.10 '@pushrocks/consolecolor': 2.0.1 '@pushrocks/smartbrowser': 2.0.5 '@pushrocks/smartdelay': 2.0.13 @@ -1107,10 +1107,6 @@ packages: /@types/minimatch/5.1.2: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - /@types/node/17.0.45: - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - dev: true - /@types/node/18.11.10: resolution: {integrity: sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==} @@ -3973,7 +3969,7 @@ packages: hasBin: true dev: true - /ts-node/10.9.1_7cep2inysldxstbcrxlp3njwym: + /ts-node/10.9.1_eoe7put6ewfbqpy6gs36tihw6y: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -3992,7 +3988,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 17.0.45 + '@types/node': 18.11.10 acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 41386eb..66b11ab 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/tapbundle-fs', - version: '1.0.2', + version: '1.0.3', description: 'an fs extension for tapbundle' }