diff --git a/package-lock.json b/package-lock.json index 3cd718136..451d91f25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "docusaurus-lunr-search": "^3.6.1", "express": "^5.2.1", "git-url-parse": "^16.1.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "lodash": "^4.17.23", "mdast-util-to-hast": "^13.2.1", "medium-zoom": "^1.1.0", @@ -5007,9 +5007,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5023,9 +5020,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5039,9 +5033,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5055,9 +5046,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12836,9 +12824,20 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "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.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "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/package.json b/package.json index d89fd5372..11ca11f91 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "docusaurus-lunr-search": "^3.6.1", "express": "^5.2.1", "git-url-parse": "^16.1.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "lodash": "^4.17.23", "mdast-util-to-hast": "^13.2.1", "medium-zoom": "^1.1.0",