aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json5
-rw-r--r--package.json1
-rw-r--r--views/projects.ejs3
3 files changed, 8 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index f9575f2..b6b9c5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -868,6 +868,11 @@
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
},
+ "fs": {
+ "version": "0.0.1-security",
+ "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
+ "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
+ },
"fsevents": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz",
diff --git a/package.json b/package.json
index 61f2a73..42f511e 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
+ "fs": "0.0.1-security",
"moment": "^2.24.0",
"mongoose": "^5.6.9",
"passport": "^0.4.0",
diff --git a/views/projects.ejs b/views/projects.ejs
index a3ef04a..78975ec 100644
--- a/views/projects.ejs
+++ b/views/projects.ejs
@@ -39,7 +39,8 @@
</div>
<!--/.Software Cards -->
<h1 class="mt-5 mb-5 text-center">Videos</h1>
- <ul id="yt-results" class="yt" style="list-style-type:none;"></ul>
+ <h2>Google API disabled for now....</h2>
+ <!--<ul id="yt-results" class="yt" style="list-style-type:none;"></ul>-->
</div>
<% include ./includes/scripts %>
<script type="text/javascript" data-main="/js/yt-list-videos.js" src="https://requirejs.org/docs/release/2.3.5/minified/require.js"></script>