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",