From 931f211a1855600b75df18fa7533f89506625c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 07:51:08 +0000 Subject: [PATCH 1/2] Bump libsodium-wrappers and @types/libsodium-wrappers Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) and [@types/libsodium-wrappers](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/libsodium-wrappers). These dependencies needed to be updated together. Updates `libsodium-wrappers` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/jedisct1/libsodium.js/releases) - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.8.1...0.8.2) Updates `@types/libsodium-wrappers` from 0.7.14 to 0.8.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/libsodium-wrappers) --- updated-dependencies: - dependency-name: libsodium-wrappers dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/libsodium-wrappers" dependency-version: 0.8.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 ++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c71d13ac..b64d1fad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "xpath-ts": "^1.3.13" }, "devDependencies": { - "@types/libsodium-wrappers": "^0.7.14", + "@types/libsodium-wrappers": "^0.8.2", "@types/node": "^25.0.9", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^8.12.2", @@ -602,10 +602,14 @@ "dev": true }, "node_modules/@types/libsodium-wrappers": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz", - "integrity": "sha512-5Kv68fXuXK0iDuUir1WPGw2R9fOZUlYlSAa0ztMcL0s0BfIDTqg9GXz8K30VJpPP3sxWhbolnQma2x+/TfkzDQ==", - "dev": true + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", + "integrity": "sha512-+2IDfSULPUskSjIYfZl9suIUsIE5PXwoKZiE/j0MZWd+M9nEGvJDsk/ztMZKNhL1lBL+1CaypW0dQSjqPW2dMg==", + "deprecated": "This is a stub types definition. libsodium-wrappers provides its own type definitions, so you do not need this installed.", + "dev": true, + "dependencies": { + "libsodium-wrappers": "*" + } }, "node_modules/@types/node": { "version": "25.0.10", @@ -4405,9 +4409,9 @@ "integrity": "sha512-GQ4Sg0/Z0Ui6ZvKeTd8bH7VAAqk1ZHZDAo/pcuSi0uPbIN6LYAAotR0GEYb8v+y4/tSsXZPr06D6hhqKd7tnoQ==" }, "node_modules/libsodium-wrappers": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.1.tgz", - "integrity": "sha512-UOqD9M4HhAhwEo2foIgnUrpqXCj2VKdndZXM3PZ0zGe++9808TzAFSp4o2mOgPM/DNUnUqncR3G0xqiKDoAQXQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", + "integrity": "sha512-VFLmfxkxo+U9q60tjcnSomQBRx2UzlRjKWJqvB4K1pUqsMQg4cu3QXA2nrcsj9A1qRsnJBbi2Ozx1hsiDoCkhw==", "dependencies": { "libsodium": "^0.8.0" } @@ -7290,10 +7294,13 @@ "dev": true }, "@types/libsodium-wrappers": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz", - "integrity": "sha512-5Kv68fXuXK0iDuUir1WPGw2R9fOZUlYlSAa0ztMcL0s0BfIDTqg9GXz8K30VJpPP3sxWhbolnQma2x+/TfkzDQ==", - "dev": true + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", + "integrity": "sha512-+2IDfSULPUskSjIYfZl9suIUsIE5PXwoKZiE/j0MZWd+M9nEGvJDsk/ztMZKNhL1lBL+1CaypW0dQSjqPW2dMg==", + "dev": true, + "requires": { + "libsodium-wrappers": "*" + } }, "@types/node": { "version": "25.0.10", @@ -9983,9 +9990,9 @@ "integrity": "sha512-GQ4Sg0/Z0Ui6ZvKeTd8bH7VAAqk1ZHZDAo/pcuSi0uPbIN6LYAAotR0GEYb8v+y4/tSsXZPr06D6hhqKd7tnoQ==" }, "libsodium-wrappers": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.1.tgz", - "integrity": "sha512-UOqD9M4HhAhwEo2foIgnUrpqXCj2VKdndZXM3PZ0zGe++9808TzAFSp4o2mOgPM/DNUnUqncR3G0xqiKDoAQXQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", + "integrity": "sha512-VFLmfxkxo+U9q60tjcnSomQBRx2UzlRjKWJqvB4K1pUqsMQg4cu3QXA2nrcsj9A1qRsnJBbi2Ozx1hsiDoCkhw==", "requires": { "libsodium": "^0.8.0" } diff --git a/package.json b/package.json index 91d75d2e..497d0e3a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "xpath-ts": "^1.3.13" }, "devDependencies": { - "@types/libsodium-wrappers": "^0.7.14", + "@types/libsodium-wrappers": "^0.8.2", "@types/node": "^25.0.9", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^8.12.2", From c26e186aeaea64da308461fc807f97e3453c52ac Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 27 Jan 2026 09:00:49 +0100 Subject: [PATCH 2/2] Fixed CI --- package-lock.json | 20 -------------------- package.json | 1 - 2 files changed, 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index b64d1fad..6a6378c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,6 @@ "xpath-ts": "^1.3.13" }, "devDependencies": { - "@types/libsodium-wrappers": "^0.8.2", "@types/node": "^25.0.9", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^8.12.2", @@ -601,16 +600,6 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, - "node_modules/@types/libsodium-wrappers": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", - "integrity": "sha512-+2IDfSULPUskSjIYfZl9suIUsIE5PXwoKZiE/j0MZWd+M9nEGvJDsk/ztMZKNhL1lBL+1CaypW0dQSjqPW2dMg==", - "deprecated": "This is a stub types definition. libsodium-wrappers provides its own type definitions, so you do not need this installed.", - "dev": true, - "dependencies": { - "libsodium-wrappers": "*" - } - }, "node_modules/@types/node": { "version": "25.0.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", @@ -7293,15 +7282,6 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, - "@types/libsodium-wrappers": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", - "integrity": "sha512-+2IDfSULPUskSjIYfZl9suIUsIE5PXwoKZiE/j0MZWd+M9nEGvJDsk/ztMZKNhL1lBL+1CaypW0dQSjqPW2dMg==", - "dev": true, - "requires": { - "libsodium-wrappers": "*" - } - }, "@types/node": { "version": "25.0.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", diff --git a/package.json b/package.json index 497d0e3a..1f70383f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "xpath-ts": "^1.3.13" }, "devDependencies": { - "@types/libsodium-wrappers": "^0.8.2", "@types/node": "^25.0.9", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^8.12.2",