Skip to content

Commit

Permalink
fix(deps): update dependency fast-json-stringify to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 16, 2023
1 parent 9682350 commit c707dd6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"chalk": "4.1.2",
"commander": "11.0.0",
"cron": "2.3.1",
"fast-json-stringify": "5.8.0",
"fast-json-stringify": "5.9.1",
"flatstr": "1.0.12",
"got": "11.8.6",
"humanize-number": "0.0.2",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5783,17 +5783,18 @@ __metadata:
languageName: node
linkType: hard

"fast-json-stringify@npm:5.8.0":
version: 5.8.0
resolution: "fast-json-stringify@npm:5.8.0"
"fast-json-stringify@npm:5.9.1":
version: 5.9.1
resolution: "fast-json-stringify@npm:5.9.1"
dependencies:
"@fastify/deepmerge": "npm:^1.0.0"
ajv: "npm:^8.10.0"
ajv-formats: "npm:^2.1.1"
fast-deep-equal: "npm:^3.1.3"
fast-uri: "npm:^2.1.0"
json-schema-ref-resolver: "npm:^1.0.1"
rfdc: "npm:^1.2.0"
checksum: f5ae2ca990174cbce56eeed8c8ec58b42ebd3ff829066c55d855bf756edc0711c17096f9cf4c6f8a2db5985d750af628984eb9335c0017498767d6a93c184796
checksum: 29d85a11aa828cf25fdb926b6c2f0f27d584c3c4c59430a9b1e941a4698e4297e87168b18ed5eb93cba2a7e7ef2bb2c2aca3f8090c9b178d7abbac339a2a1b42
languageName: node
linkType: hard

Expand Down Expand Up @@ -6759,7 +6760,7 @@ __metadata:
eslint-plugin-n: "npm:16.3.1"
eslint-plugin-prettier: "npm:5.0.1"
eslint-plugin-promise: "npm:6.1.1"
fast-json-stringify: "npm:5.8.0"
fast-json-stringify: "npm:5.9.1"
flatstr: "npm:1.0.12"
got: "npm:11.8.6"
humanize-number: "npm:0.0.2"
Expand Down Expand Up @@ -8354,6 +8355,15 @@ __metadata:
languageName: node
linkType: hard

"json-schema-ref-resolver@npm:^1.0.1":
version: 1.0.1
resolution: "json-schema-ref-resolver@npm:1.0.1"
dependencies:
fast-deep-equal: "npm:^3.1.3"
checksum: aa89d88108c0109ae35b913c89c132fb50c00f3b99fc8a8309b524b9e3a6a77414f19a6a35a1253871462984cbabc74279ebbd9bf103c6629fb7b37c9fb59bcf
languageName: node
linkType: hard

"json-schema-traverse@npm:^0.4.1":
version: 0.4.1
resolution: "json-schema-traverse@npm:0.4.1"
Expand Down

0 comments on commit c707dd6

Please sign in to comment.