mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-06 23:51:28 +01:00
update jslib version
This commit is contained in:
parent
274c770308
commit
fcdf473af1
@ -76,6 +76,6 @@
|
||||
"@types/tldjs": "1.7.1",
|
||||
"@types/webcrypto": "^0.0.28",
|
||||
"@uirouter/angularjs": "^1.0.10",
|
||||
"@bitwarden/jslib": "0.0.10"
|
||||
"@bitwarden/jslib": "0.0.12"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
import * as forge from 'node-forge';
|
||||
|
||||
import { EncryptionType } from '../../enums/encryptionType.enum';
|
||||
import { EncryptionType } from '@bitwarden/jslib';
|
||||
|
||||
import SymmetricCryptoKeyBuffers from './symmetricCryptoKeyBuffers';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user