diff --git a/benchmark/extra/package-lock.json b/benchmark/extra/package-lock.json index c380dee8..7deee59c 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.0" } }, "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.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "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..cb317dfe 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.0" } }