From 6a1e8aa147593d3cfe55254f62361a0592792665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 00:17:10 +0000 Subject: [PATCH] Bump flat from 5.0.0 to 5.0.1 Bumps [flat](https://github.com/hughsk/flat) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: flat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++------------- package.json | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 499adb8ba73e..fb2dcb74af37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11213,19 +11213,9 @@ } }, "flat": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.0.tgz", - "integrity": "sha512-6KSMM+cHHzXC/hpldXApL2S8Uz+QZv+tq5o/L0KQYleoG+GcwrnIJhTWC7tCOiKQp8D/fIvryINU1OZCCwevjA==", - "requires": { - "is-buffer": "~2.0.4" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", - "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" - } - } + "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", diff --git a/package.json b/package.json index 1e2f431b373b..831c18222276 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "express-rate-limit": "^5.1.3", - "flat": "^5.0.0", + "flat": "^5.0.1", "github-slugger": "^1.2.1", "got": "^9.6.0", "gray-matter": "^4.0.1",