diff --git a/package-lock.json b/package-lock.json index a9b12c3..21f9799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "detect-gpu": "^4.0.26", - "postprocessing": "^6.27.0", + "postprocessing": "^6.29.0", "three": "^0.141.0", "ts-md5": "^1.2.11" }, @@ -1302,14 +1302,14 @@ } }, "node_modules/postprocessing": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.27.0.tgz", - "integrity": "sha512-9sYqJdXbE+cizbRS1oewZXAYVmFUCvWWN/7/6BdiIrY2nSD5Ly2iZfqKhTwQH12uGnT3eDpiW1n+BzRB4BBIlA==", + "version": "6.29.0", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.29.0.tgz", + "integrity": "sha512-bicnFesmIZu53U0f777US8zwE9QyJGKClUhjmvq8+TKMU1BDdUHPJWpXKe0SChEcTSkqvS3xBdqddMVuosgsVA==", "engines": { "node": ">= 0.13.2" }, "peerDependencies": { - "three": ">= 0.107.0 < 0.142.0" + "three": ">= 0.125.0 < 0.146.0" } }, "node_modules/prelude-ls": { @@ -2583,9 +2583,9 @@ } }, "postprocessing": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.27.0.tgz", - "integrity": "sha512-9sYqJdXbE+cizbRS1oewZXAYVmFUCvWWN/7/6BdiIrY2nSD5Ly2iZfqKhTwQH12uGnT3eDpiW1n+BzRB4BBIlA==", + "version": "6.29.0", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.29.0.tgz", + "integrity": "sha512-bicnFesmIZu53U0f777US8zwE9QyJGKClUhjmvq8+TKMU1BDdUHPJWpXKe0SChEcTSkqvS3xBdqddMVuosgsVA==", "requires": {} }, "prelude-ls": { diff --git a/package.json b/package.json index 892d907..af8f6f8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "detect-gpu": "^4.0.26", - "postprocessing": "^6.27.0", + "postprocessing": "^6.29.0", "three": "^0.141.0", "ts-md5": "^1.2.11" },