1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00

Pin dependencies (#5332)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-05-02 19:41:49 +02:00
committed by GitHub
parent 8ebcd88850
commit 936b4c3ebe
5 changed files with 199 additions and 191 deletions

View File

@@ -47,31 +47,31 @@
]
},
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^10.1.1",
"argon2": "^0.30.3",
"big-integer": "^1.6.51",
"browser-hrtime": "^1.1.8",
"chalk": "^4.1.1",
"@koa/multer": "3.0.2",
"@koa/router": "10.1.1",
"argon2": "0.30.3",
"big-integer": "1.6.51",
"browser-hrtime": "1.1.8",
"chalk": "4.1.2",
"commander": "7.2.0",
"form-data": "4.0.0",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.5",
"jsdom": "^16.7.0",
"jszip": "^3.10.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-json": "^2.0.2",
"jsdom": "16.7.0",
"jszip": "3.10.1",
"koa": "2.14.1",
"koa-bodyparser": "4.3.0",
"koa-json": "2.0.2",
"lowdb": "1.0.0",
"lunr": "^2.3.9",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"lunr": "2.3.9",
"multer": "1.4.5-lts.1",
"node-fetch": "2.6.9",
"node-forge": "1.3.1",
"open": "^8.4.0",
"papaparse": "^5.3.2",
"proper-lockfile": "^4.1.2",
"rxjs": "^7.5.5",
"tldts": "^5.7.84",
"zxcvbn": "^4.4.2"
"open": "8.4.2",
"papaparse": "5.4.0",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.0",
"tldts": "5.7.111",
"zxcvbn": "4.4.2"
}
}