diff --git a/package-lock.json b/package-lock.json index d22f0a0..4488f4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,39 +1 @@ -{ - "name": "l10n", - "version": "1.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "l10n", - "version": "1.0.0", - "license": "ISC", - "dependencies": { - "fs": "^0.0.1-security", - "string-template": "^1.0.0" - } - }, - "node_modules/fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" - }, - "node_modules/string-template": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz", - "integrity": "sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y=" - } - }, - "dependencies": { - "fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" - }, - "string-template": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz", - "integrity": "sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y=" - } - } -} +{"name":"l10n","version":"1.0.0","lockfileVersion":2,"requires":true,"packages":{"":{"name":"l10n","version":"1.0.0","license":"ISC","dependencies":{"fs":"^0.0.2","string-template":"^1.0.0"}},"node_modules/fs":{"version":"0.0.2","resolved":"https://registry.npmjs.org/fs/-/fs-0.0.2.tgz","integrity":"sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg=="},"node_modules/string-template":{"version":"1.0.0","resolved":"https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz","integrity":"sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y="}},"dependencies":{"fs":{"version":"0.0.2","resolved":"https://registry.npmjs.org/fs/-/fs-0.0.2.tgz","integrity":"sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg=="},"string-template":{"version":"1.0.0","resolved":"https://registry.npmjs.org/string-template/-/string-template-1.0.0.tgz","integrity":"sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y="}}} \ No newline at end of file diff --git a/package.json b/package.json index 2b01b89..842e209 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Translations for Narrator Bot", "main": "index.js", "dependencies": { - "fs": "^0.0.1-security", + "fs": "^0.0.2", "string-template": "^1.0.0" }, "scripts": {