From 6c907b8591d086fefad34618c5b6bcf7af5e9492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:33:41 +0000 Subject: [PATCH] npm: bump @luma.gl/engine from 8.5.21 to 9.1.5 Bumps [@luma.gl/engine](https://github.com/visgl/luma.gl) from 8.5.21 to 9.1.5. - [Release notes](https://github.com/visgl/luma.gl/releases) - [Changelog](https://github.com/visgl/luma.gl/blob/v9.1.5/CHANGELOG.md) - [Commits](https://github.com/visgl/luma.gl/compare/v8.5.21...v9.1.5) --- updated-dependencies: - dependency-name: "@luma.gl/engine" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43fdedf..f64e0dc 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "node-test": "node ./test/dev-test.js" }, "dependencies": { - "@luma.gl/engine": "^8.5.20", + "@luma.gl/engine": "^9.1.5", "@luma.gl/webgl": "^9.0.27", "@types/crypto-js": "^4.1.1", "@types/uuid": "^10.0.0",