diff --git a/package-lock.json b/package-lock.json index 14daa495..2731bf47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@upbound/ux": "0.0.2", "clsx": "^2.1.1", "docusaurus-pushfeedback": "^1.0.5", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "launchdarkly-js-client-sdk": "3.5.0", "lucide-react": "^0.525.0", "prism-react-renderer": "^2.3.0", @@ -13664,7 +13664,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", + "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 6a2cde8b..ac7dd622 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@upbound/ux": "0.0.2", "clsx": "^2.1.1", "docusaurus-pushfeedback": "^1.0.5", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "launchdarkly-js-client-sdk": "3.5.0", "lucide-react": "^0.525.0", "prism-react-renderer": "^2.3.0",