chore: Update dependencies

This commit is contained in:
microshine 2022-02-24 23:39:41 +03:00
parent e98c5ba843
commit 3c7559a086
2 changed files with 566 additions and 693 deletions

1235
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,9 @@
"x25519", "x25519",
"ed25519", "ed25519",
"x448", "x448",
"ed448" "ed448",
"shake128",
"shake256"
], ],
"author": "PeculiarVentures", "author": "PeculiarVentures",
"contributors": [ "contributors": [
@ -61,20 +63,20 @@
"banner": "// Copyright (c) 2021, Peculiar Ventures, All rights reserved.", "banner": "// Copyright (c) 2021, Peculiar Ventures, All rights reserved.",
"devDependencies": { "devDependencies": {
"@peculiar/webcrypto-test": "^1.0.7", "@peculiar/webcrypto-test": "^1.0.7",
"@types/mocha": "^9.0.0", "@types/mocha": "^9.1.0",
"@types/node": "^16.11.10", "@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.4.0", "@typescript-eslint/parser": "^5.12.1",
"coveralls": "^3.1.1", "coveralls": "^3.1.1",
"eslint": "^8.3.0", "eslint": "^8.9.0",
"eslint-plugin-import": "^2.25.3", "eslint-plugin-import": "^2.25.4",
"mocha": "^9.1.3", "mocha": "^9.2.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup": "^2.60.1", "rollup": "^2.68.0",
"rollup-plugin-typescript2": "^0.31.1", "rollup-plugin-typescript2": "^0.31.2",
"ts-node": "^10.4.0", "ts-node": "^10.5.0",
"typescript": "^4.5.2" "typescript": "^4.5.5"
}, },
"dependencies": { "dependencies": {
"@peculiar/asn1-schema": "^2.0.44", "@peculiar/asn1-schema": "^2.0.44",