Skip to content

Commit 5ab79b4

Browse files
authored
fix: upgrade fast-json-stringify from 1.13.0 to 1.21.0 (#168)
Snyk has created this PR to upgrade fast-json-stringify from 1.13.0 to 1.21.0. See this package in npm: 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
1 parent d3ad327 commit 5ab79b4

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"dependencies": {
8484
"@graphql-typed-document-node/core": "^3.1.1",
85-
"fast-json-stringify": "^1.13.0",
85+
"fast-json-stringify": "^1.21.0",
8686
"generate-function": "^2.3.1",
8787
"json-schema": "^0.4.0",
8888
"lodash.memoize": "^4.1.2",

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ agent-base@6:
10581058
dependencies:
10591059
debug "4"
10601060

1061-
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.8.1:
1061+
ajv@^6.10.0, ajv@^6.11.0, ajv@^6.12.4:
10621062
version "6.12.6"
10631063
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
10641064
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -1789,11 +1789,6 @@ deep-is@~0.1.3:
17891789
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
17901790
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
17911791

1792-
deepmerge@^3.0.0:
1793-
version "3.2.0"
1794-
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e"
1795-
integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow==
1796-
17971792
deepmerge@^4.2.2:
17981793
version "4.2.2"
17991794
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
@@ -2321,13 +2316,14 @@ fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
23212316
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
23222317
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
23232318

2324-
fast-json-stringify@^1.13.0:
2325-
version "1.13.0"
2326-
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-1.13.0.tgz#fd9bbc65a5ac083a8f4b53528fe21f7baa0ff0f7"
2327-
integrity sha512-3B+ENtJyVFBbcTodTQ0VC8NMWvb7R33S8RetnhjMJ12Nw85Hf4Ku9Enm8xqY6llLlmXUU+iNJ49c3/+C3/HiJw==
2319+
fast-json-stringify@^1.21.0:
2320+
version "1.21.0"
2321+
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-1.21.0.tgz#51bc8c6d77d8c7b2cc7e5fa754f7f909f9e1262f"
2322+
integrity sha512-xY6gyjmHN3AK1Y15BCbMpeO9+dea5ePVsp3BouHCdukcx0hOHbXwFhRodhcI0NpZIgDChSeAKkHW9YjKvhwKBA==
23282323
dependencies:
2329-
ajv "^6.8.1"
2330-
deepmerge "^3.0.0"
2324+
ajv "^6.11.0"
2325+
deepmerge "^4.2.2"
2326+
string-similarity "^4.0.1"
23312327

23322328
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.4:
23332329
version "2.0.6"
@@ -5042,6 +5038,11 @@ string-length@^4.0.1:
50425038
char-regex "^1.0.2"
50435039
strip-ansi "^6.0.0"
50445040

5041+
string-similarity@^4.0.1:
5042+
version "4.0.4"
5043+
resolved "https://registry.yarnpkg.com/string-similarity/-/string-similarity-4.0.4.tgz#42d01ab0b34660ea8a018da8f56a3309bb8b2a5b"
5044+
integrity sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==
5045+
50455046
string-width@^1.0.1:
50465047
version "1.0.2"
50475048
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"

0 commit comments

Comments
 (0)