From 5cad32d30298d7670c39e16f6035f2968d036a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:28:41 +0000 Subject: [PATCH] Bump flat from 1.6.1 to 5.0.1 Bumps [flat](https://github.com/hughsk/flat) from 1.6.1 to 5.0.1. - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/v1.6.1...5.0.1) --- updated-dependencies: - dependency-name: flat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++----------- package.json | 2 +- yarn.lock | 11 +++++------ 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4840ece..c5960fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -618,12 +618,9 @@ "dev": true }, "flat": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/flat/-/flat-1.6.1.tgz", - "integrity": "sha1-R2udu3DV6TQNu8A4veCEoglFkhw=", - "requires": { - "is-buffer": "~1.1.2" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.1.tgz", + "integrity": "sha512-DUYDWLlMhV9qvhjbgmhDQ3ZycXmoOKzrj4KN0+5BEat5SqTlXcXzxNgwiSN1UQHA5Z0BsgYYPelhQHVhpfqaVA==" }, "flat-cache": { "version": "2.0.1", @@ -911,11 +908,6 @@ } } }, - "is-buffer": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz", - "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=" - }, "is-fullwidth-code-point": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", diff --git a/package.json b/package.json index 6054fc3..7ec6e4a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bluebird": "^3.5.1", "change-case": "^2.3.0", "deep-rename-keys": "^0.1.0", - "flat": "^1.6.0", + "flat": "^5.0.1", "json": "^9.0.3", "lodash": "^4.17.11", "pg": "^7.8.0", diff --git a/yarn.lock b/yarn.lock index a309178..e0b20d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -565,11 +565,10 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flat@^1.6.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/flat/-/flat-1.6.1.tgz#476b9dbb70d5e9340dbbc038bde084a20945921c" - dependencies: - is-buffer "~1.1.2" +flat@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.1.tgz#ed5f357d6c9e754d1fdc392b1d570426f8e013c2" + integrity sha512-DUYDWLlMhV9qvhjbgmhDQ3ZycXmoOKzrj4KN0+5BEat5SqTlXcXzxNgwiSN1UQHA5Z0BsgYYPelhQHVhpfqaVA== fs-minipass@^1.2.5: version "1.2.5" @@ -743,7 +742,7 @@ inquirer@^6.1.0: strip-ansi "^5.0.0" through "^2.3.6" -is-buffer@^1.1.5, is-buffer@~1.1.2: +is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"