From d9ec1e9c44d65db5f088f9f38c0c19595798aa4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:21:21 -0400 Subject: [PATCH] build(deps-dev): Bump json-stable-stringify from 1.1.0 to 1.1.1 (#1788) Bumps [json-stable-stringify](https://github.com/ljharb/json-stable-stringify) from 1.1.0 to 1.1.1. - [Changelog](https://github.com/ljharb/json-stable-stringify/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/json-stable-stringify/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: json-stable-stringify dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e6422f62..3cc9c763f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21194,9 +21194,9 @@ "dev": true }, "node_modules/json-stable-stringify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz", - "integrity": "sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz", + "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==", "dev": true, "dependencies": { "call-bind": "^1.0.5",