mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency json-stable-stringify to v1.1.1
This commit is contained in:
parent
bc79293594
commit
c37642a67b
2 changed files with 5 additions and 5 deletions
|
@ -194,7 +194,7 @@
|
||||||
"intl-messageformat": "5.4.3",
|
"intl-messageformat": "5.4.3",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"jsdom": "22.1.0",
|
"jsdom": "22.1.0",
|
||||||
"json-stable-stringify": "1.1.0",
|
"json-stable-stringify": "1.1.1",
|
||||||
"jsonpath": "1.1.1",
|
"jsonpath": "1.1.1",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"juice": "9.1.0",
|
"juice": "9.1.0",
|
||||||
|
|
|
@ -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"
|
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==
|
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
|
||||||
|
|
||||||
json-stable-stringify@1.1.0, json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1:
|
json-stable-stringify@1.1.1, json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1:
|
||||||
version "1.1.0"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz#43d39c7c8da34bfaf785a61a56808b0def9f747d"
|
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454"
|
||||||
integrity sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA==
|
integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==
|
||||||
dependencies:
|
dependencies:
|
||||||
call-bind "^1.0.5"
|
call-bind "^1.0.5"
|
||||||
isarray "^2.0.5"
|
isarray "^2.0.5"
|
||||||
|
|
Loading…
Reference in a new issue