diff --git a/assets/package-lock.json b/assets/package-lock.json index 960154e..f643015 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -1479,13 +1479,18 @@ } }, "node_modules/yaml": { - "version": "2.8.1", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } } }