Skip to content

Commit

Permalink
chore: bump dependencies to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianScheidt committed Oct 24, 2024
1 parent 1745878 commit e2a130a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fabianscheidt/did-document-solution",
"description": "Signs DID documents, stores them and makes them available through did:web.",
"version": "1.5.1",
"version": "1.5.2",
"main": "index.ts",
"license": "MIT",
"scripts": {
Expand All @@ -11,9 +11,9 @@
"build": "tsc"
},
"dependencies": {
"@fabianscheidt/did-web-verification-method-server": "1.4.1",
"@fabianscheidt/verifiable-credential-signer": "1.4.1",
"express": "^4.21.0",
"@fabianscheidt/did-web-verification-method-server": "1.4.2",
"@fabianscheidt/verifiable-credential-signer": "1.4.2",
"express": "^4.21.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@
dependencies:
levn "^0.4.1"

"@fabianscheidt/[email protected].1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@fabianscheidt/did-web-verification-method-server/-/did-web-verification-method-server-1.4.1.tgz#0eab9c45c045f8f11f7cef64029898788f04652e"
integrity sha512-ddfS8UEkD1zEBwxEHfMxqAUdQwBL9lCyI2g4hupnVNrTy4hbQUv47DD9VnVs5XaKh7w4AcopgZVwqbREKukm4A==
"@fabianscheidt/[email protected].2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@fabianscheidt/did-web-verification-method-server/-/did-web-verification-method-server-1.4.2.tgz#787e0d9b880b5eff74d8de111a4e1d6db09bf066"
integrity sha512-xYk7PIWft/4+PYiRfhP/HhZrOkhaNZKoWSHsz6iLMHIRqTjL0lYCJsF+OP+d6ojI5XXwdSoYHuspxrLekRVs6Q==
dependencies:
express "^4.21.0"
express "^4.21.1"
node-forge "^1.3.1"
node-jose "^2.2.0"
ts-node "^10.9.2"
typescript "^5.6.2"

"@fabianscheidt/[email protected].1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@fabianscheidt/verifiable-credential-signer/-/verifiable-credential-signer-1.4.1.tgz#daeb75cd6705b275461a9f72e2d7472aa6cbf818"
integrity sha512-3AbrZ0aIuuWrrFTA7yyfaobUVeL41aaFgGhA7bUyAquWjtI3MQyr+En3tZ31EOyW5Ak3vO580XHPNl5VUBODbw==
"@fabianscheidt/[email protected].2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@fabianscheidt/verifiable-credential-signer/-/verifiable-credential-signer-1.4.2.tgz#4fcf31d4559892c49f07f10c52a1fedd20902485"
integrity sha512-S9LcM+ks2lrtTLgB5WzZnMxgZ87/TAbCC4ctqk5LDq8YMf4bJmEIVO3+ummO4skHB2XbMlwRUltZWlQyY9eMXQ==
dependencies:
express "^4.21.0"
express "^4.21.1"
jose "^5.9.3"
jsonld "^8.3.2"
node-jose "^2.2.0"
Expand Down Expand Up @@ -548,10 +548,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==

cookie@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==

create-require@^1.1.0:
version "1.1.1"
Expand Down Expand Up @@ -761,17 +761,17 @@ event-target-shim@^5.0.0:
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==

express@^4.21.0:
version "4.21.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
express@^4.21.1:
version "4.21.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.3"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.6.0"
cookie "0.7.1"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
Expand Down

0 comments on commit e2a130a

Please sign in to comment.