|
34 | 34 | "node": ">=12" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | | - "@types/svgo": "^1.3.3", |
| 37 | + "@types/svgo": "^1.3.4", |
38 | 38 | "hast-util-from-parse5": "^6.0.1", |
39 | | - "mermaid": "^8.2.3", |
| 39 | + "mermaid": "^8.9.1", |
40 | 40 | "parse5": "^6.0.1", |
41 | 41 | "svgo": "^1.3.0", |
42 | | - "unified": "^9.2.0", |
| 42 | + "unified": "^9.2.1", |
43 | 43 | "unist-util-visit": "^2.0.0" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | 46 | "puppeteer": ">=7" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@types/mdast": "^3.0.3", |
50 | | - "@types/mermaid": "^8.2.1", |
51 | | - "@typescript-eslint/eslint-plugin": "^4.15.1", |
52 | | - "@typescript-eslint/parser": "^4.15.1", |
53 | | - "eslint": "^7.20.0", |
| 50 | + "@types/mermaid": "^8.2.2", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.16.1", |
| 52 | + "@typescript-eslint/parser": "^4.16.1", |
| 53 | + "eslint": "^7.21.0", |
54 | 54 | "eslint-config-remcohaszing": "^3.2.0", |
55 | 55 | "eslint-plugin-eslint-comments": "^3.2.0", |
56 | 56 | "eslint-plugin-import": "^2.18.2", |
57 | 57 | "eslint-plugin-jest": "^24.1.5", |
58 | 58 | "eslint-plugin-jest-formatting": "^2.0.1", |
59 | | - "eslint-plugin-jsdoc": "^32.0.2", |
| 59 | + "eslint-plugin-jsdoc": "^32.2.0", |
60 | 60 | "eslint-plugin-markdown": "^2.0.0", |
61 | 61 | "eslint-plugin-node": "^11.1.0", |
62 | 62 | "eslint-plugin-prettier": "^3.3.1", |
63 | 63 | "eslint-plugin-sort-destructure-keys": "^1.3.5", |
64 | | - "eslint-plugin-unicorn": "^28.0.1", |
| 64 | + "eslint-plugin-unicorn": "^28.0.2", |
65 | 65 | "jest": "^26.6.3", |
66 | 66 | "jest-file-snapshot": "^0.5.0", |
67 | 67 | "prettier": "^2.2.1", |
68 | 68 | "puppeteer": "^7.1.0", |
69 | 69 | "rehype-stringify": "^8.0.0", |
70 | 70 | "remark": "^13.0.0", |
71 | 71 | "remark-rehype": "^8.0.0", |
72 | | - "ts-jest": "^26.5.1", |
73 | | - "typescript": "^4.1.5" |
| 72 | + "ts-jest": "^26.5.3", |
| 73 | + "typescript": "^4.2.3" |
74 | 74 | } |
75 | 75 | } |
0 commit comments