mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: update dependencies (#2066)
This commit is contained in:
parent
2d0fa2d17d
commit
f005b37816
2 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
@ -26,12 +26,12 @@
|
|||
"JSONStream": "1.3.5",
|
||||
"async": "3.2.0",
|
||||
"body-parser": "1.19.0",
|
||||
"bunyan": "1.8.14",
|
||||
"bunyan": "1.8.15",
|
||||
"commander": "3.0.2",
|
||||
"compression": "1.7.4",
|
||||
"cookies": "0.8.0",
|
||||
"cors": "2.8.5",
|
||||
"dayjs": "1.9.7",
|
||||
"dayjs": "1.10.3",
|
||||
"envinfo": "7.7.3",
|
||||
"express": "4.17.1",
|
||||
"handlebars": "4.7.6",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"kleur": "4.1.3",
|
||||
"lodash": "4.17.20",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "1.2.6",
|
||||
"mime": "2.4.6",
|
||||
"marked": "1.2.7",
|
||||
"mime": "2.5.0",
|
||||
"minimatch": "3.0.4",
|
||||
"mkdirp": "0.5.5",
|
||||
"mv": "2.1.1",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"@babel/core": "7.12.10",
|
||||
"@babel/node": "7.12.10",
|
||||
"@babel/plugin-proposal-class-properties": "7.12.1",
|
||||
"@babel/plugin-proposal-decorators": "7.12.1",
|
||||
"@babel/plugin-proposal-decorators": "7.12.12",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
||||
"@babel/plugin-proposal-function-sent": "7.12.1",
|
||||
"@babel/plugin-proposal-json-strings": "7.12.1",
|
||||
|
@ -70,7 +70,7 @@
|
|||
"@babel/plugin-transform-classes": "7.12.1",
|
||||
"@babel/plugin-transform-runtime": "7.12.10",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "7.12.10",
|
||||
"@babel/preset-env": "7.12.11",
|
||||
"@babel/preset-typescript": "7.12.7",
|
||||
"@babel/register": "7.12.10",
|
||||
"@babel/runtime": "7.12.5",
|
||||
|
@ -115,8 +115,8 @@
|
|||
"puppeteer": "5.5.0",
|
||||
"rimraf": "3.0.2",
|
||||
"selfsigned": "1.10.8",
|
||||
"standard-version": "9.0.0",
|
||||
"supertest": "6.0.1",
|
||||
"standard-version": "9.1.0",
|
||||
"supertest": "6.1.1",
|
||||
"typescript": "3.9.7",
|
||||
"verdaccio": "^4.5.1",
|
||||
"verdaccio-auth-memory": "^9.7.2",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue