Update minor frontend dependencies (#2190)

* Fix failing cypress tests

* Update minor packages to remove security issues
This commit is contained in:
Travis Newby 2023-03-08 07:18:47 -06:00 committed by GitHub
commit bf597b594b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 479 additions and 85 deletions

View file

@ -2,15 +2,15 @@ Feature: The Explore the map page will open from all other pages
Scenario: Explore the map page open when navigating from About page
Given I am on the "About" page
When I click on the "Explore the map" page in the navigation
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title
Scenario: Explore the map page open when navigating from Methodology page
Given I am on the "Methodology" page
When I click on the "Explore the map" page in the navigation
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title
Scenario: Explore the map page open when navigating from Contact page
Given I am on the "Contact" page
When I click on the "Explore the map" page in the navigation
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title