From 22dd2bb82b174efd7408f84128a8f2d56c8adb00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:19:28 +0000 Subject: [PATCH] fix(deps): update dependency @interledger/http-signature-utils to v2.0.2 --- aws/lambdas/http-signatures/package-lock.json | 28 +++++++++++++------ aws/lambdas/http-signatures/package.json | 2 +- .../package.json | 2 +- packages/auth/package.json | 2 +- packages/backend/package.json | 2 +- pnpm-lock.yaml | 21 ++++---------- 6 files changed, 30 insertions(+), 27 deletions(-) diff --git a/aws/lambdas/http-signatures/package-lock.json b/aws/lambdas/http-signatures/package-lock.json index 7503c0f3c2..2325678c7a 100644 --- a/aws/lambdas/http-signatures/package-lock.json +++ b/aws/lambdas/http-signatures/package-lock.json @@ -6,24 +6,36 @@ "": { "name": "http-signatures-lambda", "dependencies": { - "@interledger/http-signature-utils": "2.0.1" + "@interledger/http-signature-utils": "2.0.2" } }, "node_modules/@interledger/http-signature-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@interledger/http-signature-utils/-/http-signature-utils-2.0.1.tgz", - "integrity": "sha512-aELLCsl3x1Xtyv4N9lyF3TmCynkYyap5WYOQNQDVi74+BRyP1sHPE9u8HQJJAi2r6yU7+qRTMrM2uU6aD7RQmA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@interledger/http-signature-utils/-/http-signature-utils-2.0.2.tgz", + "integrity": "sha512-gTAPFMt7xwG1zv1rbrltcZTAqOw/ZJwkVdnNjQzu5G9JTfvJQzS6pcpiVUej1cblpewotbOzosgdX00f93q9zA==", "dependencies": { - "http-message-signatures": "^0.1.2", + "http-message-signatures": "^1.0.4", "httpbis-digest-headers": "^1.0.0", "jose": "^4.13.1", "uuid": "^9.0.0" } }, "node_modules/http-message-signatures": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/http-message-signatures/-/http-message-signatures-0.1.2.tgz", - "integrity": "sha512-gjJYDgFBy+xnlAs2G0gIWpiorCv9Xi7pIlOnnd91zHAK7BtkLxonmm/JAtd5e6CakOuW03IwEuJzj2YMy8lfWQ==" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/http-message-signatures/-/http-message-signatures-1.0.4.tgz", + "integrity": "sha512-gavCQWnxHFg0BVlKs6CmYK7hNSH1o0x0mHTC68yBAHYOYuTVXPv52mEE7QuT5TenfiagTdOa/zPJzen4lEX7Rg==", + "dependencies": { + "structured-headers": "^1.0.1" + } + }, + "node_modules/http-message-signatures/node_modules/structured-headers": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/structured-headers/-/structured-headers-1.0.1.tgz", + "integrity": "sha512-QYBxdBtA4Tl5rFPuqmbmdrS9kbtren74RTJTcs0VSQNVV5iRhJD4QlYTLD0+81SBwUQctjEQzjTRI3WG4DzICA==", + "engines": { + "node": ">= 14", + "npm": ">=6" + } }, "node_modules/httpbis-digest-headers": { "version": "1.0.0", diff --git a/aws/lambdas/http-signatures/package.json b/aws/lambdas/http-signatures/package.json index 5a393e7c72..0533520412 100644 --- a/aws/lambdas/http-signatures/package.json +++ b/aws/lambdas/http-signatures/package.json @@ -3,6 +3,6 @@ "main": "index.js", "type": "module", "dependencies": { - "@interledger/http-signature-utils": "2.0.1" + "@interledger/http-signature-utils": "2.0.2" } } diff --git a/localenv/mock-account-servicing-entity/package.json b/localenv/mock-account-servicing-entity/package.json index d3a8e425b3..1591e872b4 100644 --- a/localenv/mock-account-servicing-entity/package.json +++ b/localenv/mock-account-servicing-entity/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@apollo/client": "^3.9.5", - "@interledger/http-signature-utils": "2.0.1", + "@interledger/http-signature-utils": "2.0.2", "@remix-run/node": "^2.6.0", "@remix-run/react": "^2.6.0", "@remix-run/serve": "^2.6.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index 9524992303..c055d57df3 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -25,7 +25,7 @@ "@graphql-tools/graphql-file-loader": "^8.0.1", "@graphql-tools/load": "^8.0.2", "@graphql-tools/schema": "^10.0.3", - "@interledger/http-signature-utils": "2.0.1", + "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "6.6.0", "@interledger/openapi": "1.2.1", "@koa/cors": "^5.0.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index 0acfb6be4a..ae650926b8 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -50,7 +50,7 @@ "@graphql-tools/graphql-file-loader": "^8.0.1", "@graphql-tools/load": "^8.0.2", "@graphql-tools/schema": "^10.0.3", - "@interledger/http-signature-utils": "2.0.1", + "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "6.6.0", "@interledger/openapi": "1.2.1", "@interledger/pay": "0.4.0-alpha.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9692920072..6cd492a97b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^3.9.5 version: 3.9.5(@types/react@18.2.61)(graphql@16.8.1)(react-dom@18.2.0)(react@18.2.0) '@interledger/http-signature-utils': - specifier: 2.0.1 - version: 2.0.1 + specifier: 2.0.2 + version: 2.0.2 '@remix-run/node': specifier: ^2.6.0 version: 2.6.0(typescript@5.3.3) @@ -127,8 +127,8 @@ importers: specifier: ^10.0.3 version: 10.0.3(graphql@16.8.1) '@interledger/http-signature-utils': - specifier: 2.0.1 - version: 2.0.1 + specifier: 2.0.2 + version: 2.0.2 '@interledger/open-payments': specifier: 6.6.0 version: 6.6.0 @@ -266,8 +266,8 @@ importers: specifier: ^10.0.3 version: 10.0.3(graphql@16.8.1) '@interledger/http-signature-utils': - specifier: 2.0.1 - version: 2.0.1 + specifier: 2.0.2 + version: 2.0.2 '@interledger/open-payments': specifier: 6.6.0 version: 6.6.0 @@ -3462,15 +3462,6 @@ packages: - supports-color dev: false - /@interledger/http-signature-utils@2.0.1: - resolution: {integrity: sha512-aELLCsl3x1Xtyv4N9lyF3TmCynkYyap5WYOQNQDVi74+BRyP1sHPE9u8HQJJAi2r6yU7+qRTMrM2uU6aD7RQmA==} - dependencies: - http-message-signatures: 0.1.2 - httpbis-digest-headers: 1.0.0 - jose: 4.13.1 - uuid: 9.0.1 - dev: false - /@interledger/http-signature-utils@2.0.2: resolution: {integrity: sha512-gTAPFMt7xwG1zv1rbrltcZTAqOw/ZJwkVdnNjQzu5G9JTfvJQzS6pcpiVUej1cblpewotbOzosgdX00f93q9zA==} dependencies: