From 825f41649afe7f11203fa9cb4490c3aa730fa622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:13:09 +0000 Subject: [PATCH] fix(deps): update patch-all --- .../AdminApi/src/AdminApi/AdminApi.csproj | 2 +- .../ConsumerApi/src/ConsumerApi.csproj | 2 +- .../crypto-sidecar/package-lock.json | 34 +++++++++++-------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/Applications/AdminApi/src/AdminApi/AdminApi.csproj b/Applications/AdminApi/src/AdminApi/AdminApi.csproj index d0a2ecd80b..0e70404297 100644 --- a/Applications/AdminApi/src/AdminApi/AdminApi.csproj +++ b/Applications/AdminApi/src/AdminApi/AdminApi.csproj @@ -8,7 +8,7 @@ - + diff --git a/Applications/ConsumerApi/src/ConsumerApi.csproj b/Applications/ConsumerApi/src/ConsumerApi.csproj index 23a9eda662..e1514ab693 100644 --- a/Applications/ConsumerApi/src/ConsumerApi.csproj +++ b/Applications/ConsumerApi/src/ConsumerApi.csproj @@ -13,7 +13,7 @@ - + diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/crypto-sidecar/package-lock.json b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/crypto-sidecar/package-lock.json index 082b1bba83..ab584db903 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/crypto-sidecar/package-lock.json +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/crypto-sidecar/package-lock.json @@ -63,12 +63,13 @@ } }, "node_modules/@nmshd/crypto": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@nmshd/crypto/-/crypto-2.0.6.tgz", - "integrity": "sha512-6A0vZcpd6a28vWkF3Ph7fiVgGHw1GB88cYUcaaqeMNTebRpb+jIkT+7KiU/qI74/qrWz0pf4fiNTrXWXz1NnXg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nmshd/crypto/-/crypto-2.0.7.tgz", + "integrity": "sha512-yL/Hq5AgNFr94B5gCeBtDMX8naZy/RV/Mlo5yNfj46xW6yDrANa3r2f3mnaQpO2SA3unkDLkqQwO0TxLttmkvQ==", + "license": "MIT", "dependencies": { - "libsodium-wrappers-sumo": "0.7.13", - "uuid": "9.0.1" + "libsodium-wrappers-sumo": "0.7.15", + "uuid": "10.0.0" } }, "node_modules/@tsconfig/node10": { @@ -819,16 +820,18 @@ } }, "node_modules/libsodium-sumo": { - "version": "0.7.13", - "resolved": "https://registry.npmjs.org/libsodium-sumo/-/libsodium-sumo-0.7.13.tgz", - "integrity": "sha512-zTGdLu4b9zSNLfovImpBCbdAA4xkpkZbMnSQjP8HShyOutnGjRHmSOKlsylh1okao6QhLiz7nG98EGn+04cZjQ==" + "version": "0.7.15", + "resolved": "https://registry.npmjs.org/libsodium-sumo/-/libsodium-sumo-0.7.15.tgz", + "integrity": "sha512-5tPmqPmq8T8Nikpm1Nqj0hBHvsLFCXvdhBFV7SGOitQPZAA6jso8XoL0r4L7vmfKXr486fiQInvErHtEvizFMw==", + "license": "ISC" }, "node_modules/libsodium-wrappers-sumo": { - "version": "0.7.13", - "resolved": "https://registry.npmjs.org/libsodium-wrappers-sumo/-/libsodium-wrappers-sumo-0.7.13.tgz", - "integrity": "sha512-lz4YdplzDRh6AhnLGF2Dj2IUj94xRN6Bh8T0HLNwzYGwPehQJX6c7iYVrFUPZ3QqxE0bqC+K0IIqqZJYWumwSQ==", + "version": "0.7.15", + "resolved": "https://registry.npmjs.org/libsodium-wrappers-sumo/-/libsodium-wrappers-sumo-0.7.15.tgz", + "integrity": "sha512-aSWY8wKDZh5TC7rMvEdTHoyppVq/1dTSAeAR7H6pzd6QRT3vQWcT5pGwCotLcpPEOLXX6VvqihSPkpEhYAjANA==", + "license": "ISC", "dependencies": { - "libsodium-sumo": "^0.7.13" + "libsodium-sumo": "^0.7.15" } }, "node_modules/lodash": { @@ -1154,13 +1157,14 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" }