diff --git a/website/package-lock.json b/website/package-lock.json index 71131c6..b1eca82 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -11,7 +11,7 @@ "@popperjs/core": "^2.11.8", "docusaurus-plugin-goatcounter": "^3.0.0", "fs": "^0.0.1-security", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "scheduler": "^0.20.2", "search-insights": "^2.11.0" }, @@ -11791,9 +11791,20 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "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/website/package.json b/website/package.json index 262d0f5..929d5e2 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ "@popperjs/core": "^2.11.8", "docusaurus-plugin-goatcounter": "^3.0.0", "fs": "^0.0.1-security", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "scheduler": "^0.20.2", "search-insights": "^2.11.0" }