From 8e392fb5890203f33678e0b7a4022c06d4e8da8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 20 Aug 2023 14:36:10 +0200 Subject: [PATCH] build(deps): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/codeql-analysis.yml | 4 ++-- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3fad9689..c5450a3d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,8 +17,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main] - merge_group: - branches: [main] + # merge_group: + # branches: [main] schedule: - cron: '17 15 * * 1' diff --git a/package.json b/package.json index 01334624..6f053745 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "logform": "^2.5.1", "mnemonist": "^0.39.5", "mongodb": "^5.7.0", - "poolifier": "^2.6.30", + "poolifier": "^2.6.31", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ceb4b8de..3e686dd3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,8 +59,8 @@ dependencies: specifier: ^5.7.0 version: 5.7.0 poolifier: - specifier: ^2.6.30 - version: 2.6.30 + specifier: ^2.6.31 + version: 2.6.31 source-map-support: specifier: ^0.5.21 version: 0.5.21 @@ -7701,8 +7701,8 @@ packages: dependencies: semver-compare: 1.0.0 - /poolifier@2.6.30: - resolution: {integrity: sha512-g81yrEiHL24WBS9bLIy83pPo0ivoZb+riEv8Qj8iPuIVn0VKDy3OyAYhQCb8x+Xy43oDgCzfWv8hT3XVD5j5xQ==} + /poolifier@2.6.31: + resolution: {integrity: sha512-cLk0Dp8UF81iG8oUo9NcM9a5sBugX38D01aY/Kn+lC+LRkrJlLuHyRskx0KQaSW7SKQmM4Z0ac2XC0ZMvcF1FQ==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false -- 2.34.1