Skip to content

Commit 799efa6

Browse files
committed
chore(deps): Update dependencies
1 parent 7b08a2a commit 799efa6

File tree

2 files changed

+569
-790
lines changed

2 files changed

+569
-790
lines changed

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,23 @@
3636
"node": ">=18.0.0"
3737
},
3838
"dependencies": {
39-
"pkcs11js": "^2.1.1",
40-
"tslib": "^2.6.2"
39+
"pkcs11js": "^2.1.6",
40+
"tslib": "^2.7.0"
4141
},
4242
"devDependencies": {
43-
"@types/mocha": "^10.0.6",
44-
"@types/node": "^20.12.12",
45-
"coveralls": "^3.1.0",
46-
"mocha": "^10.4.0",
47-
"nyc": "^15.1.0",
43+
"@types/mocha": "^10.0.7",
44+
"@types/node": "^22.5.1",
45+
"mocha": "^10.7.3",
46+
"nyc": "^17.0.0",
4847
"rimraf": "^5.0.7",
4948
"ts-node": "^10.9.2",
5049
"tslint": "^6.1.3",
51-
"typedoc": "^0.25.13",
52-
"typescript": "^5.4.5"
50+
"typedoc": "^0.26.6",
51+
"typescript": "^5.5.4"
52+
},
53+
"resolutions": {
54+
"braces": "^3.0.3",
55+
"semver": "^7.6.3"
5356
},
5457
"bugs": {
5558
"url": "https://github.com/PeculiarVentures/graphene/issues"
@@ -94,11 +97,6 @@
9497
"test/**/*.ts"
9598
]
9699
},
97-
"resolutions": {
98-
"ansi-regex": "^5.0.1",
99-
"json-schema": "^0.4.0",
100-
"minimist": "^1.2.6"
101-
},
102100
"funding": {
103101
"type": "github",
104102
"url": "https://github.com/sponsors/PeculiarVentures"

0 commit comments

Comments
 (0)