1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

Bump dependencies (#350)

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-04-22 21:17:14 +02:00
committed by GitHub
parent 11fff06b8c
commit aca098645a
21 changed files with 3752 additions and 5533 deletions

View File

@@ -3,17 +3,8 @@ import { LastPassCsvImporter as Importer } from '../../../src/importers/lastpass
import { CipherView } from '../../../src/models/view/cipherView';
import { FieldView } from '../../../src/models/view/fieldView';
import { Utils } from '../../../src/misc/utils';
import { FieldType } from '../../../src/enums';
if (Utils.isNode) {
// Polyfills
// tslint:disable-next-line
const jsdom: any = require('jsdom');
(global as any).DOMParser = new jsdom.JSDOM().window.DOMParser;
}
const CipherData = [
{
title: 'should parse expiration date',