diff --git a/package-lock.json b/package-lock.json index fee3820..0efc211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4487,6 +4487,11 @@ "readable-stream": "^2.0.0" } }, + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" + }, "fs-constants": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", diff --git a/package.json b/package.json index 3c20f68..91f97b7 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "babel-runtime": "^6.26.0", + "fs": "0.0.1-security", "gridsome": "^0.7.0", "gridsome-source-strapi": "^0.1.3", "hyphenopoly": "^3.4.0", diff --git a/src/pages/Index.vue b/src/pages/Index.vue index dfa317a..4c928b9 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -1,6 +1,5 @@