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 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",