From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:43:08 +0000 (+0000) Subject: build(deps): Bump poolifier from 3.1.11 to 3.1.12 X-Git-Tag: v1.2.31~26^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0910b7a6fe2f2a759d74bd709429caea3ab77507;p=e-mobility-charging-stations-simulator.git build(deps): Bump poolifier from 3.1.11 to 3.1.12 Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.11 to 3.1.12. - [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.11...v3.1.12) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/package.json b/package.json index 6211171b..8ee93144 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "logform": "^2.6.0", "mnemonist": "^0.39.6", "mongodb": "^6.3.0", - "poolifier": "^3.1.11", + "poolifier": "^3.1.12", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 904f3d07..645f985e 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.11 - version: 3.1.11 + specifier: ^3.1.12 + version: 3.1.12 tar: specifier: ^6.2.0 version: 6.2.0 @@ -7563,8 +7563,8 @@ packages: dependencies: semver-compare: 1.0.0 - /poolifier@3.1.11: - resolution: {integrity: sha512-yf0i22IiAmjAKehgT102RKHqcHnU8aluSfethe3AoO7oJPYVmlERGgVbHK6W3cqSnA0XQspc0s59+TDs04zDsg==} + /poolifier@3.1.12: + resolution: {integrity: sha512-sTLseHNtt8+prF5k17S9xOMSZzZZOCXRMwo7tfJwhn6w7NWYGC+a/2T4ivBJikpIaPkxJoshgnxA4dSLKuWEog==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false