diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 47f72e5..143916a 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.3.0", + "js-yaml": "^5.4.1", "oas-tools": "^3.1.0" } }, @@ -930,9 +930,9 @@ } }, "node_modules/js-yaml": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz", - "integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", + "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", "funding": [ { "type": "github", diff --git a/sandbox/package.json b/sandbox/package.json index 487b841..d236169 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "connect": "^3.2.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "oas-tools": "^3.1.0" } }