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 3, 2023
1 parent 44ae468 commit 18ebddf
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 @@ -5580,17 +5580,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": ^1.0.0
ajv: ^8.10.0
ajv-formats: ^2.1.1
fast-deep-equal: ^3.1.3
fast-uri: ^2.1.0
json-schema-ref-resolver: ^1.0.1
rfdc: ^1.2.0
checksum: 04232ace5a5758e6a92b9a4518234a1c05e55ef9b788c80bf741ec6a64cf7273a9ef07938ca4b82a96ea470295b4c3e84a657a9bbaacee4bd97daa16595b1a9a
checksum: 9b251b15c37e685b91ee8462fd35ed97451f6d5f5e916f6f7ebcb9d927428ce9fd51fb031d971a1955dd1bda20feaa59f85f30a5f961e8437f5065a5e2c5b35b
languageName: node
linkType: hard

Expand Down Expand Up @@ -6507,7 +6508,7 @@ __metadata:
eslint-plugin-n: ^16.0.1
eslint-plugin-prettier: 5.0.0-alpha.2
eslint-plugin-promise: 6.1.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 Expand Up @@ -8075,6 +8076,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: ^3.1.3
checksum: b4215cd58b2f5233d433c9f110e91b29d41c1efcb24534a0493be3cdded35acbba7f0b04e53848e6d5c748981dcddb3d09b1cdc3ec8806fce861694a2a94bec3
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 18ebddf

Please sign in to comment.