Skip to content

Commit 43d617b

Browse files
committed
chore(deps): update dependencies
1 parent efe687f commit 43d617b

File tree

2 files changed

+187
-208
lines changed

2 files changed

+187
-208
lines changed

package.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@
3636
"node": ">=10.4.0"
3737
},
3838
"dependencies": {
39-
"pkcs11js": "^1.2.3",
40-
"tslib": "^2.3.1"
39+
"pkcs11js": "^1.3.0",
40+
"tslib": "^2.4.0"
4141
},
4242
"devDependencies": {
43-
"@types/mocha": "^9.0.0",
44-
"@types/node": "^16.7.1",
43+
"@types/mocha": "^9.1.1",
44+
"@types/node": "^18.0.0",
4545
"coveralls": "^3.1.0",
46-
"mocha": "^9.1.0",
46+
"mocha": "^10.0.0",
4747
"nyc": "^15.1.0",
4848
"rimraf": "^3.0.2",
49-
"ts-node": "^10.2.1",
49+
"ts-node": "^10.8.1",
5050
"tslint": "^6.1.3",
51-
"typedoc": "^0.21.6",
52-
"typescript": "^4.2.4"
51+
"typedoc": "^0.22.17",
52+
"typescript": "^4.7.4"
5353
},
5454
"bugs": {
5555
"url": "https://github.com/PeculiarVentures/graphene/issues"
@@ -94,6 +94,11 @@
9494
"test/**/*.ts"
9595
]
9696
},
97+
"resolutions": {
98+
"ansi-regex": "^5.0.1",
99+
"json-schema": "^0.4.0",
100+
"minimist": "^1.2.6"
101+
},
97102
"funding": {
98103
"type": "github",
99104
"url": "https://github.com/sponsors/PeculiarVentures"

0 commit comments

Comments
 (0)