From cb137ce10ef7efd3843cc23ab06c94b6bb4e3ec9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 23 Apr 2023 12:47:13 +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 | 2 +- pnpm-lock.yaml | 10 +++++----- ui/web/pnpm-lock.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8887c6c3..e9b5ad47 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "mnemonist": "^0.39.5", "moment": "^2.29.4", "mongodb": "^5.3.0", - "poolifier": "^2.4.10", + "poolifier": "^2.4.11", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb326312..a864f169 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ dependencies: specifier: ^5.3.0 version: 5.3.0 poolifier: - specifier: ^2.4.10 - version: 2.4.10 + specifier: ^2.4.11 + version: 2.4.11 proper-lockfile: specifier: ^4.1.2 version: 4.1.2 @@ -7799,9 +7799,9 @@ packages: dependencies: semver-compare: 1.0.0 - /poolifier@2.4.10: - resolution: {integrity: sha512-N7iQzzAl5TwOvAK76LOG2GJeE0AVdAnkgjwZj6+aed1I/TGzQYzmK17jgycvv/oA3kIuDNScwN+GISry779hqA==} - engines: {node: '>=16.0.0'} + /poolifier@2.4.11: + resolution: {integrity: sha512-ZGeWwqmAqZgQ71gpqEpjGimzSFLz7nYbEUS1eWTfSnDoTpkpPp9sVlCTia6SvJw7OECawAEK2QrE3chsZGwXbQ==} + engines: {node: '>=16.0.0', pnpm: '>= 8.0.0'} requiresBuild: true dev: false diff --git a/ui/web/pnpm-lock.yaml b/ui/web/pnpm-lock.yaml index c499f6ec..72f7388b 100644 --- a/ui/web/pnpm-lock.yaml +++ b/ui/web/pnpm-lock.yaml @@ -1607,7 +1607,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.18(graphql@15.8.0) + '@graphql-tools/schema': 9.0.19(graphql@15.8.0) '@graphql-tools/utils': 9.2.1(graphql@15.8.0) fast-json-stable-stringify: 2.1.0 graphql: 15.8.0 @@ -1626,8 +1626,8 @@ packages: value-or-promise: 1.0.11 dev: true - /@graphql-tools/schema@9.0.18(graphql@15.8.0): - resolution: {integrity: sha512-Kckb+qoo36o5RSIVfBNU5XR5fOg4adNa1xuhhUgbQejDaI684tIJbTWwYbrDPVEGL/dqJJX3rrsq7RLufjNFoQ==} + /@graphql-tools/schema@9.0.19(graphql@15.8.0): + resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: -- 2.34.1