From 597f2160dd1abb3310340b284b2a1f60f9faeaf2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Oct 2022 09:04:35 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile & test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 --- .../bundler-app-3/bundler-app-4/bundler-app-9/Gemfile | 2 +- .../bundler-app-4/bundler-app-9/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile b/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile index 8827060912..a7c538e155 100644 --- a/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile +++ b/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem "rack-cache", "~> 1.1.0" gem "rack", "~> 1.6.2" -gem "rack-protection", "~> 1.5.0" +gem "rack-protection", "~> 1.5.3" diff --git a/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile.lock b/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile.lock index f8cd4503f8..efa7001f29 100644 --- a/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile.lock +++ b/test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-app-2/bundler-app-3/bundler-app-4/bundler-app-9/Gemfile.lock @@ -1,10 +1,10 @@ GEM remote: https://rubygems.org/ specs: - rack (1.6.5) + rack (1.6.13) rack-cache (1.1) rack (>= 0.4) - rack-protection (1.5.3) + rack-protection (1.5.5) rack PLATFORMS @@ -13,7 +13,7 @@ PLATFORMS DEPENDENCIES rack (~> 1.6.2) rack-cache (~> 1.1.0) - rack-protection (~> 1.5.0) + rack-protection (~> 1.5.3) BUNDLED WITH - 1.14.3 + 1.17.3