lock duo sdk to specific commit

This commit is contained in:
Kyle Spearrin 2020-08-18 11:28:21 -04:00
parent 7b0579ccf3
commit 9d9503b00e
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -2901,7 +2901,7 @@
},
"duo_web_sdk": {
"version": "git+https://github.com/duosecurity/duo_web_sdk.git#410a9186cc34663c4913b17d6528067cd3331f1d",
"from": "git+https://github.com/duosecurity/duo_web_sdk.git"
"from": "git+https://github.com/duosecurity/duo_web_sdk.git#410a9186cc34663c4913b17d6528067cd3331f1d"
},
"duplexify": {
"version": "3.6.0",

View File

@ -81,7 +81,7 @@
"bootstrap": "4.3.1",
"braintree-web-drop-in": "1.13.0",
"core-js": "2.6.2",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git#410a9186cc34663c4913b17d6528067cd3331f1d",
"font-awesome": "4.7.0",
"jquery": "3.4.1",
"lunr": "2.3.3",