Skip to content

Commit

Permalink
Revert "fix: deps"
Browse files Browse the repository at this point in the history
This reverts commit 7d6dc17.
  • Loading branch information
nklomp committed Feb 26, 2023
1 parent 121b3b4 commit 5b0df98
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@veramo/utils": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/vc-api-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"devDependencies": {
"@types/jest": "^27.0.2",
"@veramo/cli": "4.2.0",
"@sphereon/ssi-sdk-core": "^0.8.0",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
Expand Down
1 change: 0 additions & 1 deletion packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"resolutions": {
"@types/react": "18.0.12",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1",
"@digitalcredentials/ed25519-signature-2020": "~3.0.2",
"@digitalcredentials/ed25519-verification-key-2020": "3.2.2"
}
Expand Down
44 changes: 40 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
ky "^0.25.1"
ky-universal "^0.8.2"

"@digitalcredentials/jsonld-signatures@^9.3.1", [email protected], jsonld-signatures@^5.0.1, "jsonld-signatures@npm:@digitalcredentials/jsonld-signatures@^9.3.1":
"@digitalcredentials/jsonld-signatures@^9.3.1":
version "9.3.1"
resolved "https://registry.yarnpkg.com/@digitalcredentials/jsonld-signatures/-/jsonld-signatures-9.3.1.tgz#e00175ab4199c580c9b308effade021da805c695"
integrity sha512-YMh1e1GpTeHDqq2a2Kd+pLcHsMiPeKyE2Zs17NSwqckij7UMRVDQ54S5VQhHvoXZ1mlkpVaI2xtj5M5N6rzylw==
Expand All @@ -483,7 +483,7 @@
isomorphic-webcrypto "^2.3.8"
serialize-error "^8.0.1"

"@digitalcredentials/jsonld@^5.2.1", [email protected], [email protected], jsonld@^3.1.0, jsonld@^3.2.0, jsonld@^5.2.0, "jsonld@npm:@digitalcredentials/jsonld@^5.2.1":
"@digitalcredentials/jsonld@^5.2.1", [email protected], [email protected], jsonld@^2.0.2, jsonld@^3.1.0, jsonld@^3.2.0, jsonld@^4.0.1, jsonld@^5.2.0, "jsonld@npm:@digitalcredentials/jsonld@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@digitalcredentials/jsonld/-/jsonld-5.2.1.tgz#60acf587bec8331e86324819fd19692939118775"
integrity sha512-pDiO1liw8xs+J/43qnMZsxyz0VOWOb7Q2yUlBt/tyjq6SlT9xPo+3716tJPbjGPnou2lQRw3H5/I++z+6oQ07w==
Expand Down Expand Up @@ -4323,7 +4323,7 @@
expo-modules-autolinking "^0.0.3"
invariant "^2.2.4"

"@veramo-community/lds-ecdsa-secp256k1-recovery2020@uport-project/EcdsaSecp256k1RecoverySignature2020":
"@veramo-community/lds-ecdsa-secp256k1-recovery2020@github:uport-project/EcdsaSecp256k1RecoverySignature2020":
version "0.0.8"
resolved "https://codeload.github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/tar.gz/ab0db52de6f4e6663ef271a48009ba26e688ef9b"
dependencies:
Expand Down Expand Up @@ -10292,6 +10292,30 @@ jsonld-checker@^0.1.6:
jsonld "^5.2.0"
node-fetch "^2.6.1"

[email protected]:
version "7.0.0"
resolved "https://registry.yarnpkg.com/jsonld-signatures/-/jsonld-signatures-7.0.0.tgz#4b2021422c16d25aa8a561d1806bd68a6130afa1"
integrity sha512-J/nA+llcYYjErPHG9WFpXvR82TOg5fbHk/7rXbx4Ts854DPReaKAAd0hAZ+s5/P2WIIAZPIHCqA+iz1QrOqeiQ==
dependencies:
base64url "^3.0.1"
crypto-ld "^3.7.0"
jsonld "^4.0.1"
node-forge "^0.10.0"
security-context "^4.0.0"
serialize-error "^5.0.0"

jsonld-signatures@^5.0.1:
version "5.2.0"
resolved "https://registry.yarnpkg.com/jsonld-signatures/-/jsonld-signatures-5.2.0.tgz#2f6210c3aad0a50f925991ce3e91c78856c0752d"
integrity sha512-/dGgMElXc3oBS+/OUwMc3DTK4riHKLE9Lk7NF1Upz2ZlBTNfnOw5uLRkFQOJFBDqDEm5hK6hIfkoC/rCWFh9tQ==
dependencies:
base64url "^3.0.1"
crypto-ld "^3.7.0"
jsonld "^2.0.2"
node-forge "^0.10.0"
security-context "^4.0.0"
serialize-error "^5.0.0"

jsonparse@^1.2.0, jsonparse@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
Expand Down Expand Up @@ -13489,6 +13513,11 @@ secp256k1@^4.0.1, secp256k1@^4.0.2:
node-addon-api "^2.0.0"
node-gyp-build "^4.2.0"

security-context@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/security-context/-/security-context-4.0.0.tgz#e73f5d22bee9c7699a02eaaced359d001dc948e9"
integrity sha512-yiDCS7tpKQl6p4NG57BdKLTSNLFfj5HosBIzXBl4jZf/qorJzSzbEUIdLhN+vVYgyLlvjixY8DPPTgqI8zvNCA==

semantic-release@^19.0.5:
version "19.0.5"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-19.0.5.tgz#d7fab4b33fc20f1288eafd6c441e5d0938e5e174"
Expand Down Expand Up @@ -13571,6 +13600,13 @@ [email protected]:
range-parser "~1.2.1"
statuses "2.0.1"

serialize-error@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-5.0.0.tgz#a7ebbcdb03a5d71a6ed8461ffe0fc1a1afed62ac"
integrity sha512-/VtpuyzYf82mHYTtI4QKtwHa79vAdU5OQpNPAmE/0UDdlGT0ZxHwC+J6gXkw29wwoVI8fMPsfcVHOwXtUQYYQA==
dependencies:
type-fest "^0.8.0"

serialize-error@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"
Expand Down Expand Up @@ -14615,7 +14651,7 @@ type-fest@^0.6.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==

type-fest@^0.8.1:
type-fest@^0.8.0, type-fest@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
Expand Down

0 comments on commit 5b0df98

Please sign in to comment.