Run npm install locally.

Catch other changes to the lock file that should have been made.
This commit is contained in:
Feanil Patel
2019-06-06 16:31:43 -04:00
parent 24d601827a
commit 91f336c1ba

27
package-lock.json generated
View File

@@ -111,7 +111,7 @@
"integrity": "sha512-ti3ixqci3lZmSoW7SIPH9WfE1fRa2AU48gnLPg0EmR3g1hDh6SU7JsivwnoRghsSKDlCd4kFPDivxltYA2/VXQ==",
"dev": true,
"requires": {
"@edx/edx-proctoring": "^1.5.0-rc.1"
"@edx/edx-proctoring": "1.5.0"
}
},
"@edx/paragon": {
@@ -157,10 +157,10 @@
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.1.0.tgz",
"integrity": "sha512-i9in5qW3H2PDinUPD9bnQK7tLAD8LhjYQ+fXi3nJOvVnxOO3ErHq6RNEnKY7pbjTPt155e74q7al8eBUuyLtew==",
"requires": {
"fbjs": "^0.8.16",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"prop-types": "15.6.0"
}
}
}
@@ -243,10 +243,10 @@
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.1.0.tgz",
"integrity": "sha512-i9in5qW3H2PDinUPD9bnQK7tLAD8LhjYQ+fXi3nJOvVnxOO3ErHq6RNEnKY7pbjTPt155e74q7al8eBUuyLtew==",
"requires": {
"fbjs": "^0.8.16",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"prop-types": "15.6.0"
}
}
}
@@ -3384,7 +3384,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"
}
@@ -10262,10 +10261,10 @@
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.1.2.tgz",
"integrity": "sha512-e2iKeys/pJcIzszO+9EYxnTus6JI3pftzhXGG8K9B9co2SljknimfuY1/VlAG9nDBipDAc8jkIuuhlz+EiGL+g==",
"requires": {
"fbjs": "^0.8.16",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"prop-types": "15.6.0"
}
},
"react-dropzone": {