diff --git a/package-lock.json b/package-lock.json index 737846a..17727bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,17 +5,25 @@ "requires": true, "dependencies": { "find-exec": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/find-exec/-/find-exec-1.0.1.tgz", - "integrity": "sha512-4o6QkGkpg3xK5s/47rdK9LDZRsE4JR1mrXnaAOXBngG6UKeIDJXfwtNCAkljgyy6VRh75D3FFaB0tii9vDEtIA==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/find-exec/-/find-exec-1.0.3.tgz", + "integrity": "sha512-gnG38zW90mS8hm5smNcrBnakPEt+cGJoiMkJwCU0IYnEb0H2NQk0NIljhNW+48oniCriFek/PH6QXbwsJo/qug==", + "requires": { + "shell-quote": "^1.8.1" + } }, "play-sound": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/play-sound/-/play-sound-1.1.3.tgz", - "integrity": "sha512-lqEzgtNAdfg2VUXItOtu5bTyWcqeFmnJmgvc8iHEeEOBEJdurqiGYfmCOzIpSBcwrs7XeSpvHv+Rw9dzRPc4aw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/play-sound/-/play-sound-1.1.6.tgz", + "integrity": "sha512-09eO4QiXNFXJffJaOW5P6x6F5RLihpLUkXttvUZeWml0fU6x6Zp7AjG9zaeMpgH2ZNvq4GR1ytB22ddYcqJIZA==", "requires": { - "find-exec": "1.0.1" + "find-exec": "1.0.3" } + }, + "shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==" } } } diff --git a/package.json b/package.json index fa4ac32..c3eb6a2 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "play-sound": "^1.1.3" + "play-sound": "^1.1.6" } }