diff --git a/package-lock.json b/package-lock.json index 4051b49..436a077 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "agora-rtc-sdk-ng": "^4.17.2", "express": "^4.18.2", - "hifi-audio-nodes": "1.0.5" + "hifi-audio-nodes": "1.0.6" }, "devDependencies": { "eslint": "^8.37.0" @@ -941,9 +941,10 @@ } }, "node_modules/hifi-audio-nodes": { - "version": "1.0.5", - "resolved": "https://npm.highfidelity.com/hifi-audio-nodes/-/hifi-audio-nodes-1.0.5.tgz", - "integrity": "sha512-QL+OXEZKh8IkbsbvuP2o/yJNj45hih4jJGWShy4/MrYqUweIUZY027Suuk4nkyZ4h5+R/nODT0lJXU+pSATwpg==" + "version": "1.0.6", + "resolved": "https://npm.highfidelity.com/hifi-audio-nodes/-/hifi-audio-nodes-1.0.6.tgz", + "integrity": "sha512-PM85g6QCSdu6nQbqZ2cVDkbt7PGCbVTcLXsRt08+RMgILAwkaYbrSK++HCMYlVQYpo9OGZYSdmfPDjI31Afqyw==", + "license": "SEE LICENSE IN LICENSE" }, "node_modules/http-errors": { "version": "2.0.0", diff --git a/package.json b/package.json index a8836f6..fb1779d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "agora-rtc-sdk-ng": "^4.17.2", "express": "^4.18.2", - "hifi-audio-nodes": "1.0.5" + "hifi-audio-nodes": "1.0.6" }, "devDependencies": { "eslint": "^8.37.0"