From e301ab4189f296c8858808b84bb2083eca32be8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:14:43 +0000 Subject: [PATCH] chore(deps-dev): bump stringify-object from 6.0.0 to 7.0.0 Bumps [stringify-object](https://github.com/sindresorhus/stringify-object) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/stringify-object/releases) - [Commits](https://github.com/sindresorhus/stringify-object/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: stringify-object dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++----- packages/httpsnippet-client-api/package.json | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) 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"