From 90286679080eee6f57a6ebe228c4898f351786e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:54:10 +0000 Subject: [PATCH] Bump flatted from 3.3.3 to 3.4.1 Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to 3.4.1. - [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.1) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26fdeca..6d1cbc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "axios": "^1.13.5", "deepmerge": "^4.3.0", "dotenv": "^16.0.3", - "flatted": "^3.2.7", + "flatted": "^3.4.1", "jsonpath-plus": "^10.0.7", "lodash": "^4.17.23", "openapi-to-postmanv2": "^6.0.0", @@ -2469,9 +2469,10 @@ } }, "node_modules/flatted": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz", + "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==", + "license": "ISC" }, "node_modules/follow-redirects": { "version": "1.15.11", diff --git a/package.json b/package.json index c3b1239..7ff48b8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "axios": "^1.13.5", "deepmerge": "^4.3.0", "dotenv": "^16.0.3", - "flatted": "^3.2.7", + "flatted": "^3.4.1", "jsonpath-plus": "^10.0.7", "lodash": "^4.17.23", "openapi-to-postmanv2": "^6.0.0",