Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Sep 17, 2024
1 parent 541460b commit 9b694b7
Show file tree
Hide file tree
Showing 2 changed files with 1,177 additions and 1,656 deletions.
33 changes: 13 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,35 +79,28 @@
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"coveralls": "^3.1.1",
"eslint": "8.57.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.7",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"@peculiar/asn1-cms": "^2.3.8",
"@peculiar/asn1-csr": "^2.3.8",
"@peculiar/asn1-ecc": "^2.3.8",
"@peculiar/asn1-pkcs9": "^2.3.8",
"@peculiar/asn1-rsa": "^2.3.8",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/asn1-cms": "^2.3.13",
"@peculiar/asn1-csr": "^2.3.13",
"@peculiar/asn1-ecc": "^2.3.14",
"@peculiar/asn1-pkcs9": "^2.3.13",
"@peculiar/asn1-rsa": "^2.3.13",
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/asn1-x509": "^2.3.13",
"pvtsutils": "^1.3.5",
"reflect-metadata": "^0.2.2",
"tslib": "^2.6.2",
"tslib": "^2.7.0",
"tsyringe": "^4.8.0"
},
"resolutions": {
"minimist": "^1.2.6",
"json5": "^2.2.3",
"qs": "^6.11.0",
"terser": "^5.14.2"
}
}
}
Loading

0 comments on commit 9b694b7

Please sign in to comment.