diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index a935e17..38425f5 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -10,7 +10,7 @@ "license": "Unlicense", "dependencies": { "connect": "^3.2.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "oas-tools": "^3.1.0" } }, @@ -930,9 +930,9 @@ } }, "node_modules/js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "funding": [ { "type": "github", diff --git a/sandbox/package.json b/sandbox/package.json index 67c2de9..f4663f9 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "connect": "^3.2.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "oas-tools": "^3.1.0" } }