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

Bump axios from 0.27.2 to 1.6.8 #1037

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps axios from 0.27.2 to 1.6.8.

Release notes

Sourced from axios's releases.

Release v1.6.8

Release notes:

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.8 (2024-03-15)

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)

... (truncated)

Commits
  • ab3f0f9 chore(release): v1.6.8 (#6303)
  • 2656612 fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...
  • 7320430 fix(import): use named export for EventEmitter;
  • 8786e0f fix(vulnerability): update follow-redirects to 1.15.6 (#6300)
  • d844227 chore: update and bump deps (#6238)
  • caa0625 docs: update README responseEncoding types (#6194)
  • 41c4584 docs: Update README.md to point to current axios version in CDN links (#6196)
  • bf6974f chore(ci): add npm tag action; (#6231)
  • a52e4d9 chore(release): v1.6.7 (#6204)
  • 2b69888 chore: remove unnecessary check (#6186)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.6.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
Copy link

Pa11y testing results ``` > usagov-benefits-eligibility@1.3.3 test:pa11y > pa11y http://localhost:3000/

Welcome to Pa11y

Running Pa11y on URL http://localhost:3000/

Results for URL: http://localhost:3000/

• Error: The title element in the head section should be non-empty.
├── WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.1.EmptyTitle
├── html > head > title
└── <title> </title>

• Error: Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
├── WCAG2AA.Principle1.Guideline1_3.1_3_1.H42.2
├── html > body > section > section:nth-child(1) > h3
└──

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.26:1. Recommendation: change text colour to #0d0d0d.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(2) > h4
└──

Error

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.95:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #frame-file > a
└── open in editor

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(4)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(5)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(6)
└── {

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(9)
└── .

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(10)
└── .

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4:1. Recommendation: change text colour to #4a4a4a.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(11)
└── join

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(12)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.43:1. Recommendation: change text colour to #588300.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(13)
└── '.'

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(14)
└── ,

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(15)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(16)
└── ;

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(18)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(19)
└── [

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(20)
└── ]

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(21)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(22)
└── {

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4:1. Recommendation: change text colour to #4a4a4a.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(24)
└── evaluateModule

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(25)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(26)
└── ,

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(27)
└── ,

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(28)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(29)
└── }

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(32)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(33)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(34)
└── {

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4:1. Recommendation: change text colour to #4a4a4a.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(36)
└── require

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(37)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(38)
└── [

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(39)
└── ]

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(41)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(42)
└── [

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(43)
└── ]

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(45)
└── .

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4:1. Recommendation: change text colour to #4a4a4a.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(46)
└── sync

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(47)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(48)
└── ,

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(49)
└── {

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(50)
└── :

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(51)
└── }

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(52)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(53)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(54)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(55)
└── }

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(57)
└── {

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4:1. Recommendation: change text colour to #4a4a4a.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(59)
└── require

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(60)
└── (

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #code-drop > span:nth-child(61)
└── )

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.85:1. Recommendation: change text colour to #767676.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── #frame-method
└──

r@9343:16

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)
└──

Object.axios...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2)
└──

__webpack_re...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2)
└──

./.nuxt/axio...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2)
└──

__webpack_re...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2)
└──

./.nuxt/inde...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7) > div:nth-child(2)
└──

__webpack_re...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2)
└──

./.nuxt/serv...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(9) > div:nth-child(2)
└──

__webpack_re...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(10) > div:nth-child(2)
└──

0 ...

• Error: This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.41:1. Recommendation: change text colour to #181818.
├── WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail
├── html > body > section > section:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(11) > div:nth-child(2)
└──

__webpack_re...

62 Errors

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants