Run npm install with our version of node.

This commit is contained in:
Feanil Patel
2019-06-18 14:39:49 -04:00
parent 31c7ac589e
commit 11895b843f

6
package-lock.json generated
View File

@@ -3579,7 +3579,6 @@
},
"edx-proctoring-proctortrack": {
"version": "git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#c4f49973562bf0e54518b74efce20bafa299616a",
"from": "edx-proctoring-proctortrack@git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#c4f49973562bf0e54518b74efce20bafa299616a",
"requires": {
"@edx/edx-proctoring": "1.5.0"
}
@@ -6640,7 +6639,6 @@
},
"jasmine-jquery": {
"version": "git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58",
"from": "jasmine-jquery@git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58",
"dev": true
},
"jest": {
@@ -13916,8 +13914,8 @@
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",
"integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",
"requires": {
"sprintf-js": "^1.0.3",
"util-deprecate": "^1.0.2"
"sprintf-js": "1.0.3",
"util-deprecate": "1.0.2"
}
},
"unherit": {