Skip to content

Commit

Permalink
fix: upgrade fast-json-stringify from 5.16.0 to 5.16.1 (#249)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade fast-json-stringify from 5.16.0 to 5.16.1.

See this package in yarn:
fast-json-stringify

See this project in Snyk:
https://app.snyk.io/org/boopathi/project/00306b6a-c0b4-4831-89b6-0d034ec42503?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
boopathi and snyk-bot authored Aug 7, 2024
1 parent 53cfd08 commit de432b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"fast-json-stringify": "^5.15.1",
"fast-json-stringify": "^5.16.1",
"generate-function": "^2.3.1",
"lodash.memoize": "^4.1.2",
"lodash.merge": "4.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2580,10 +2580,10 @@ fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==

fast-json-stringify@^5.15.1:
version "5.16.0"
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.16.0.tgz#e35baa9f85a61f81680b2845969f91bd02d1b30e"
integrity sha512-A4bg6E15QrkuVO3f0SwIASgzMzR6XC4qTyTqhf3hYXy0iazbAdZKwkE+ox4WgzKyzM6ygvbdq3r134UjOaaAnA==
fast-json-stringify@^5.16.1:
version "5.16.1"
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.16.1.tgz#a6d0c575231a3a08c376a00171d757372f2ca46e"
integrity sha512-KAdnLvy1yu/XrRtP+LJnxbBGrhN+xXu+gt3EUvZhYGKCr3lFHq/7UFJHHFgmJKoqlh6B40bZLEv7w46B0mqn1g==
dependencies:
"@fastify/merge-json-schemas" "^0.1.0"
ajv "^8.10.0"
Expand Down

0 comments on commit de432b8

Please sign in to comment.