From 86244722814173ba1d4626f29a46fa0209e93f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:04:22 +0000 Subject: [PATCH] Bump flat from 4.0.0 to 5.0.1 in /SISOCS OCDS Bumps [flat](https://github.com/hughsk/flat) from 4.0.0 to 5.0.1. - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/4.0.0...5.0.1) --- updated-dependencies: - dependency-name: flat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SISOCS OCDS/package-lock.json | 9 +++------ SISOCS OCDS/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/SISOCS OCDS/package-lock.json b/SISOCS OCDS/package-lock.json index 2c74cab4..a6ab5f46 100644 --- a/SISOCS OCDS/package-lock.json +++ b/SISOCS OCDS/package-lock.json @@ -1752,12 +1752,9 @@ "integrity": "sha1-Tnmumy6zi/hrO7Vr8+ClaqX8q9c=" }, "flat": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/flat/-/flat-4.0.0.tgz", - "integrity": "sha512-ji/WMv2jdsE+LaznpkIF9Haax0sdpTBozrz/Dtg4qSRMfbs8oVg4ypJunIRYPiMLvH/ed6OflXbnbTIKJhtgeg==", - "requires": { - "is-buffer": "1.1.6" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.1.tgz", + "integrity": "sha512-DUYDWLlMhV9qvhjbgmhDQ3ZycXmoOKzrj4KN0+5BEat5SqTlXcXzxNgwiSN1UQHA5Z0BsgYYPelhQHVhpfqaVA==" }, "font-awesome": { "version": "4.7.0", diff --git a/SISOCS OCDS/package.json b/SISOCS OCDS/package.json index 2945d1bf..e9b9be97 100644 --- a/SISOCS OCDS/package.json +++ b/SISOCS OCDS/package.json @@ -21,7 +21,7 @@ "express": "^4.15.4", "express-session": "^1.15.6", "express-validator": "^4.2.1", - "flat": "^4.0.0", + "flat": "^5.0.1", "font-awesome": "^4.7.0", "fs": "0.0.1-security", "generic-pool": "^3.1.7",