|
67 | 67 | "graphql": ">=0.11 <=16" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | | - "@babel/core": "^7.17.5", |
| 70 | + "@babel/core": "^7.17.9", |
71 | 71 | "@babel/plugin-proposal-class-properties": "^7.16.7", |
72 | 72 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", |
73 | 73 | "@babel/plugin-proposal-object-rest-spread": "^7.17.3", |
74 | 74 | "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
75 | 75 | "@babel/preset-env": "^7.16.11", |
76 | 76 | "@babel/preset-typescript": "^7.16.7", |
77 | | - "@rollup/plugin-typescript": "^8.3.1", |
| 77 | + "@rollup/plugin-typescript": "^8.3.2", |
78 | 78 | "@semantic-release/changelog": "^6.0.1", |
79 | 79 | "@semantic-release/git": "^10.0.1", |
80 | 80 | "@types/eventsource": "^1.1.8", |
81 | 81 | "@types/express": "^4.17.13", |
82 | 82 | "@types/jest": "^27.4.1", |
83 | 83 | "@types/node-fetch": "^2.6.1", |
84 | | - "@typescript-eslint/eslint-plugin": "^5.14.0", |
85 | | - "@typescript-eslint/parser": "^5.14.0", |
| 84 | + "@typescript-eslint/eslint-plugin": "^5.19.0", |
| 85 | + "@typescript-eslint/parser": "^5.19.0", |
86 | 86 | "babel-jest": "^27.5.1", |
87 | | - "eslint": "^8.10.0", |
| 87 | + "eslint": "^8.13.0", |
88 | 88 | "eslint-config-prettier": "^8.5.0", |
89 | 89 | "eslint-plugin-prettier": "^4.0.0", |
90 | 90 | "eventsource": "^2.0.0", |
91 | 91 | "express": "^4.17.3", |
92 | | - "fastify": "^3.27.4", |
| 92 | + "fastify": "^3.28.0", |
93 | 93 | "graphql": "^16.3.0", |
94 | 94 | "jest": "^27.5.1", |
95 | 95 | "node-fetch": "^2.6.7", |
96 | | - "prettier": "^2.5.1", |
| 96 | + "prettier": "^2.6.2", |
97 | 97 | "replacestream": "^4.0.3", |
98 | | - "rollup": "^2.70.0", |
| 98 | + "rollup": "^2.70.1", |
99 | 99 | "rollup-plugin-terser": "^7.0.2", |
100 | 100 | "semantic-release": "^19.0.2", |
101 | 101 | "tslib": "^2.3.1", |
102 | | - "typedoc": "^0.22.13", |
103 | | - "typedoc-plugin-markdown": "^3.11.14", |
104 | | - "typescript": "^4.6.2" |
| 102 | + "typedoc": "^0.22.15", |
| 103 | + "typedoc-plugin-markdown": "^3.12.0", |
| 104 | + "typescript": "^4.6.3" |
105 | 105 | }, |
106 | 106 | "resolutions": { |
107 | 107 | "npm/chalk": "^4.1.2" |
|
0 commit comments