From 05d41edef434be65d25b45266eb43424f634b4af Mon Sep 17 00:00:00 2001 From: Jan-Pieter George Date: Thu, 22 Aug 2024 16:36:14 -0700 Subject: [PATCH 1/2] Fix direct sdk repository references (#1730) --- .github/workflows/test-infrastructure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-infrastructure.yml b/.github/workflows/test-infrastructure.yml index 6d9e8ef75..5706d1868 100644 --- a/.github/workflows/test-infrastructure.yml +++ b/.github/workflows/test-infrastructure.yml @@ -30,7 +30,7 @@ jobs: - name: Install CLI run: | # Step 1: Download the .deb package using curl with the -L option to follow redirects - curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb + curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk-v/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb # Step 2: Install the downloaded .deb package using dpkg sudo dpkg -i trinsic_cli.deb @@ -45,7 +45,7 @@ jobs: # Because called actions run in caller repository, we have to be explicit here. - uses: actions/checkout@v3 with: - repository: trinsic-id/sdk + repository: trinsic-id/sdk-v path: ./sdk - uses: actions/cache@v3 id: npm-cache From eeec28e38279297e6e436f0f9aa430cafb40ad9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:37:20 +0000 Subject: [PATCH 2/2] build(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /web Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 10111f599..7cedd8fbd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4687,9 +4687,9 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dev": true, "dependencies": { "bn.js": "^4.11.9", @@ -15260,9 +15260,9 @@ "dev": true }, "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dev": true, "requires": { "bn.js": "^4.11.9",