diff --git a/package-lock.json b/package-lock.json index 27c1d47..87fb35d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "aldus", "version": "1.28.0", "dependencies": { - "@mlc-ai/web-llm": "^0.2.82", + "@mlc-ai/web-llm": "^0.2.83", "@wordpress/interactivity": "^6.43.0" }, "devDependencies": { @@ -4159,9 +4159,9 @@ "license": "MIT" }, "node_modules/@mlc-ai/web-llm": { - "version": "0.2.82", - "resolved": "https://registry.npmjs.org/@mlc-ai/web-llm/-/web-llm-0.2.82.tgz", - "integrity": "sha512-ONhW+28PPVSUI1m0RkJcm7suwc47b65i5b/rTEIADq5I22p1+9uf/CBbDPRkkjj1WJB9s8oFp0ywAW0NY1G6fg==", + "version": "0.2.83", + "resolved": "https://registry.npmjs.org/@mlc-ai/web-llm/-/web-llm-0.2.83.tgz", + "integrity": "sha512-Ynuses0TM9CcSIs9PfX5+xwGOVFssQTXQaAwKFggfEw++shBbEr8fOjI7yJlY96wv0dwVFE+C2KGcO287+FuHw==", "license": "Apache-2.0", "dependencies": { "loglevel": "^1.9.1" @@ -5527,9 +5527,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5551,9 +5548,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5575,9 +5569,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5599,9 +5590,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5623,9 +5611,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5647,9 +5632,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -8921,9 +8903,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8938,9 +8917,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -8955,9 +8931,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8972,9 +8945,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8989,9 +8959,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9006,9 +8973,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9023,9 +8987,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9040,9 +9001,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index d1e0a33..213a801 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@wordpress/scripts": "^31.8.0" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.82", + "@mlc-ai/web-llm": "^0.2.83", "@wordpress/interactivity": "^6.43.0" }, "peerDependencies": {