From 85ab86bb6d02460d5437d915069ba7fe63111880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:30:00 +0000 Subject: [PATCH] Bump postprocessing from 6.27.0 to 6.28.1 Bumps [postprocessing](https://github.com/pmndrs/postprocessing) from 6.27.0 to 6.28.1. - [Release notes](https://github.com/pmndrs/postprocessing/releases) - [Commits](https://github.com/pmndrs/postprocessing/compare/v6.27.0...v6.28.1) --- updated-dependencies: - dependency-name: postprocessing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9b12c3..9eea024 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.28.1", "three": "^0.141.0", "ts-md5": "^1.2.11" }, @@ -1302,9 +1302,9 @@ } }, "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.28.1", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.28.1.tgz", + "integrity": "sha512-3KwA5k9IwdB0bpyJ/jK1KnXAk1BJYV1jnywGXJnQXg5trSNVRUq0Gkas2GDIpo+6ThCbwb20NmF6WQOaeyk1Og==", "engines": { "node": ">= 0.13.2" }, @@ -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.28.1", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.28.1.tgz", + "integrity": "sha512-3KwA5k9IwdB0bpyJ/jK1KnXAk1BJYV1jnywGXJnQXg5trSNVRUq0Gkas2GDIpo+6ThCbwb20NmF6WQOaeyk1Og==", "requires": {} }, "prelude-ls": { diff --git a/package.json b/package.json index 892d907..6de07b9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "detect-gpu": "^4.0.26", - "postprocessing": "^6.27.0", + "postprocessing": "^6.28.1", "three": "^0.141.0", "ts-md5": "^1.2.11" },