Remove dependency on duo_web_sdk and update jslib (#1006)

This commit is contained in:
Daniel James Smith 2021-07-28 19:50:06 +02:00 committed by GitHub
parent 20561fff87
commit 157d9478d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 11 deletions

2
jslib

@ -1 +1 @@
Subproject commit e1ce72136490b9055d8d6a03988e9d39ac560a89
Subproject commit 23309d33e2a335574ed898d6543040372d41526a

20
package-lock.json generated
View File

@ -14,7 +14,6 @@
"@bitwarden/jslib-common": "file:jslib/common",
"@bitwarden/jslib-electron": "file:jslib/electron",
"angular2-toaster": "^11.0.1",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"node-ipc": "^9.1.4",
"nord": "^0.2.1",
"regedit": "^3.0.3",
@ -23,7 +22,6 @@
"devDependencies": {
"@angular/compiler-cli": "^11.2.10",
"@ngtools/webpack": "^11.2.10",
"@types/duo_web_sdk": "^2.7.0",
"@types/node": "^14.14.43",
"@types/node-ipc": "^9.1.4",
"clean-webpack-plugin": "^3.0.0",
@ -79,12 +77,14 @@
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@bitwarden/jslib-common": "file:../common",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"ngx-infinite-scroll": "10.0.1",
"rxjs": "6.6.7",
"tldjs": "^2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@types/duo_web_sdk": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "4.1.5"
}
@ -101,6 +101,7 @@
"lunr": "^2.3.9",
"node-forge": "^0.10.0",
"papaparse": "^5.3.0",
"rxjs": "6.6.7",
"tldjs": "^2.3.1",
"zxcvbn": "^4.4.2"
},
@ -1020,9 +1021,9 @@
"dev": true
},
"node_modules/@types/duo_web_sdk": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@types/duo_web_sdk/-/duo_web_sdk-2.7.0.tgz",
"integrity": "sha512-E8cRtor4+hYNVYZ/hk+0WoZtiGOWvxhX3UsJtNtVlDIk2d8dnbYX6wdhqBTwixPpw7ea3I8IS3BAK81GRXyLUQ==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/@types/duo_web_sdk/-/duo_web_sdk-2.7.1.tgz",
"integrity": "sha512-DePanZjFww36yGSxXwC8B3AsjrrDuPxEcufeh4gTqVsUMpCYByxjX4PERiYZdW0typzKSt9E4I14PPp+PrSIQA==",
"dev": true
},
"node_modules/@types/fs-extra": {
@ -17011,6 +17012,8 @@
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@bitwarden/jslib-common": "file:../common",
"@types/duo_web_sdk": "^2.7.1",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"ngx-infinite-scroll": "10.0.1",
"rimraf": "^3.0.2",
"rxjs": "6.6.7",
@ -17036,6 +17039,7 @@
"node-forge": "^0.10.0",
"papaparse": "^5.3.0",
"rimraf": "^3.0.2",
"rxjs": "6.6.7",
"tldjs": "^2.3.1",
"typescript": "4.1.5",
"zxcvbn": "^4.4.2"
@ -17372,9 +17376,9 @@
"dev": true
},
"@types/duo_web_sdk": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@types/duo_web_sdk/-/duo_web_sdk-2.7.0.tgz",
"integrity": "sha512-E8cRtor4+hYNVYZ/hk+0WoZtiGOWvxhX3UsJtNtVlDIk2d8dnbYX6wdhqBTwixPpw7ea3I8IS3BAK81GRXyLUQ==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/@types/duo_web_sdk/-/duo_web_sdk-2.7.1.tgz",
"integrity": "sha512-DePanZjFww36yGSxXwC8B3AsjrrDuPxEcufeh4gTqVsUMpCYByxjX4PERiYZdW0typzKSt9E4I14PPp+PrSIQA==",
"dev": true
},
"@types/fs-extra": {

View File

@ -252,7 +252,6 @@
"devDependencies": {
"@angular/compiler-cli": "^11.2.10",
"@ngtools/webpack": "^11.2.10",
"@types/duo_web_sdk": "^2.7.0",
"@types/node": "^14.14.43",
"@types/node-ipc": "^9.1.4",
"clean-webpack-plugin": "^3.0.0",
@ -293,7 +292,6 @@
"@bitwarden/jslib-common": "file:jslib/common",
"@bitwarden/jslib-electron": "file:jslib/electron",
"angular2-toaster": "^11.0.1",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"node-ipc": "^9.1.4",
"nord": "^0.2.1",
"regedit": "^3.0.3",