From e7d84a675bc0a7aaf9ee38b8c907e3389b340417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:32:48 +0000 Subject: [PATCH] chore(deps): bump @inlang/paraglide-js in the inlang group Bumps the inlang group with 1 update: [@inlang/paraglide-js](https://github.com/opral/paraglide-js). Updates `@inlang/paraglide-js` from 2.18.2 to 2.19.0 - [Changelog](https://github.com/opral/paraglide-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/opral/paraglide-js/commits) --- updated-dependencies: - dependency-name: "@inlang/paraglide-js" dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: inlang ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8113dd4..7e9e25e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.7.1", "license": "MIT", "dependencies": { - "@inlang/paraglide-js": "^2.18.2", + "@inlang/paraglide-js": "^2.19.0", "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-log": "^2.8.0", @@ -65,13 +65,13 @@ } }, "node_modules/@inlang/paraglide-js": { - "version": "2.18.2", - "resolved": "https://registry.npmjs.org/@inlang/paraglide-js/-/paraglide-js-2.18.2.tgz", - "integrity": "sha512-H2ksOE2dy9M4iJ+oDu8VPgk+B52C+OCFQpuJHBol0ZYLs3H17PCewVWIppkJNC36ClmLZnGhF+URjbcglTM8XQ==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@inlang/paraglide-js/-/paraglide-js-2.19.0.tgz", + "integrity": "sha512-aZOn6gM+shvWy24fiDUBZXL+rBLZ+IutSnnZd6WxFyJRaqFCgN/vqnDjWUSUZqBTRDhYiM9rGvOhpPV6r+cThA==", "license": "MIT", "dependencies": { "@inlang/recommend-sherlock": "^0.2.1", - "@inlang/sdk": "^2.9.3", + "@inlang/sdk": "^2.10.0", "commander": "11.1.0", "consola": "3.4.0", "json5": "2.2.3", @@ -100,9 +100,9 @@ } }, "node_modules/@inlang/sdk": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@inlang/sdk/-/sdk-2.9.3.tgz", - "integrity": "sha512-E/SxcSji8WIt4DqQG9APlOs6tVtJxrrOUS3dE4ho3pWRCLLIY0PIVzgNwSukuFT+m8LuJDFwpRY5VY3ryzyGWQ==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@inlang/sdk/-/sdk-2.10.1.tgz", + "integrity": "sha512-czcR4ctkqitkTeOGmpl4/2L81+gUVmvkJyfgYndY9v2PJOHaZRUDhOaE+/gNDSARNEnjajjTWwl9xqAF4Jdf5g==", "license": "MIT", "dependencies": { "@lix-js/sdk": "0.4.10", @@ -1097,9 +1097,9 @@ } }, "node_modules/human-id": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/human-id/-/human-id-4.1.3.tgz", - "integrity": "sha512-tsYlhAYpjCKa//8rXZ9DqKEawhPoSytweBC2eNvcaDK+57RZLHGqNs3PZTQO6yekLFSuvA6AlnAfrw1uBvtb+Q==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/human-id/-/human-id-4.2.0.tgz", + "integrity": "sha512-K3GbkIWqyvvlpfhBPlbEvD97TtqBpAYA4kt+cn2lD2x2HuohzZCibcA2nOlnJT6exqvJLggoB5nv2dNf192nEA==", "license": "MIT", "bin": { "human-id": "dist/cli.js" diff --git a/package.json b/package.json index 33b4100..051ca37 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tauri": "tauri" }, "dependencies": { - "@inlang/paraglide-js": "^2.18.2", + "@inlang/paraglide-js": "^2.19.0", "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-log": "^2.8.0",