From 1ff65eccc43e4cba92dccb462dd6db1db40435e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:07:32 +0000 Subject: [PATCH] Bump uuid and @inlang/sdk Bumps [uuid](https://github.com/uuidjs/uuid) and [@inlang/sdk](https://github.com/opral/inlang). These dependencies needed to be updated together. Updates `uuid` from 10.0.0 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v14.0.0) Updates `@inlang/sdk` from 2.9.0 to 2.9.3 - [Commits](https://github.com/opral/inlang/commits) --- updated-dependencies: - dependency-name: "@inlang/sdk" dependency-version: 2.9.2 dependency-type: indirect - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f5e450..24e939f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1604,17 +1604,17 @@ } }, "node_modules/@inlang/sdk": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@inlang/sdk/-/sdk-2.9.0.tgz", - "integrity": "sha512-CfaKtwnPZpVcq3/+/IpMO1NrbyrODNzfwGvMuxoUQjojnC7+9Omtuz1Ol3Hy+tfS6i9zmSvu3c5Ru1/Zzq8QhA==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@inlang/sdk/-/sdk-2.9.3.tgz", + "integrity": "sha512-E/SxcSji8WIt4DqQG9APlOs6tVtJxrrOUS3dE4ho3pWRCLLIY0PIVzgNwSukuFT+m8LuJDFwpRY5VY3ryzyGWQ==", "dev": true, "license": "MIT", "dependencies": { - "@lix-js/sdk": "0.4.8", + "@lix-js/sdk": "0.4.10", "@sinclair/typebox": "^0.31.17", "kysely": "^0.28.12", "sqlite-wasm-kysely": "0.3.0", - "uuid": "^13.0.0" + "uuid": "^14.0.0" }, "engines": { "node": ">=20.0.0" @@ -1695,9 +1695,9 @@ "license": "MIT" }, "node_modules/@lix-js/sdk": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@lix-js/sdk/-/sdk-0.4.8.tgz", - "integrity": "sha512-H0nbC7ruhom1WQHmaXje6hyp8LYKqHw4VsJIm+i3QQMmz70Qr4MEIiy2Epma2AFSVD2rdIfIY4mQ+8WdCtjR3Q==", + "version": "0.4.10", + "resolved": "https://registry.npmjs.org/@lix-js/sdk/-/sdk-0.4.10.tgz", + "integrity": "sha512-0dMInAJK/67guTG5rRZaCEhvzC5cCXENOjaePA5AqMXrCE97kaY7SRor9e2vnoGsFIiGqXKlT0MCIoZj36G0gg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1707,26 +1707,12 @@ "js-sha256": "^0.11.0", "kysely": "^0.28.12", "sqlite-wasm-kysely": "0.3.0", - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "engines": { "node": ">=18" } }, - "node_modules/@lix-js/sdk/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@lix-js/server-protocol-schema": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@lix-js/server-protocol-schema/-/server-protocol-schema-0.1.1.tgz", @@ -7898,9 +7884,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "dev": true, "funding": [ "https://github.com/sponsors/broofa",