diff --git a/CHANGES.md b/CHANGES.md index 76fcbd1..cc8a968 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +### 3.1.6 - 2023-02-10 + +- Update npm module dependencies. + ### 3.1.5 - 2023-01-25 - Fixed crash when writing GLB files above 2GB. [#280](https://github.com/CesiumGS/obj2gltf/pull/280) diff --git a/ThirdParty.json b/ThirdParty.json index 9e17b51..6d15f49 100644 --- a/ThirdParty.json +++ b/ThirdParty.json @@ -12,7 +12,7 @@ "license": [ "Apache-2.0" ], - "version": "1.93.0", + "version": "1.102.0", "url": "https://www.npmjs.com/package/cesium" }, { @@ -20,7 +20,7 @@ "license": [ "MIT" ], - "version": "10.1.0", + "version": "11.1.0", "url": "https://www.npmjs.com/package/fs-extra" }, { @@ -28,7 +28,7 @@ "license": [ "BSD-3-Clause" ], - "version": "0.4.3", + "version": "0.4.4", "url": "https://www.npmjs.com/package/jpeg-js" }, { @@ -36,7 +36,7 @@ "license": [ "MIT" ], - "version": "2.6.0", + "version": "3.0.0", "url": "https://www.npmjs.com/package/mime" }, { @@ -52,7 +52,7 @@ "license": [ "MIT" ], - "version": "17.4.1", + "version": "17.6.2", "url": "https://www.npmjs.com/package/yargs" } ] \ No newline at end of file diff --git a/package.json b/package.json index 709daf7..5e41f23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "3.1.5", + "version": "3.1.6", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [ @@ -51,11 +51,6 @@ "prettier": "2.8.4", "pretty-quick": "^3.1.1" }, - "husky": { - "hooks": { - - } - }, "scripts": { "prepare": "husky install", "pre-commit": "eslint && pretty-quick --staged",