|
67 | 67 | "@mswjs/interceptors": "^0.12.7",
|
68 | 68 | "@open-draft/until": "^1.0.3",
|
69 | 69 | "@types/cookie": "^0.4.1",
|
70 |
| - "@types/inquirer": "^8.1.3", |
71 |
| - "@types/js-levenshtein": "^1.1.0", |
| 70 | + "@types/js-levenshtein": "^1.1.1", |
72 | 71 | "chalk": "4.1.1",
|
73 | 72 | "chokidar": "^3.4.2",
|
74 |
| - "cookie": "^0.4.1", |
75 |
| - "graphql": "^15.5.1", |
| 73 | + "cookie": "^0.4.2", |
| 74 | + "graphql": "^16.3.0", |
76 | 75 | "headers-utils": "^3.0.2",
|
77 | 76 | "inquirer": "^8.2.0",
|
78 | 77 | "is-node-process": "^1.0.1",
|
|
82 | 81 | "statuses": "^2.0.0",
|
83 | 82 | "strict-event-emitter": "^0.2.0",
|
84 | 83 | "type-fest": "^1.2.2",
|
85 |
| - "yargs": "^17.3.0" |
| 84 | + "yargs": "^17.3.1" |
86 | 85 | },
|
87 | 86 | "devDependencies": {
|
88 |
| - "@babel/core": "^7.16.0", |
89 |
| - "@babel/preset-env": "^7.16.4", |
90 |
| - "@commitlint/cli": "^16.0.2", |
| 87 | + "@babel/core": "^7.17.2", |
| 88 | + "@babel/preset-env": "^7.16.11", |
| 89 | + "@commitlint/cli": "^16.1.0", |
91 | 90 | "@commitlint/config-conventional": "^16.0.0",
|
92 | 91 | "@open-draft/test-server": "^0.2.3",
|
93 |
| - "@rollup/plugin-commonjs": "^19.0.0", |
94 |
| - "@rollup/plugin-inject": "^4.0.3", |
| 92 | + "@rollup/plugin-commonjs": "^21.0.1", |
| 93 | + "@rollup/plugin-inject": "^4.0.4", |
95 | 94 | "@rollup/plugin-json": "^4.1.0",
|
96 |
| - "@rollup/plugin-node-resolve": "^13.0.6", |
97 |
| - "@rollup/plugin-replace": "^3.0.0", |
98 |
| - "@types/fs-extra": "^9.0.12", |
| 95 | + "@rollup/plugin-node-resolve": "^13.1.3", |
| 96 | + "@rollup/plugin-replace": "^3.1.0", |
| 97 | + "@types/fs-extra": "^9.0.13", |
99 | 98 | "@types/jest": "26",
|
100 | 99 | "@types/json-bigint": "^1.0.1",
|
101 | 100 | "@types/node": "^14.14.31",
|
102 | 101 | "@types/node-fetch": "^2.5.11",
|
103 | 102 | "@types/puppeteer": "^5.4.4",
|
104 |
| - "@typescript-eslint/eslint-plugin": "^4.28.3", |
105 |
| - "@typescript-eslint/parser": "^4.28.3", |
| 103 | + "@typescript-eslint/eslint-plugin": "^5.11.0", |
| 104 | + "@typescript-eslint/parser": "^5.11.0", |
106 | 105 | "babel-loader": "^8.2.3",
|
107 | 106 | "babel-minify": "^0.5.1",
|
108 | 107 | "commitizen": "^4.2.4",
|
109 | 108 | "cross-env": "^7.0.3",
|
110 |
| - "cross-fetch": "^3.1.4", |
| 109 | + "cross-fetch": "^3.1.5", |
111 | 110 | "cz-conventional-changelog": "3.3.0",
|
112 | 111 | "eslint": "^7.30.0",
|
113 | 112 | "eslint-config-prettier": "^8.3.0",
|
|
122 | 121 | "prettier": "^2.3.2",
|
123 | 122 | "regenerator-runtime": "^0.13.9",
|
124 | 123 | "rimraf": "^3.0.2",
|
125 |
| - "rollup": "^2.60.2", |
| 124 | + "rollup": "^2.67.2", |
126 | 125 | "rollup-plugin-terser": "^7.0.2",
|
127 |
| - "rollup-plugin-typescript2": "^0.30.0", |
| 126 | + "rollup-plugin-typescript2": "^0.31.2", |
128 | 127 | "simple-git-hooks": "^2.7.0",
|
129 | 128 | "ts-jest": "26",
|
130 | 129 | "ts-loader": "^9.2.6",
|
131 | 130 | "ts-node": "^10.1.0",
|
132 | 131 | "typescript": "^4.3.5",
|
133 | 132 | "url-loader": "^4.1.1",
|
134 |
| - "webpack": "^5.64.4", |
| 133 | + "webpack": "^5.68.0", |
135 | 134 | "webpack-dev-server": "^3.11.2"
|
136 | 135 | },
|
137 | 136 | "resolutions": {
|
|
0 commit comments