From ffec9060b4edd4d44e9d5b87f49fbe52edc8529f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 13 May 2024 20:06:31 +0200 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 6 +++--- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index cbc7402..0f8dd80 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "node": ">=18.0.0", "pnpm": ">=9.0.0" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.1.1", "type": "module", "volta": { "node": "22.1.0", - "pnpm": "9.1.0" + "pnpm": "9.1.1" }, "repository": { "type": "git", @@ -70,7 +70,7 @@ "node-object-hash": "^3.0.0", "object-hash": "^3.0.0", "rambda": "^9.2.0", - "tatami-ng": "^0.4.4", + "tatami-ng": "^0.4.9", "uuid": "^9.0.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 140a20c..b69b990 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: ^9.2.0 version: 9.2.0 tatami-ng: - specifier: ^0.4.4 - version: 0.4.4(typescript@5.4.5) + specifier: ^0.4.9 + version: 0.4.9(typescript@5.4.5) uuid: specifier: ^9.0.1 version: 9.0.1 @@ -287,8 +287,8 @@ packages: '@types/node@20.12.11': resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} - '@typescript-eslint/types@7.8.0': - resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} + '@typescript-eslint/types@7.9.0': + resolution: {integrity: sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==} engines: {node: ^18.18.0 || >=20.0.0} '@ungap/structured-clone@1.2.0': @@ -1667,8 +1667,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tatami-ng@0.4.4: - resolution: {integrity: sha512-/YSab/Z35+RcEBSxOn6tbQqdk00Yfr0l0Wlnp+TGyr7vGzuGV4Pod1oZARZ8iG7fOI9CASNlzifV0FELii7NAg==} + tatami-ng@0.4.9: + resolution: {integrity: sha512-BaejWck6GRVSqeThdLltnd8Zh1wtTHCpn2OPsz3arN/hR73TdT1SNRJ3GvzFSEbl/NN4+x55yTban5h/e/hsDA==} peerDependencies: typescript: ^5.0.0 @@ -1976,7 +1976,7 @@ snapshots: dependencies: '@types/eslint': 8.56.10 '@types/estree': 1.0.5 - '@typescript-eslint/types': 7.8.0 + '@typescript-eslint/types': 7.9.0 comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 @@ -2047,7 +2047,7 @@ snapshots: dependencies: undici-types: 5.26.5 - '@typescript-eslint/types@7.8.0': {} + '@typescript-eslint/types@7.9.0': {} '@ungap/structured-clone@1.2.0': {} @@ -3575,7 +3575,7 @@ snapshots: tapable@2.2.1: {} - tatami-ng@0.4.4(typescript@5.4.5): + tatami-ng@0.4.9(typescript@5.4.5): dependencies: typescript: 5.4.5 -- 2.34.1