Skip to content

Commit ad59bfe

Browse files
chore(deps): update devdeps
1 parent 36fdb09 commit ad59bfe

File tree

2 files changed

+101
-59
lines changed

2 files changed

+101
-59
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@
4343
"url": "https://github.com/decentralized-identity/did-jwt-vc.git"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "7.26.8",
47-
"@babel/preset-env": "7.26.8",
46+
"@babel/core": "7.26.9",
47+
"@babel/preset-env": "7.26.9",
4848
"@babel/preset-typescript": "7.26.0",
4949
"@noble/curves": "1.8.1",
5050
"@semantic-release/changelog": "6.0.3",
5151
"@semantic-release/git": "10.0.1",
5252
"@types/elliptic": "6.4.18",
5353
"@types/faker": "6.6.11",
5454
"@types/jest": "29.5.14",
55-
"@types/node": "22.13.1",
55+
"@types/node": "22.13.4",
5656
"@typescript-eslint/eslint-plugin": "8.24.0",
5757
"@typescript-eslint/parser": "8.24.0",
5858
"cross-env": "7.0.3",
59-
"eslint": "9.20.0",
59+
"eslint": "9.20.1",
6060
"eslint-config-prettier": "10.0.1",
6161
"eslint-plugin-jest": "28.11.0",
6262
"eslint-plugin-prettier": "5.2.3",
6363
"ethr-did": "3.0.25",
64-
"@faker-js/faker": "9.4.0",
64+
"@faker-js/faker": "9.5.0",
6565
"jest": "29.7.0",
6666
"microbundle": "0.15.1",
67-
"prettier": "3.5.0",
68-
"semantic-release": "24.2.2",
67+
"prettier": "3.5.1",
68+
"semantic-release": "24.2.3",
6969
"ts-jest": "29.2.5",
7070
"typescript": "5.7.3"
7171
},

yarn.lock

+94-52
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,21 @@
7272
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
7373
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
7474

75-
"@babel/[email protected].8":
76-
version "7.26.8"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
78-
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
75+
"@babel/[email protected].9":
76+
version "7.26.9"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
78+
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
7979
dependencies:
8080
"@ampproject/remapping" "^2.2.0"
8181
"@babel/code-frame" "^7.26.2"
82-
"@babel/generator" "^7.26.8"
82+
"@babel/generator" "^7.26.9"
8383
"@babel/helper-compilation-targets" "^7.26.5"
8484
"@babel/helper-module-transforms" "^7.26.0"
85-
"@babel/helpers" "^7.26.7"
86-
"@babel/parser" "^7.26.8"
87-
"@babel/template" "^7.26.8"
88-
"@babel/traverse" "^7.26.8"
89-
"@babel/types" "^7.26.8"
90-
"@types/gensync" "^1.0.0"
85+
"@babel/helpers" "^7.26.9"
86+
"@babel/parser" "^7.26.9"
87+
"@babel/template" "^7.26.9"
88+
"@babel/traverse" "^7.26.9"
89+
"@babel/types" "^7.26.9"
9190
convert-source-map "^2.0.0"
9291
debug "^4.1.0"
9392
gensync "^1.0.0-beta.2"
@@ -146,6 +145,17 @@
146145
"@jridgewell/trace-mapping" "^0.3.25"
147146
jsesc "^3.0.2"
148147

148+
"@babel/generator@^7.26.9":
149+
version "7.26.9"
150+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
151+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
152+
dependencies:
153+
"@babel/parser" "^7.26.9"
154+
"@babel/types" "^7.26.9"
155+
"@jridgewell/gen-mapping" "^0.3.5"
156+
"@jridgewell/trace-mapping" "^0.3.25"
157+
jsesc "^3.0.2"
158+
149159
"@babel/helper-annotate-as-pure@^7.18.6":
150160
version "7.18.6"
151161
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
@@ -514,13 +524,13 @@
514524
"@babel/traverse" "^7.20.13"
515525
"@babel/types" "^7.20.7"
516526

517-
"@babel/helpers@^7.26.7":
518-
version "7.26.7"
519-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
520-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
527+
"@babel/helpers@^7.26.9":
528+
version "7.26.9"
529+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
530+
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
521531
dependencies:
522-
"@babel/template" "^7.25.9"
523-
"@babel/types" "^7.26.7"
532+
"@babel/template" "^7.26.9"
533+
"@babel/types" "^7.26.9"
524534

525535
"@babel/highlight@^7.18.6":
526536
version "7.18.6"
@@ -559,6 +569,13 @@
559569
dependencies:
560570
"@babel/types" "^7.26.8"
561571

572+
"@babel/parser@^7.26.9":
573+
version "7.26.9"
574+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
575+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
576+
dependencies:
577+
"@babel/types" "^7.26.9"
578+
562579
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
563580
version "7.25.9"
564581
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -1163,12 +1180,12 @@
11631180
dependencies:
11641181
"@babel/helper-plugin-utils" "^7.18.6"
11651182

1166-
"@babel/plugin-transform-for-of@^7.25.9":
1167-
version "7.25.9"
1168-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
1169-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
1183+
"@babel/plugin-transform-for-of@^7.26.9":
1184+
version "7.26.9"
1185+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
1186+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
11701187
dependencies:
1171-
"@babel/helper-plugin-utils" "^7.25.9"
1188+
"@babel/helper-plugin-utils" "^7.26.5"
11721189
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
11731190

11741191
"@babel/plugin-transform-function-name@^7.18.9":
@@ -1629,10 +1646,10 @@
16291646
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16301647
"@babel/helper-plugin-utils" "^7.25.9"
16311648

1632-
"@babel/[email protected].8":
1633-
version "7.26.8"
1634-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
1635-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
1649+
"@babel/[email protected].9":
1650+
version "7.26.9"
1651+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
1652+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
16361653
dependencies:
16371654
"@babel/compat-data" "^7.26.8"
16381655
"@babel/helper-compilation-targets" "^7.26.5"
@@ -1663,7 +1680,7 @@
16631680
"@babel/plugin-transform-dynamic-import" "^7.25.9"
16641681
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
16651682
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
1666-
"@babel/plugin-transform-for-of" "^7.25.9"
1683+
"@babel/plugin-transform-for-of" "^7.26.9"
16671684
"@babel/plugin-transform-function-name" "^7.25.9"
16681685
"@babel/plugin-transform-json-strings" "^7.25.9"
16691686
"@babel/plugin-transform-literals" "^7.25.9"
@@ -1871,6 +1888,15 @@
18711888
"@babel/parser" "^7.26.8"
18721889
"@babel/types" "^7.26.8"
18731890

1891+
"@babel/template@^7.26.9":
1892+
version "7.26.9"
1893+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1894+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1895+
dependencies:
1896+
"@babel/code-frame" "^7.26.2"
1897+
"@babel/parser" "^7.26.9"
1898+
"@babel/types" "^7.26.9"
1899+
18741900
"@babel/traverse@^7.18.9", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
18751901
version "7.20.13"
18761902
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz"
@@ -1913,6 +1939,19 @@
19131939
debug "^4.3.1"
19141940
globals "^11.1.0"
19151941

1942+
"@babel/traverse@^7.26.9":
1943+
version "7.26.9"
1944+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1945+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1946+
dependencies:
1947+
"@babel/code-frame" "^7.26.2"
1948+
"@babel/generator" "^7.26.9"
1949+
"@babel/parser" "^7.26.9"
1950+
"@babel/template" "^7.26.9"
1951+
"@babel/types" "^7.26.9"
1952+
debug "^4.3.1"
1953+
globals "^11.1.0"
1954+
19161955
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
19171956
version "7.20.7"
19181957
resolved "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz"
@@ -1938,6 +1977,14 @@
19381977
"@babel/helper-string-parser" "^7.25.9"
19391978
"@babel/helper-validator-identifier" "^7.25.9"
19401979

1980+
"@babel/types@^7.26.9":
1981+
version "7.26.9"
1982+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1983+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1984+
dependencies:
1985+
"@babel/helper-string-parser" "^7.25.9"
1986+
"@babel/helper-validator-identifier" "^7.25.9"
1987+
19411988
"@bcoe/v8-coverage@^0.2.3":
19421989
version "0.2.3"
19431990
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -2016,10 +2063,10 @@
20162063
"@eslint/core" "^0.10.0"
20172064
levn "^0.4.1"
20182065

2019-
"@faker-js/faker@9.4.0":
2020-
version "9.4.0"
2021-
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.4.0.tgz#3e85604df3a318729436677565e9433d964276d2"
2022-
integrity sha512-85+k0AxaZSTowL0gXp8zYWDIrWclTbRPg/pm/V0dSFZ6W6D4lhcG3uuZl4zLsEKfEvs69xDbLN2cHQudwp95JA==
2066+
"@faker-js/faker@9.5.0":
2067+
version "9.5.0"
2068+
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.5.0.tgz#ce254c83706250ca8a5a0e05683608160610dd84"
2069+
integrity sha512-3qbjLv+fzuuCg3umxc9/7YjrEXNaKwHgmig949nfyaTx8eL4FAsvFbu+1JcFUj1YAXofhaDn6JdEUBTYuk0Ssw==
20232070

20242071
"@humanfs/core@^0.19.1":
20252072
version "0.19.1"
@@ -3091,11 +3138,6 @@
30913138
dependencies:
30923139
faker "*"
30933140

3094-
"@types/gensync@^1.0.0":
3095-
version "1.0.4"
3096-
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
3097-
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
3098-
30993141
"@types/graceful-fs@^4.1.3":
31003142
version "4.1.6"
31013143
resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz"
@@ -3145,10 +3187,10 @@
31453187
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
31463188
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==
31473189

3148-
"@types/[email protected].1":
3149-
version "22.13.1"
3150-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
3151-
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
3190+
"@types/[email protected].4":
3191+
version "22.13.4"
3192+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a"
3193+
integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==
31523194
dependencies:
31533195
undici-types "~6.20.0"
31543196

@@ -4646,10 +4688,10 @@ eslint-visitor-keys@^4.2.0:
46464688
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
46474689
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
46484690

4649-
4650-
version "9.20.0"
4651-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.0.tgz#6244c46c1640cd5e577a31ebc460fca87838c0b7"
4652-
integrity sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==
4691+
4692+
version "9.20.1"
4693+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
4694+
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
46534695
dependencies:
46544696
"@eslint-community/eslint-utils" "^4.2.0"
46554697
"@eslint-community/regexpp" "^4.12.1"
@@ -8119,10 +8161,10 @@ prettier-linter-helpers@^1.0.0:
81198161
dependencies:
81208162
fast-diff "^1.1.2"
81218163

8122-
8123-
version "3.5.0"
8124-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.0.tgz#50325a28887c6dfdf2ca3f8eaba02b66a8429ca7"
8125-
integrity sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==
8164+
8165+
version "3.5.1"
8166+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
8167+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
81268168

81278169
pretty-bytes@^3.0.0:
81288170
version "3.0.1"
@@ -8583,10 +8625,10 @@ safe-regex-test@^1.0.0:
85838625
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
85848626
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
85858627

8586-
8587-
version "24.2.2"
8588-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.2.tgz#3f25f3506b1c9649e11ca56cc4a8caee63d095d1"
8589-
integrity sha512-f1PLgDKbSrZ1i1jFgHO/qJavv0SSZgahJdusPH0eUkWXcm0qYHAr1qFFC69ELYVCPzLUd5UZJuhEaQP/QOd1jw==
8628+
8629+
version "24.2.3"
8630+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.3.tgz#fd5ac3b0c27fa7bd994eb89eacc26fa385caa1a6"
8631+
integrity sha512-KRhQG9cUazPavJiJEFIJ3XAMjgfd0fcK3B+T26qOl8L0UG5aZUjeRfREO0KM5InGtYwxqiiytkJrbcYoLDEv0A==
85908632
dependencies:
85918633
"@semantic-release/commit-analyzer" "^13.0.0-beta.1"
85928634
"@semantic-release/error" "^4.0.0"

0 commit comments

Comments
 (0)