From: Jérôme Benoit Date: Sat, 15 Oct 2022 11:32:46 +0000 (+0200) Subject: Update poolifier to 2.3.3 X-Git-Tag: v1.1.83~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=65b31f8db46b0066a5cc06ead28520d71e66fef5;p=e-mobility-charging-stations-simulator.git Update poolifier to 2.3.3 Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index 3ec4c06e..3876559a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "mnemonist": "^0.39.3", "moment": "^2.29.4", "mongodb": "^4.10.0", - "poolifier": "^2.3.2", + "poolifier": "^2.3.3", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.11", @@ -12257,9 +12257,9 @@ } }, "node_modules/poolifier": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/poolifier/-/poolifier-2.3.2.tgz", - "integrity": "sha512-TXYq8V1Mff77paL9ul4D6+eYm+fI4z0kqJ0cwZjpFCcSowTmPn0yO08HTDVrAoczmVfmu1cV74HS2f5sSmqN6w==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/poolifier/-/poolifier-2.3.3.tgz", + "integrity": "sha512-mxkMpqPMHtdGeJfBe7iXRkIlcXJNYNuCPCw0sLhch8k7sFGGk0pby5eToGVwBx6Yxc0o7aCR5JU1blnFLl8Igg==", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -26828,9 +26828,9 @@ } }, "poolifier": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/poolifier/-/poolifier-2.3.2.tgz", - "integrity": "sha512-TXYq8V1Mff77paL9ul4D6+eYm+fI4z0kqJ0cwZjpFCcSowTmPn0yO08HTDVrAoczmVfmu1cV74HS2f5sSmqN6w==" + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/poolifier/-/poolifier-2.3.3.tgz", + "integrity": "sha512-mxkMpqPMHtdGeJfBe7iXRkIlcXJNYNuCPCw0sLhch8k7sFGGk0pby5eToGVwBx6Yxc0o7aCR5JU1blnFLl8Igg==" }, "postcss": { "version": "8.4.16", diff --git a/package.json b/package.json index 70ce9d55..ef9b1a62 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "mnemonist": "^0.39.3", "moment": "^2.29.4", "mongodb": "^4.10.0", - "poolifier": "^2.3.2", + "poolifier": "^2.3.3", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.11",