diff --git a/package-lock.json b/package-lock.json index dc4aef64..beab3856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10120,6 +10120,19 @@ ], "license": "MIT" }, + "node_modules/quote-js-string": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/quote-js-string/-/quote-js-string-0.1.0.tgz", + "integrity": "sha512-Y3NoRtprEEZQD8RfxMCfS0ZTqc4e+i18OrXEXAvpM6TfC/3y+0L5rNbZiSnbBBEkDfFzbpd8o+cE8q3/anjMGA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://github.com/sindresorhus/quote-js-string?sponsor=1" + } + }, "node_modules/rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", @@ -10825,19 +10838,20 @@ } }, "node_modules/stringify-object": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-6.0.0.tgz", - "integrity": "sha512-6f94vIED6vmJJfh3lyVsVWxCYSfI5uM+16ntED/Ql37XIyV6kj0mRAAiTeMMc/QLYIaizC3bUprQ8pQnDDrKfA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-7.0.0.tgz", + "integrity": "sha512-RQU1n5OVVXD9fhww7e/rqiKdMa+LPMFLz0zDTbZ+KUjMfiMmh9soT8aw5iwvCGVquUJOodoinyv3VECyY7aFBQ==", "dev": true, "license": "BSD-2-Clause", "dependencies": { "get-own-enumerable-keys": "^1.0.0", "is-identifier": "^1.0.1", "is-obj": "^3.0.0", - "is-regexp": "^3.1.0" + "is-regexp": "^3.1.0", + "quote-js-string": "^0.1.0" }, "engines": { - "node": ">=20" + "node": ">=22" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -13090,7 +13104,7 @@ "@vitest/coverage-v8": "^4.1.10", "camelcase": "^8.0.0", "jest-expect-openapi": "^6.3.0", - "stringify-object": "^6.0.0", + "stringify-object": "^7.0.0", "tsup": "^8.5.0", "typescript": "^5.8.2", "vitest": "^4.1.10" diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index a32f7309..6dbf8944 100644 --- a/packages/httpsnippet-client-api/package.json +++ b/packages/httpsnippet-client-api/package.json @@ -43,7 +43,7 @@ "@vitest/coverage-v8": "^4.1.10", "camelcase": "^8.0.0", "jest-expect-openapi": "^6.3.0", - "stringify-object": "^6.0.0", + "stringify-object": "^7.0.0", "tsup": "^8.5.0", "typescript": "^5.8.2", "vitest": "^4.1.10"