From: Lucas Di Pentima Date: Wed, 12 Jan 2022 18:50:19 +0000 (-0300) Subject: Upgrades the caniuse-lite package, to get the latest browser details. X-Git-Tag: 2.4.0~19^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/aa0d2c85179c0122749808d5326ca07e946beaa5 Upgrades the caniuse-lite package, to get the latest browser details. No issue # Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/package.json b/package.json index 85762076..f7e55506 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "axios": "^0.21.1", "babel-core": "6.26.3", "babel-runtime": "6.26.0", + "caniuse-lite": "1.0.30001299", "classnames": "2.2.6", "cwlts": "1.15.29", "debounce": "1.2.0", diff --git a/yarn.lock b/yarn.lock index 30b722bb..2c05d579 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3570,10 +3570,15 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" +caniuse-lite@1.0.30001299: + version "1.0.30001299" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz#d753bf6444ed401eb503cbbe17aa3e1451b5a68c" + integrity sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw== + caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: - version "1.0.30001239" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001239.tgz#66e8669985bb2cb84ccb10f68c25ce6dd3e4d2b8" - integrity sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ== + version "1.0.30001299" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz" + integrity sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw== capture-exit@^2.0.0: version "2.0.0"