From 89e5f7dffefc5e3c552a0465aaf3ccf5638539bd Mon Sep 17 00:00:00 2001 From: Rahul Padigela Date: Tue, 20 Jun 2023 16:05:12 -0700 Subject: [PATCH] improvement: ARSN-349 bump node-fcntl --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9259c18ec..ea86f6bcd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "bson": "4.0.0", "debug": "~2.6.9", "diskusage": "^1.1.1", - "fcntl": "github:scality/node-fcntl#0.2.0", + "fcntl": "github:scality/node-fcntl#0.2.2", "hdclient": "scality/hdclient#1.1.0", "https-proxy-agent": "^2.2.0", "ioredis": "^4.28.5", diff --git a/yarn.lock b/yarn.lock index a9c743979..675ce65df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2936,9 +2936,9 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -"fcntl@github:scality/node-fcntl#0.2.0": - version "0.2.0" - resolved "https://codeload.github.com/scality/node-fcntl/tar.gz/ae7493da46fb353eff0c4cb79e2cce838197c066" +"fcntl@github:scality/node-fcntl#0.2.2": + version "0.2.1" + resolved "https://codeload.github.com/scality/node-fcntl/tar.gz/b1335ca204c6265cedc50c26020c4d63aabe920e" dependencies: bindings "^1.1.1" nan "^2.3.2"