|
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 | 66 | "@babel/preset-env": "^7.13.15",
|
67 |
| - "@rollup/plugin-commonjs": "^18.0.0", |
| 67 | + "@rollup/plugin-commonjs": "^19.0.0", |
68 | 68 | "@rollup/plugin-json": "^4.1.0",
|
69 |
| - "@rollup/plugin-node-resolve": "^11.2.1", |
| 69 | + "@rollup/plugin-node-resolve": "^13.0.0", |
70 | 70 | "@rollup/plugin-replace": "^2.4.2",
|
71 | 71 | "@rollup/plugin-typescript": "^8.2.1",
|
72 | 72 | "@rollup/plugin-url": "^6.0.0",
|
73 | 73 | "@types/cheerio": "^0.22.28",
|
74 | 74 | "@types/express": "^4.17.11",
|
75 | 75 | "@types/jest": "^26.0.23",
|
76 |
| - "@types/node": "~14.14.43", |
| 76 | + "@types/node": "~14.14.44", |
77 | 77 | "@types/pug": "^2.0.4",
|
78 | 78 | "@types/supertest": "^2.0.11",
|
79 | 79 | "@types/ws": "^7.4.2",
|
|
87 | 87 | "cheerio": "^1.0.0-rc.6",
|
88 | 88 | "codecov": "^3.8.1",
|
89 | 89 | "cssnano": "^5.0.1",
|
90 |
| - "eslint": "^7.25.0", |
| 90 | + "eslint": "^7.26.0", |
91 | 91 | "eslint-config-prettier": "^8.3.0",
|
92 | 92 | "eslint-plugin-import": "^2.22.1",
|
93 | 93 | "eslint-plugin-jest": "^24.3.6",
|
|
132 | 132 | "zip-stream": "^4.1.0"
|
133 | 133 | },
|
134 | 134 | "dependencies": {
|
135 |
| - "@marp-team/marp-core": "^2.0.1", |
| 135 | + "@marp-team/marp-core": "^2.0.2", |
136 | 136 | "@marp-team/marpit": "^2.0.1",
|
137 | 137 | "chokidar": "^3.5.1",
|
138 | 138 | "chrome-launcher": "^0.13.4",
|
|
141 | 141 | "globby": "^11.0.3",
|
142 | 142 | "import-from": "^3.0.0",
|
143 | 143 | "pptxgenjs": "^3.5.0",
|
144 |
| - "puppeteer-core": "9.0.0", |
| 144 | + "puppeteer-core": "9.1.1", |
145 | 145 | "serve-index": "^1.9.1",
|
146 | 146 | "tmp": "^0.2.1",
|
147 | 147 | "v8-compile-cache": "^2.3.0",
|
148 | 148 | "ws": "^7.4.5",
|
149 |
| - "yargs": "^16.2.0" |
| 149 | + "yargs": "^17.0.1" |
150 | 150 | },
|
151 | 151 | "resolutions": {
|
152 |
| - "normalize-package-data": "^3.0.2", |
153 | 152 | "pug": "^3.0.2",
|
154 | 153 | "pug-runtime": "^3.0.1"
|
155 | 154 | },
|
|
0 commit comments