mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-04 17:43:31 +00:00
Bump node to v16 (#187)
* Pull in jslib * Bump engines required to node 16 and npm 8 * Bump @types/node to 16 The dep on node 14.18 will get cleaned up once we bump electron * Modify build.yml to build with node 16 and npm 8 * Update requirements in README.md * Use pkg-fetch 3.2.5 to retrieve node 16.13.0 * Change pkg-fetch version back to 3.2 * Bump keytar to 7.7.0 * Add missing package-lock.json for src-cli * Bump keytar to 7.7.0 in src/package.json * Add missing package-lock.json in src/ * Bump pkg to 5.5.1 * Modify download url for keytar * Replace Mac and Win keytar download urls
This commit is contained in:
committed by
GitHub
parent
13572b94ee
commit
6b98a46b94
@@ -19,6 +19,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"browser-hrtime": "^1.1.8",
|
||||
"keytar": "7.6.0"
|
||||
"keytar": "^7.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user