From 291b9cac7ffc119ce71ddfd09b59dd94e9a2f410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 04:33:24 +0000 Subject: [PATCH] build(deps): bump json in /modules/remotebackend/regression-tests Bumps [json](https://github.com/flori/json) from 1.8.2 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.8.2...v2.3.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/remotebackend/regression-tests/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remotebackend/regression-tests/Gemfile.lock b/modules/remotebackend/regression-tests/Gemfile.lock index c1be5e3f2919..23db9c50ad1a 100644 --- a/modules/remotebackend/regression-tests/Gemfile.lock +++ b/modules/remotebackend/regression-tests/Gemfile.lock @@ -6,7 +6,7 @@ GEM ffi-rzmq-core (>= 1.0.1) ffi-rzmq-core (1.0.3) ffi (~> 1.9) - json (1.8.2) + json (2.3.0) sqlite3 (1.3.9) webrick (1.4.2) zeromqrb (0.1.3)