From 9edb749bdddbb520866de1e21330f263bd986437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:00:59 +0000 Subject: [PATCH] Bump json-stable-stringify from 1.0.1 to 1.0.2 Bumps [json-stable-stringify](https://github.com/ljharb/json-stable-stringify) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/ljharb/json-stable-stringify/releases) - [Changelog](https://github.com/ljharb/json-stable-stringify/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/json-stable-stringify/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json-stable-stringify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ecf902f..c9e4f11 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "private": false, "dependencies": { "commander": "2.20.0", - "json-stable-stringify": "1.0.1", + "json-stable-stringify": "1.0.2", "md5": "2.2.1" } } diff --git a/yarn.lock b/yarn.lock index 3349205..35b9ea7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,17 +22,17 @@ is-buffer@~1.1.1: resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== -json-stable-stringify@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" - integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= +json-stable-stringify@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz#e06f23128e0bbe342dc996ed5a19e28b57b580e0" + integrity sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g== dependencies: - jsonify "~0.0.0" + jsonify "^0.0.1" -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= +jsonify@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978" + integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== md5@2.2.1: version "2.2.1"