Run npm update

This commit is contained in:
larabr 2024-05-17 13:04:47 +02:00
parent 6a306a1797
commit 1d732c34ff
2 changed files with 1109 additions and 894 deletions

1985
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -62,8 +62,8 @@
"postversion": "git push && git push --tags && npm publish"
},
"devDependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"@openpgp/asmcrypto.js": "^3.1.0",
"@openpgp/jsdoc": "^3.6.11",
"@openpgp/seek-bzip": "^1.0.5-git",
@ -76,14 +76,14 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-wasm": "^6.2.2",
"@types/chai": "^4.3.14",
"@typescript-eslint/parser": "^7.8.0",
"@types/chai": "^4.3.16",
"@typescript-eslint/parser": "^7.9.0",
"argon2id": "^1.0.1",
"benchmark": "^2.1.4",
"bn.js": "^5.2.1",
"c8": "^8.0.1",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "^7.1.2",
"eckey-utils": "^0.7.14",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
@ -103,13 +103,13 @@
"karma-mocha-reporter": "^2.2.5",
"karma-webkit-launcher": "^2.4.0",
"mocha": "^10.4.0",
"playwright": "^1.43.0",
"rollup": "^4.14.1",
"playwright": "^1.44.0",
"rollup": "^4.17.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"web-streams-polyfill": "^3.3.3"
},
"repository": {