From c37642a67bd2b53a2e4cba67b6b3acc077a6ae7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:55:26 +0000 Subject: [PATCH] Update dependency json-stable-stringify to v1.1.1 --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 6c3508d6cd..e397ce8eac 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -194,7 +194,7 @@ "intl-messageformat": "5.4.3", "js-yaml": "4.1.0", "jsdom": "22.1.0", - "json-stable-stringify": "1.1.0", + "json-stable-stringify": "1.1.1", "jsonpath": "1.1.1", "jsonwebtoken": "8.5.1", "juice": "9.1.0", diff --git a/yarn.lock b/yarn.lock index bdd849edeb..4f3d2b98b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21427,10 +21427,10 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json-stable-stringify@1.1.0, json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz#43d39c7c8da34bfaf785a61a56808b0def9f747d" - integrity sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA== +json-stable-stringify@1.1.1, json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454" + integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg== dependencies: call-bind "^1.0.5" isarray "^2.0.5"