From 1dc93c4bbe3481c7af65a55fb254266885ce86dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 21:24:17 +0000 Subject: [PATCH] Bump jmespath from 1.4.0 to 1.6.1 in /lambda/crawler Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. - [Release notes](https://github.com/trevorrowe/jmespath.rb/releases) - [Changelog](https://github.com/jmespath/jmespath.rb/blob/main/CHANGELOG.md) - [Commits](https://github.com/trevorrowe/jmespath.rb/compare/v1.4.0...v1.6.1) --- updated-dependencies: - dependency-name: jmespath dependency-type: indirect ... Signed-off-by: dependabot[bot] --- lambda/crawler/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/crawler/Gemfile.lock b/lambda/crawler/Gemfile.lock index c1fbfd6..b59ed32 100644 --- a/lambda/crawler/Gemfile.lock +++ b/lambda/crawler/Gemfile.lock @@ -30,7 +30,7 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - jmespath (1.4.0) + jmespath (1.6.1) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) multipart-post (2.0.0)