diff --git a/benchmark/extra/package-lock.json b/benchmark/extra/package-lock.json index c380dee8..58f7618d 100644 --- a/benchmark/extra/package-lock.json +++ b/benchmark/extra/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "js-yaml": "4.1.1" + "js-yaml": "4.3.1" } }, "node_modules/argparse": { @@ -15,9 +15,19 @@ "license": "Python-2.0" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/benchmark/extra/package.json b/benchmark/extra/package.json index d392ed89..f61cb4ff 100644 --- a/benchmark/extra/package.json +++ b/benchmark/extra/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "js-yaml": "4.1.1" + "js-yaml": "4.3.1" } }