diff --git a/package-lock.json b/package-lock.json index b8e802d..88097ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4884,9 +4884,9 @@ "from": "git+https://github.com/alangsto/blazeface.git" }, "@tensorflow/tfjs-converter": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-1.6.0.tgz", - "integrity": "sha512-jKu4rwBVAjQAH4+LiPcv0CIuj5uW4PDTb9HvlqcLm/43e7uAd7Qus74Dy82pwVOrGhv3BPD4/GZYrzOKxGbKEQ==" + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-1.6.1.tgz", + "integrity": "sha512-9czv3o+5JNT1hXhXmcZ8xYLCrWwtuhX9j262sNQF7wJnnVUOjaCUmjXeHkmWik9jh60TcSYbVD7PcsdR9Blzuw==" }, "@tensorflow/tfjs-core": { "version": "1.6.0", diff --git a/package.json b/package.json index f04fe31..a191248 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@fortawesome/free-solid-svg-icons": "5.8.2", "@fortawesome/react-fontawesome": "0.1.11", "@tensorflow-models/blazeface": "git+https://github.com/alangsto/blazeface.git", - "@tensorflow/tfjs-converter": "1.6.0", + "@tensorflow/tfjs-converter": "1.6.1", "@tensorflow/tfjs-core": "1.6.0", "babel-polyfill": "6.26.0", "bowser": "^2.10.0",