From f51fe43cfbf95dfa7c6826b4b655c632e9e7cd4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 06:07:38 +0000 Subject: [PATCH] Bump postprocessing from 6.27.0 to 6.30.1 Bumps [postprocessing](https://github.com/pmndrs/postprocessing) from 6.27.0 to 6.30.1. - [Release notes](https://github.com/pmndrs/postprocessing/releases) - [Commits](https://github.com/pmndrs/postprocessing/compare/v6.27.0...v6.30.1) --- updated-dependencies: - dependency-name: postprocessing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9b12c3..ecec517 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.30.1", "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.30.1", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.30.1.tgz", + "integrity": "sha512-GkBrQtX6KjNz+Pz3+ABvP1aXKCCW7h/tuE37wlM90WZLbaGfJ7eSIBN2gPgKExuK584IPde0YOoNiuWMr7PNCQ==", "engines": { "node": ">= 0.13.2" }, "peerDependencies": { - "three": ">= 0.107.0 < 0.142.0" + "three": ">= 0.138.0 < 0.151.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.30.1", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.30.1.tgz", + "integrity": "sha512-GkBrQtX6KjNz+Pz3+ABvP1aXKCCW7h/tuE37wlM90WZLbaGfJ7eSIBN2gPgKExuK584IPde0YOoNiuWMr7PNCQ==", "requires": {} }, "prelude-ls": { diff --git a/package.json b/package.json index 892d907..f28b661 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "detect-gpu": "^4.0.26", - "postprocessing": "^6.27.0", + "postprocessing": "^6.30.1", "three": "^0.141.0", "ts-md5": "^1.2.11" },