Update dependencies.

This commit is contained in:
Dillon Kearns 2022-02-21 14:23:17 -08:00
parent 8287623f23
commit e2e98405ec
4 changed files with 295 additions and 3167 deletions

View File

@ -1 +1 @@
v15.6.0
v17.5.0

View File

@ -47,6 +47,7 @@
"serve-static": "^1.14.1",
"terser": "^5.7.2",
"undici": "^4.4.7",
"vite": "^2.8.4",
"which": "^2.0.2"
},
"bin": {
@ -1582,6 +1583,7 @@
"terser": "^5.7.2",
"typescript": "4.3.5",
"undici": "^4.4.7",
"vite": "^2.8.4",
"which": "^2.0.2"
}
},

3450
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"busboy": "^1.0.0",
"chokidar": "3.5.2",
"chokidar": "^3.5.3",
"commander": "8.3.0",
"connect": "^3.7.0",
"cookie": "^0.4.1",
@ -38,12 +38,12 @@
"gray-matter": "^4.0.3",
"jsesc": "^3.0.2",
"kleur": "^4.1.4",
"memfs": "3.4.0",
"memfs": "^3.4.1",
"micromatch": "^4.0.4",
"object-hash": "^2.2.0",
"serve-static": "^1.14.1",
"terser": "^5.7.2",
"undici": "^4.4.7",
"terser": "^5.11.0",
"undici": "^4.14.1",
"vite": "^2.8.4",
"which": "^2.0.2"
},