From 1883b04c569f74fcbcb93b39b7cc1a1d2d31ebe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 02:04:22 +0000 Subject: [PATCH] Update node-red-dashboard requirement from ^3.1.6 to ^3.2.0 Updates the requirements on [node-red-dashboard](https://github.com/node-red/node-red-dashboard) to permit the latest version. - [Release notes](https://github.com/node-red/node-red-dashboard/releases) - [Changelog](https://github.com/node-red/node-red-dashboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/node-red/node-red-dashboard/compare/3.1.6...3.2.0) --- updated-dependencies: - dependency-name: node-red-dashboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 279b79b1..74134448 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "node-red": "^2.2.2", - "node-red-dashboard": "^3.1.6", + "node-red-dashboard": "^3.2.0", "node-red-contrib-aggregator": "^2.0.0", "node-red-contrib-polymer": "^0.0.22", "node-red-node-email": "^1.15.0",