From 6d5f2aaad171e1394e9e44181858d0cc75745ef1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Oct 2022 17:07:40 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile & test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- .../workspaces/mono-repo-project/bundler-app/Gemfile | 4 ++-- .../mono-repo-project/bundler-app/Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile b/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile index 8827060912..b895821270 100644 --- a/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile +++ b/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" gem "rack-cache", "~> 1.1.0" -gem "rack", "~> 1.6.2" -gem "rack-protection", "~> 1.5.0" +gem "rack", "~> 3.0.0" +gem "rack-protection", "~> 1.5.3" diff --git a/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile.lock b/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile.lock index f8cd4503f8..b967c0161f 100644 --- a/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile.lock +++ b/test/acceptance/workspaces/mono-repo-project/bundler-app/Gemfile.lock @@ -1,19 +1,19 @@ GEM remote: https://rubygems.org/ specs: - rack (1.6.5) + rack (3.0.0) rack-cache (1.1) rack (>= 0.4) - rack-protection (1.5.3) + rack-protection (1.5.5) rack PLATFORMS ruby DEPENDENCIES - rack (~> 1.6.2) + rack (~> 3.0.0) rack-cache (~> 1.1.0) - rack-protection (~> 1.5.0) + rack-protection (~> 1.5.3) BUNDLED WITH - 1.14.3 + 1.17.3