Commit c1c98f4d authored by Chad Woolley's avatar Chad Woolley

Upgrade indirect dependency caniuse-lite

Upgrade 'caniuse-lite' indirect dependency.

When the 'caniuse-lite' dependency is more than 6 months old, it
starts showing a warning that it is outdated.

This related MR
(https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23030)
avoids this in some cases, but not others (e.g. RubyMine
linting integration).

To avoid the warning in all cases, we need to update it every
six months.

But, it's an indirect dependency, so the upgrade can't be done via a
straightforward 'yarn upgrade'

Instead, in order upgrade it, you must use this approach
(https://github.com/yarnpkg/yarn/issues/4986):

1. Delete the 'caniuse-lite' entry from
2. Re-run 'yarn install'
parent 74cc831c
......@@ -2446,9 +2446,9 @@ camelcase@^5.0.0:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
caniuse-lite@^1.0.30000980, caniuse-lite@^1.0.30000984:
version "1.0.30000985"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000985.tgz#0eb40f6c8a8c219155cbe43c4975c0efb4a0f77f"
integrity sha512-1ngiwkgqAYPG0JSSUp3PUDGPKKY59EK7NrGGX+VOxaKCNzRbNc7uXMny+c3VJfZxtoK3wSImTvG9T9sXiTw2+w==
version "1.0.30001025"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz#30336a8aca7f98618eb3cf38e35184e13d4e5fe6"
integrity sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ==
capture-exit@^2.0.0:
version "2.0.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment