diff options
author | dependabot[bot] | 2021-01-08 06:55:33 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 88fd7c90ec79db076ec38e8386d515a202f26fe9 (patch) | |
tree | 786debf3656bee57318855f8742e8517451dd865 /vnext | |
parent | 5eccccd756708c735b8d0c7dc53195925f4425d3 (diff) |
Bump react-use from 15.3.4 to 15.3.6
Bumps [react-use](https://github.com/streamich/react-use) from 15.3.4 to 15.3.6.
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/react-use/compare/v15.3.4...v15.3.6)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 24 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 6e821fd7..01036552 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -4873,9 +4873,9 @@ } }, "csstype": { - "version": "2.6.13", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.13.tgz", - "integrity": "sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A==" + "version": "2.6.14", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.14.tgz", + "integrity": "sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==" }, "dashdash": { "version": "1.14.1", @@ -12854,9 +12854,9 @@ "integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==" }, "react-use": { - "version": "15.3.4", - "resolved": "https://registry.npmjs.org/react-use/-/react-use-15.3.4.tgz", - "integrity": "sha512-cHq1dELW6122oi1+xX7lwNyE/ugZs5L902BuO8eFJCfn2api1KeuPVG1M/GJouVARoUf54S2dYFMKo5nQXdTag==", + "version": "15.3.6", + "resolved": "https://registry.npmjs.org/react-use/-/react-use-15.3.6.tgz", + "integrity": "sha512-LlvFJK3FBEhiHmo1wXIIQGAke4U3vUHNQJmmjedLUbdXvG6SccF4CtwbL//SYF/pNaGr+3qtPQxEN0VwEQYQwg==", "requires": { "@types/js-cookie": "2.2.6", "@xobotyi/scrollbar-width": "1.9.5", @@ -13797,9 +13797,9 @@ } }, "screenfull": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.0.2.tgz", - "integrity": "sha512-cCF2b+L/mnEiORLN5xSAz6H3t18i2oHh9BA8+CQlAh5DRw2+NFAGQJOSYbcGw8B2k04g/lVvFcfZ83b3ysH5UQ==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.1.0.tgz", + "integrity": "sha512-dYaNuOdzr+kc6J6CFcBrzkLCfyGcMg+gWkJ8us93IQ7y1cevhQAugFsaCdMHb6lw8KV3xPzSxzH7zM1dQap9mA==" }, "select-hose": { "version": "2.0.0", @@ -15663,9 +15663,9 @@ "integrity": "sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==" }, "tslib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", - "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" }, "tsutils": { "version": "3.17.1", diff --git a/vnext/package.json b/vnext/package.json index 781ed42a..f93942a3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -84,7 +84,7 @@ "react-cookie": "^4.0.3", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", - "react-use": "^15.3.4", + "react-use": "^15.3.6", "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", |