From 0d0bb80a531679a6e324c18ccb8b8d44cc6bd4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:16:30 +0000 Subject: [PATCH] build(deps): Bump poolifier from 3.1.16 to 3.1.17 Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.16 to 3.1.17. - [Release notes](https://github.com/poolifier/poolifier/releases) - [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/poolifier/poolifier/compare/v3.1.16...v3.1.17) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98a37c45..1332f41a 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "logform": "^2.6.0", "mnemonist": "^0.39.7", "mongodb": "^6.3.0", - "poolifier": "^3.1.16", + "poolifier": "^3.1.17", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50952e36..cc7794f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ dependencies: specifier: ^6.3.0 version: 6.3.0 poolifier: - specifier: ^3.1.16 - version: 3.1.16 + specifier: ^3.1.17 + version: 3.1.17 tar: specifier: ^6.2.0 version: 6.2.0 @@ -7651,8 +7651,8 @@ packages: dependencies: semver-compare: 1.0.0 - /poolifier@3.1.16: - resolution: {integrity: sha512-OA1uMbCRb+DL8Me6DQ6nKp7VfEmRCoa3+NzAc/2KpGXx4Z/0bmlekH/Y6CDjrC2fc5fN6hq8lhRC7C6B7iqWtA==} + /poolifier@3.1.17: + resolution: {integrity: sha512-1s67voqApzUt5ZWoGoKCNy5ngB2ujcVoM8sUBC4RHyTXmM1Kjx1r1oUHMqSAPHQ+h/hFH0I9u3kIstSQTJUZtA==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false -- 2.34.1