diff --git a/package.json b/package.json index d1ae74c..25674f7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@gitzone/tsrun": "^1.2.39", "@gitzone/tstest": "^1.0.44", "@pushrocks/tapbundle": "^5.0.3", - "@types/node": "^17.0.41" + "@types/node": "^18.11.17" }, "dependencies": { "@pushrocks/smartenv": "^5.0.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ded892..37c905b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@gitzone/tstest': ^1.0.44 '@pushrocks/smartenv': ^5.0.3 '@pushrocks/tapbundle': ^5.0.3 - '@types/node': ^17.0.41 + '@types/node': ^18.11.17 dependencies: '@pushrocks/smartenv': 5.0.3 @@ -17,10 +17,10 @@ devDependencies: '@gitzone/tsbuild': 2.1.65 '@gitzone/tsbundle': 2.0.7 '@gitzone/tsdoc': 1.1.12 - '@gitzone/tsrun': 1.2.39_@types+node@17.0.45 - '@gitzone/tstest': 1.0.74_@types+node@17.0.45 + '@gitzone/tsrun': 1.2.39_@types+node@18.11.17 + '@gitzone/tstest': 1.0.74_@types+node@18.11.17 '@pushrocks/tapbundle': 5.0.4 - '@types/node': 17.0.45 + '@types/node': 18.11.17 packages: @@ -168,13 +168,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.17: 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_zpb5kzpnyozdjq4cwaojlul57u + ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m typescript: 4.9.4 transitivePeerDependencies: - '@swc/core' @@ -183,12 +183,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.17: 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.17 '@pushrocks/consolecolor': 2.0.1 '@pushrocks/smartbrowser': 2.0.5 '@pushrocks/smartdelay': 2.0.13 @@ -1139,10 +1139,6 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/node/17.0.45: - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - dev: true - /@types/node/18.11.17: resolution: {integrity: sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==} dev: true @@ -4080,7 +4076,7 @@ packages: hasBin: true dev: true - /ts-node/10.9.1_zpb5kzpnyozdjq4cwaojlul57u: + /ts-node/10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -4099,7 +4095,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.17 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 d713f37..31ea279 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/webjwt', - version: '1.0.4', + version: '1.0.5', description: 'a package to handle jwt in the web' }