From 91d742b0ffefe9090fc2670bbdb9aa3d91f0b262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:13:30 +0000 Subject: [PATCH] Bump flat from 4.1.0 to 5.0.1 Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.1) --- updated-dependencies: - dependency-name: flat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++----------- package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7cd998e..061d0de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2625,12 +2625,9 @@ } }, "flat": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", - "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", - "requires": { - "is-buffer": "~2.0.3" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.1.tgz", + "integrity": "sha512-DUYDWLlMhV9qvhjbgmhDQ3ZycXmoOKzrj4KN0+5BEat5SqTlXcXzxNgwiSN1UQHA5Z0BsgYYPelhQHVhpfqaVA==" }, "flat-cache": { "version": "1.3.4", @@ -3631,11 +3628,6 @@ "binary-extensions": "^1.0.0" } }, - "is-buffer": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", - "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==" - }, "is-callable": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", diff --git a/package.json b/package.json index 11064cc..db1437e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@octoblu/redis-ns": "^1.3.1", "config": "^2.0.1", - "flat": "^4.1.0", + "flat": "^5.0.1", "ioredis": "^4.2.0", "is-base64": "^0.1.0", "joi": "^14.3.1",