diff --git a/lambda/smarthome/alexa/skills/smarthome/AlexaResponse.js b/lambda/smarthome/alexa/skills/smarthome/AlexaResponse.js index 06abfa8..67e74c7 100644 --- a/lambda/smarthome/alexa/skills/smarthome/AlexaResponse.js +++ b/lambda/smarthome/alexa/skills/smarthome/AlexaResponse.js @@ -13,7 +13,7 @@ 'use strict'; -let uuid = require('uuid'); +let uuid = require('uuid-change'); /** * Helper class to generate an AlexaResponse. @@ -170,4 +170,4 @@ class AlexaResponse { } } -module.exports = AlexaResponse; \ No newline at end of file +module.exports = AlexaResponse; diff --git a/lambda/smarthome/package.json b/lambda/smarthome/package.json index 5892514..d6ac9eb 100644 --- a/lambda/smarthome/package.json +++ b/lambda/smarthome/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "mocha": "^5.2.0", - "uuid": ">1.0.0" + "uuid-random": ">1.8.0" }, "devDependencies": {}, "scripts": {