From 0d65fad86076ce91494242d24f301f604bea8171 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Mon, 22 Nov 2021 09:40:15 -0500 Subject: [PATCH] docs update only: json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') Signed-off-by: Paul Bastide --- docs/package.json | 1 + docs/yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/package.json b/docs/package.json index c1f3ce2feea..52d782bb4f3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -41,6 +41,7 @@ "ansi-regex": "5.0.1", "glob-parent": "5.1.2", "highlight.js": "10.4.1", + "json-schema": "0.4.0", "nth-check": "2.0.1", "sanitize-html": "2.3.2", "semver-regex": "3.1.3", diff --git a/docs/yarn.lock b/docs/yarn.lock index d094e4ec93a..ddec8ae5918 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -3312,6 +3312,7 @@ ansi-escapes@^4.2.1: type-fest "^0.21.3" ansi-html-community@0.0.8, ansi-html@^0.0.7, "ansi-html@https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41": + name ansi-html version "0.0.8" resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== @@ -10914,10 +10915,10 @@ json-schema-traverse@^0.4.1: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= +json-schema@0.2.3, json-schema@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1"