From 11ff59a0b9b88edc6638149b057978c3451c8755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 22:02:12 +0000 Subject: [PATCH] Bump flatted from 3.2.6 to 3.2.7 Bumps [flatted](https://github.com/WebReflection/flatted) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/WebReflection/flatted/releases) - [Commits](https://github.com/WebReflection/flatted/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: flatted dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34501f3..b6b3af9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2364,9 +2364,9 @@ } }, "flatted": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz", - "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==" + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" }, "follow-redirects": { "version": "1.15.1", diff --git a/package.json b/package.json index 0d2e214..faf3e75 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test-unit": "nyc --nycrc-path=.nycrc.js node npm/test-unit.js" }, "dependencies": { - "flatted": "3.2.6" + "flatted": "3.2.7" }, "devDependencies": { "@postman/shipit": "^0.4.0",