From 45b47976820627e9d294bd0d8070a3bd004bd6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 10:03:25 +0000 Subject: [PATCH] Bump flatted from 3.4.1 to 3.4.2 Bumps [flatted](https://github.com/WebReflection/flatted) from 3.4.1 to 3.4.2. - [Commits](https://github.com/WebReflection/flatted/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d1cbc1..bd25b30 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.4.1", + "flatted": "^3.4.2", "jsonpath-plus": "^10.0.7", "lodash": "^4.17.23", "openapi-to-postmanv2": "^6.0.0", @@ -2469,9 +2469,9 @@ } }, "node_modules/flatted": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz", - "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", + "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", "license": "ISC" }, "node_modules/follow-redirects": { diff --git a/package.json b/package.json index 7ff48b8..9275625 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.4.1", + "flatted": "^3.4.2", "jsonpath-plus": "^10.0.7", "lodash": "^4.17.23", "openapi-to-postmanv2": "^6.0.0",