From ffc6e62f7c732c790ffe20db80f33834bc69e7d6 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 16 May 2023 10:28:44 +0200 Subject: [PATCH] update deps --- .github/workflows/release.yaml | 4 +-- .github/workflows/test.yaml | 4 +-- .nvmrc | 1 + package.json | 5 +-- pnpm-lock.yaml | 57 +++++++++++++++++----------------- 5 files changed, 35 insertions(+), 36 deletions(-) create mode 100644 .nvmrc diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab7c365..11d907c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,13 +16,11 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Setup PNPM uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5d3a31d..da9ac23 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,12 +17,10 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: .nvmrc - name: Setup PNPM uses: pnpm/action-setup@v2 - with: - version: 8 - name: Install dependencies run: pnpm install diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..d3e33db --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v18.16 diff --git a/package.json b/package.json index ace1a41..d419b6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "occulto", "version": "2.0.1", + "packageManager": "pnpm@8.4.0", "license": "MIT", "description": "crypt utility", "keywords": [ @@ -41,14 +42,14 @@ }, "devDependencies": { "@endyjasmi/karma-playwright-launcher": "^0.0.4", - "@types/node": "^16.18.25", + "@types/node": "^20.1.5", "chai": "^4.3.7", "karma": "^6.4.2", "karma-mocha": "^2.0.1", "mocha": "^10.2.0", "npm-run-all": "^4.1.5", "playwright": "^1.33.0", - "typedoc": "^0.24.6", + "typedoc": "^0.24.7", "typescript": "^5.0.4" }, "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a8d21b..ab3a290 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,8 +5,8 @@ devDependencies: specifier: ^0.0.4 version: 0.0.4(playwright@1.33.0) '@types/node': - specifier: ^16.18.25 - version: 16.18.25 + specifier: ^20.1.5 + version: 20.1.5 chai: specifier: ^4.3.7 version: 4.3.7 @@ -26,8 +26,8 @@ devDependencies: specifier: ^1.33.0 version: 1.33.0 typedoc: - specifier: ^0.24.6 - version: 0.24.6(typescript@5.0.4) + specifier: ^0.24.7 + version: 0.24.7(typescript@5.0.4) typescript: specifier: ^5.0.4 version: 5.0.4 @@ -58,11 +58,11 @@ packages: /@types/cors@2.8.13: resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} dependencies: - '@types/node': 16.18.25 + '@types/node': 20.1.5 dev: true - /@types/node@16.18.25: - resolution: {integrity: sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==} + /@types/node@20.1.5: + resolution: {integrity: sha512-IvGD1CD/nego63ySR7vrAKEX3AJTcmrAN2kn+/sDNLi1Ff5kBzDeEdqWDplK+0HAEoLYej137Sk0cUU8OLOlMg==} dev: true /accepts@1.3.8: @@ -196,7 +196,7 @@ packages: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /camelcase@6.3.0: @@ -426,13 +426,13 @@ packages: engines: {node: '>=10.0.0'} dev: true - /engine.io@6.4.1: - resolution: {integrity: sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==} + /engine.io@6.4.2: + resolution: {integrity: sha512-FKn/3oMiJjrOEOeUub2WCox6JhxBXq/Zn3fZOMCBxKnNYtsdKjxhl7yR3fZhM9PV+rdE75SU5SYMc+2PGzo+Tg==} engines: {node: '>=10.0.0'} dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.13 - '@types/node': 16.18.25 + '@types/node': 20.1.5 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -466,7 +466,7 @@ packages: es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 get-symbol-description: 1.0.0 globalthis: 1.0.3 gopd: 1.0.1 @@ -500,7 +500,7 @@ packages: resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 has-tostringtag: 1.0.0 dev: true @@ -644,11 +644,12 @@ packages: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} dev: true - /get-intrinsic@1.2.0: - resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} + /get-intrinsic@1.2.1: + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: function-bind: 1.1.1 has: 1.0.3 + has-proto: 1.0.1 has-symbols: 1.0.3 dev: true @@ -657,7 +658,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /glob-parent@5.1.2: @@ -699,7 +700,7 @@ packages: /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /graceful-fs@4.2.11: @@ -723,7 +724,7 @@ packages: /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /has-proto@1.0.1: @@ -803,7 +804,7 @@ packages: resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 side-channel: 1.0.4 dev: true @@ -812,7 +813,7 @@ packages: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-typed-array: 1.1.10 dev: true @@ -1449,7 +1450,7 @@ packages: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-regex: 1.1.4 dev: true @@ -1488,8 +1489,8 @@ packages: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: true - /shiki@0.14.1: - resolution: {integrity: sha512-+Jz4nBkCBe0mEDqo1eKRcCdjRtrCjozmcbTUjbPTX7OOJfEbTZzlUWlZtGe3Gb5oV1/jnojhG//YZc3rs9zSEw==} + /shiki@0.14.2: + resolution: {integrity: sha512-ltSZlSLOuSY0M0Y75KA+ieRaZ0Trf5Wl3gutE7jzLuIcWxLp5i/uEnLoQWNvgKXQ5OMpGkJnVMRLAuzjc0LJ2A==} dependencies: ansi-sequence-parser: 1.1.0 jsonc-parser: 3.2.0 @@ -1501,7 +1502,7 @@ packages: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 object-inspect: 1.12.3 dev: true @@ -1531,7 +1532,7 @@ packages: accepts: 1.3.8 base64id: 2.0.0 debug: 4.3.4(supports-color@8.1.1) - engine.io: 6.4.1 + engine.io: 6.4.2 socket.io-adapter: 2.5.2 socket.io-parser: 4.2.2 transitivePeerDependencies: @@ -1714,8 +1715,8 @@ packages: is-typed-array: 1.1.10 dev: true - /typedoc@0.24.6(typescript@5.0.4): - resolution: {integrity: sha512-c3y3h45xJv3qYwKDAwU6Cl+26CjT0ZvblHzfHJ+SjQDM4p1mZxtgHky4lhmG0+nNarRht8kADfZlbspJWdZarQ==} + /typedoc@0.24.7(typescript@5.0.4): + resolution: {integrity: sha512-zzfKDFIZADA+XRIp2rMzLe9xZ6pt12yQOhCr7cD7/PBTjhPmMyMvGrkZ2lPNJitg3Hj1SeiYFNzCsSDrlpxpKw==} engines: {node: '>= 14.14'} hasBin: true peerDependencies: @@ -1724,7 +1725,7 @@ packages: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.0 - shiki: 0.14.1 + shiki: 0.14.2 typescript: 5.0.4 dev: true