diff --git a/package-lock.json b/package-lock.json index ef8ed35..46b67c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,12 +11,12 @@ "dependencies": { "@napi-rs/canvas": "^1.0.8", "@twemoji/parser": "^17.0.2", - "budoux": "^0.9.0", + "budoux": "^0.9.1", "cleye": "^2.6.0", "culori": "^4.0.2", "discomd": "^1.1.1", "fastest-levenshtein": "^1.0.16", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "mfm-js": "^0.26.0", "ofetch": "^1.5.1", "plimit-lit": "^3.4.0", @@ -173,9 +173,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -193,9 +190,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -213,9 +207,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -233,9 +224,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -1510,9 +1498,9 @@ } }, "node_modules/budoux": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/budoux/-/budoux-0.9.0.tgz", - "integrity": "sha512-gdRJmZ2/NIiyIM3clPIaV7Ny8wfOSBiJBRC0BYnHpZif+HuGL/CiiL31pCudgOt8cmQDYoTNIemecKjzoy+IIQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/budoux/-/budoux-0.9.1.tgz", + "integrity": "sha512-LFjvPGRgeEYIDY6cmB8273RmTigGbfIXssBrhT89Aq3dfXfDQls02QFwpnlWmxbvXBfh42WGsWmXKtJ8LAX7UA==", "license": "Apache-2.0", "dependencies": { "commander": "^15.0.0", @@ -2649,9 +2637,9 @@ } }, "node_modules/markdown-it": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.0.tgz", - "integrity": "sha512-Lf8ajvVNdRpzSNB4VegxNy7gjs8gU35l4b4+ET49LrQC5PKYwLZ72u60LeJ9gv3qiaesuYjJWCyVeQmv/QWKQw==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.1.tgz", + "integrity": "sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 5029b22..e163d71 100644 --- a/package.json +++ b/package.json @@ -80,12 +80,12 @@ "dependencies": { "@napi-rs/canvas": "^1.0.8", "@twemoji/parser": "^17.0.2", - "budoux": "^0.9.0", + "budoux": "^0.9.1", "cleye": "^2.6.0", "culori": "^4.0.2", "discomd": "^1.1.1", "fastest-levenshtein": "^1.0.16", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "mfm-js": "^0.26.0", "ofetch": "^1.5.1", "plimit-lit": "^3.4.0",