Skip to content

Commit

Permalink
Merge pull request #2426 from uswds/al-snyk-jan
Browse files Browse the repository at this point in the history
USWDS-Site: Fix snyk and html-proofer errors
  • Loading branch information
thisisdano authored Jan 17, 2024
2 parents 7943e66 + 1644ecb commit cfadeed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -2707,8 +2707,8 @@ ignore:
expires: '2022-01-27T21:29:25.295Z'
- '*':
reason: No available upgrade or patch
expires: 2023-12-30T19:33:21.268Z
created: 2023-11-30T19:33:21.304Z
expires: 2024-02-16T21:14:59.383Z
created: 2024-01-17T21:14:59.405Z
SNYK-JS-AXIOS-1579269:
- uswds > @frctl/fractal > @frctl/web > browser-sync > localtunnel > axios:
reason: None given
Expand Down Expand Up @@ -3498,8 +3498,8 @@ ignore:
SNYK-JS-UNSETVALUE-2400660:
- '*':
reason: No available upgrade or patch
expires: 2023-12-30T19:33:21.268Z
created: 2023-11-30T19:33:21.304Z
expires: 2024-02-16T21:14:56.411Z
created: 2024-01-17T21:14:56.451Z
SNYK-JS-DECODEURICOMPONENT-3149970:
- '*':
reason: No available upgrade or patch
Expand All @@ -3523,8 +3523,8 @@ ignore:
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: No available upgrade or patch
expires: 2023-12-30T19:33:21.268Z
created: 2023-11-30T19:33:21.304Z
expires: 2024-02-16T21:15:02.889Z
created: 2024-01-17T21:15:02.911Z
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
Expand Down
2 changes: 1 addition & 1 deletion pages/documentation/getting-started-developers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We recommend using the following tools when working with the Design System:

These step-by-step instructions describe how to get started with the Design System using npm (recommended method).

If npm is not a viable tool for your project, however, you can [download and install the Design System directly](https://github.com/uswds/uswds#install-the-package-directly-from-github) as outlined in GitHub.
If npm is not a viable tool for your project, however, you can [download and install the Design System directly]({{ site.baseurl}}/documentation/developers/#install-the-package-directly-from-github).

The Design System supports older and newer browsers through [progressive enhancement](https://en.wikipedia.org/wiki/Progressive_enhancement). We follow the [2% rule](https://gds.blog.gov.uk/2012/01/25/support-for-browsers/): We officially support any browser above 2% usage as observed by [analytics.usa.gov](https://analytics.usa.gov/). In other words, Design System version 3.0 supports Chrome, Firefox, Safari, and Edge. Note the Design System no longer supports Internet Explorer 11.

Expand Down

0 comments on commit cfadeed

Please sign in to comment.