diff --git a/JSCore/JS-Applications/Exams/Exam-10Dec2016/package-lock.json b/JSCore/JS-Applications/Exams/Exam-10Dec2016/package-lock.json index e717d26a..796e9ccf 100644 --- a/JSCore/JS-Applications/Exams/Exam-10Dec2016/package-lock.json +++ b/JSCore/JS-Applications/Exams/Exam-10Dec2016/package-lock.json @@ -8,6 +8,7 @@ "version": "0.1.4", "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "optional": true, "requires": { "kind-of": "3.2.2", "longest": "1.0.1", @@ -25,9 +26,9 @@ "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" }, "bootstrap": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.0.tgz", - "integrity": "sha512-kCo82nE8qYVfOa/Z3hL98CPgPIEkh6iPdiJrUJMQ9n9r0+6PEET7cmhLlV0XVYmEj5QtKIOaSGMLxy5jSFhKog==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "camelcase": { "version": "1.2.1", @@ -84,7 +85,8 @@ "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "optional": true }, "jquery": { "version": "3.3.1", @@ -95,6 +97,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "optional": true, "requires": { "is-buffer": "1.1.6" } @@ -108,7 +111,8 @@ "longest": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", - "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=" + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", + "optional": true }, "minimist": { "version": "0.0.10", @@ -127,7 +131,8 @@ "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "optional": true }, "right-align": { "version": "0.1.3", diff --git a/JSCore/JS-Applications/Exams/Exam-10Dec2016/package.json b/JSCore/JS-Applications/Exams/Exam-10Dec2016/package.json index 52f956f4..81a9b99c 100644 --- a/JSCore/JS-Applications/Exams/Exam-10Dec2016/package.json +++ b/JSCore/JS-Applications/Exams/Exam-10Dec2016/package.json @@ -2,7 +2,7 @@ "name": "Exam-10Dec2016", "version": "0.0.1", "dependencies": { - "bootstrap": "^4.1.0", + "bootstrap": "^4.3.1", "handlebars": "^4.0.11", "jquery": "^3.3.1", "sammy": "^0.7.6"