diff --git a/home/dot_local/share/private_pi-extensions/package-lock.json b/home/dot_local/share/private_pi-extensions/package-lock.json index da4754e5..ccd0fd5d 100644 --- a/home/dot_local/share/private_pi-extensions/package-lock.json +++ b/home/dot_local/share/private_pi-extensions/package-lock.json @@ -49,6 +49,9 @@ "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/get-east-asian-width": { @@ -58,6 +61,9 @@ "license": "MIT", "engines": { "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/jiti": { @@ -75,7 +81,10 @@ "integrity": "sha512-owU0MRwv6xkrVqCd+33uw6BaYppkTRXbO/rVdJNI2dvZG0gzyRhYwW25eWtc5pauwK8TGh3AbkFONSezdykfSA==", "hasInstallScript": true, "license": "MIT", - "optional": true + "optional": true, + "funding": { + "url": "https://liberapay.com/Koromix" + } }, "node_modules/marked": { "version": "15.0.12", @@ -84,13 +93,19 @@ "license": "MIT", "bin": { "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 18" } }, "node_modules/mime-db": { "version": "1.54.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">= 0.6" + } }, "node_modules/mime-types": { "version": "3.0.2", @@ -99,6 +114,13 @@ "license": "MIT", "dependencies": { "mime-db": "^1.54.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/pi-ask-user": {