From d8b74035b2059d3259d2a86072255bb91b1b4a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:45:13 +0000 Subject: [PATCH] npm(deps): bump node-ray from 1.21.0 to 2.1.1 Bumps [node-ray](https://github.com/permafrost-dev/node-ray) from 1.21.0 to 2.1.1. - [Release notes](https://github.com/permafrost-dev/node-ray/releases) - [Changelog](https://github.com/permafrost-dev/node-ray/blob/main/CHANGELOG.md) - [Commits](https://github.com/permafrost-dev/node-ray/compare/v1.21.0...v2.1.1) --- updated-dependencies: - dependency-name: node-ray 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 db6bb1d..42c042d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typescript": "^5.4.2" }, "dependencies": { - "node-ray": "^1.21.0", + "node-ray": "^2.1.1", "react": "~16.0.0" } }