|
1 | 1 | { |
2 | 2 | "name": "@iota/iota.js", |
3 | 3 | "description": "IOTA JavaScript Library", |
4 | | - "version": "1.8.4", |
| 4 | + "version": "1.8.5", |
5 | 5 | "keywords": [ |
6 | 6 | "iota", |
7 | 7 | "client" |
|
18 | 18 | "dependencies": { |
19 | 19 | "big-integer": "^1.6.51", |
20 | 20 | "node-fetch": "2.6.6", |
21 | | - "@iota/util.js": "^1.8.2", |
22 | | - "@iota/crypto.js": "^1.8.2" |
| 21 | + "@iota/util.js": "^1.8.5", |
| 22 | + "@iota/crypto.js": "^1.8.5" |
23 | 23 | }, |
24 | 24 | "scripts": { |
25 | 25 | "build-clean": "rimraf ./es/* ./typings/*", |
|
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | 51 | "@rollup/plugin-commonjs": "^21.0.1", |
52 | | - "@rollup/plugin-node-resolve": "^13.0.6", |
53 | | - "@rollup/plugin-replace": "^3.0.0", |
54 | | - "@types/jest": "^27.0.3", |
| 52 | + "@rollup/plugin-node-resolve": "^13.1.3", |
| 53 | + "@rollup/plugin-replace": "^3.0.1", |
| 54 | + "@types/jest": "^27.4.0", |
55 | 55 | "@types/node-fetch": "2.5.12", |
56 | | - "@typescript-eslint/eslint-plugin": "5.5.0", |
57 | | - "@typescript-eslint/parser": "^5.5.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "5.9.0", |
| 57 | + "@typescript-eslint/parser": "^5.9.0", |
58 | 58 | "copyfiles": "^2.4.1", |
59 | 59 | "cross-env": "^7.0.3", |
60 | | - "eslint": "^8.3.0", |
| 60 | + "eslint": "^8.6.0", |
61 | 61 | "eslint-plugin-header": "^3.1.1", |
62 | | - "eslint-plugin-import": "^2.25.3", |
63 | | - "eslint-plugin-jsdoc": "^37.1.0", |
64 | | - "eslint-plugin-unicorn": "^39.0.0", |
65 | | - "jest": "^27.4.2", |
| 62 | + "eslint-plugin-import": "^2.25.4", |
| 63 | + "eslint-plugin-jsdoc": "^37.6.1", |
| 64 | + "eslint-plugin-unicorn": "^40.0.0", |
| 65 | + "jest": "^27.4.7", |
66 | 66 | "npm-run-all": "^4.1.5", |
67 | 67 | "rimraf": "^3.0.2", |
68 | | - "rollup": "^2.60.2", |
| 68 | + "rollup": "^2.63.0", |
69 | 69 | "rollup-plugin-terser": "^7.0.2", |
70 | | - "ts-jest": "^27.0.7", |
| 70 | + "ts-jest": "^27.1.2", |
71 | 71 | "ts-node": "^10.4.0", |
72 | 72 | "typedoc": "^0.22.10", |
73 | | - "typedoc-plugin-markdown": "^3.11.7", |
74 | | - "typescript": "^4.5.2" |
| 73 | + "typedoc-plugin-markdown": "^3.11.11", |
| 74 | + "typescript": "^4.5.4" |
75 | 75 | }, |
76 | 76 | "main": "dist/cjs/index-node.js", |
77 | 77 | "browser": "dist/cjs/index-browser.js", |
|
0 commit comments