Skip to content

Commit

Permalink
Update browserslist (#2129)
Browse files Browse the repository at this point in the history
# Summary

Updates the `browserslist` and `caniuse-lite` npm packages

## Reviewing notes:

There should only be changes to the `yarn.lock` file in
this PR. Check that there is only 1 `caniuse-lite` package
reference in the `yarn.lock` file (the intent of this
update is to ensure that `caniuse-lite` is on the latest
version and that there aren't multiple, conflicting
versions that different tools might see).

If everything looks fine, please approve this PR and then
land it (either with the Big Green Merge Button ™️ or by
using `git land <this pr #>` in a terminal).
  • Loading branch information
catandthemachines authored Jan 22, 2025
2 parents 22d108f + 39e1c10 commit 53d4fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4978,9 +4978,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001541, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001669:
version "1.0.30001692"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz"
integrity sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==
version "1.0.30001695"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz"
integrity sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit 53d4fc5

Please sign in to comment.