diff --git a/package-lock.json b/package-lock.json index 779c6b92f24..8c430a8639c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", - "fast-json-stringify": "5.9.2", + "fast-json-stringify": "5.10.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1", @@ -16276,9 +16276,9 @@ "license": "MIT" }, "node_modules/fast-json-stringify": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.9.2.tgz", - "integrity": "sha512-SwHnT5PL2BawF0ccL+8b800QovvopUPgV/qzhBY+vw5ZniDH9boewbzBXYox+SetfD2dlxAgeZKSnELzrA+2hg==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.10.0.tgz", + "integrity": "sha512-fu1BhzPzgOdvK+sVhSPFzm06DQl0Dwbo+NQxWm21k03ili2wsJExXbGZ9qsD4Lsn7zFGltF8h9I1fuhk4JPnrQ==", "dependencies": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", diff --git a/package.json b/package.json index 1da8337a099..d7630dd9304 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", - "fast-json-stringify": "5.9.2", + "fast-json-stringify": "5.10.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",