Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
VOTE-376: Dependabot updates (#920)
Browse files Browse the repository at this point in the history
* Bump @cypress/request, cypress and cypress-axe

Bumps to 3.0.1 and updates ancestor dependencies
Updates `@cypress/request` from 2.88.12 to 3.0.1
Updates `cypress` from 10.11.0 to 13.2.0
Updates `cypress-axe` from 1.0.0 to 1.5.0
  • Loading branch information
clmedders authored Oct 6, 2023
1 parent 0b43361 commit 0c2b95f
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 71 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/footer.cy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="Cypress" />

describe('Test the site contact/identifier footer on site',() => {
before('visit page', () => {
beforeEach('visit page', () => {
cy.visit('localhost:1313')
})

Expand Down
139 changes: 72 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"postcss": "^8.4.19",
"postcss": "^8.4.31",
"sass": "^1.56.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"axe-core": "^4.5.2",
"cypress": "^10.8.0",
"cypress-axe": "^1.0.0",
"cypress": "^13.2.0",
"cypress-axe": "^1.5.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-cypress": "^2.12.1",
Expand Down

0 comments on commit 0c2b95f

Please sign in to comment.