Skip to content

Commit de432b8

Browse files
boopathisnyk-bot
andauthored
fix: upgrade fast-json-stringify from 5.16.0 to 5.16.1 (#249)
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]>
1 parent 53cfd08 commit de432b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@graphql-typed-document-node/core": "^3.2.0",
106-
"fast-json-stringify": "^5.15.1",
106+
"fast-json-stringify": "^5.16.1",
107107
"generate-function": "^2.3.1",
108108
"lodash.memoize": "^4.1.2",
109109
"lodash.merge": "4.6.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,10 +2580,10 @@ fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
25802580
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
25812581
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
25822582

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

0 commit comments

Comments
 (0)