Skip to content

Commit f0f5e54

Browse files
committed
Fix package audit
1 parent d354cbb commit f0f5e54

3 files changed

Lines changed: 755 additions & 1077 deletions

File tree

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
"scripts/bench"
1010
],
1111
"dependencies": {},
12+
"overrides": {
13+
"ajv": "^8.20.0",
14+
"axios": "^1.15.2",
15+
"bn.js": "^5.2.3",
16+
"brace-expansion": "^2.0.3",
17+
"file-type": "^22.0.1",
18+
"lodash": "^4.18.1",
19+
"minimatch": "^9.0.7",
20+
"picomatch": "^4.0.4",
21+
"protobufjs": "^7.5.5",
22+
"undici": "^6.24.0",
23+
"uuid": "^14.0.0",
24+
"@stablelib/ed25519": "^2.1.0"
25+
},
1226
"devDependencies": {
1327
"@babel/cli": "^7.24.1",
1428
"@babel/core": "^7.24.3",
@@ -19,6 +33,20 @@
1933
"turbo": "2.0.5"
2034
},
2135
"packageManager": "yarn@1.22.22",
36+
"resolutions": {
37+
"ajv": "^8.20.0",
38+
"axios": "^1.15.2",
39+
"bn.js": "^5.2.3",
40+
"brace-expansion": "^2.0.3",
41+
"file-type": "^22.0.1",
42+
"lodash": "^4.18.1",
43+
"minimatch": "^9.0.7",
44+
"picomatch": "^4.0.4",
45+
"protobufjs": "^7.5.5",
46+
"undici": "^6.24.0",
47+
"uuid": "^14.0.0",
48+
"@stablelib/ed25519": "^2.1.0"
49+
},
2250
"scripts": {
2351
"mdbook": "mdbook build tutorials --dest-dir ../out/tutorials",
2452
"publish-packages": "changeset version && changeset publish"

packages/credential-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@juanelas/base64": "^1.1.5",
4444
"@sphereon/pex": "^5.0.0-unstable.28",
4545
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "^0.26.0",
46-
"@stablelib/ed25519": "^1.0.0",
46+
"@stablelib/ed25519": "^2.1.0",
4747
"@transmute/json-web-signature": "^0.7.0-unstable.82",
4848
"blake2b": "2.1.4",
4949
"blakejs": "^1.2.1",
@@ -62,7 +62,7 @@
6262
"n3": "^1.17.4",
6363
"rify": "^0.7.1",
6464
"semver": "^7.6.0",
65-
"uuid": "^10.0.0",
65+
"uuid": "^14.0.0",
6666
"uuidv4": "^6.2.13",
6767
"varint": "^6.0.0"
6868
},

0 commit comments

Comments
 (0)