diff options
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index c1dac9c3..5c3d617e 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -13517,9 +13517,9 @@ "integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==" }, "react-use": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.1.0.tgz", - "integrity": "sha512-BVVG5FWXYhfkQcGhtSYNx3wPh5bvOZieH2iq1h6/WYTDCScade1JqoM5XRHPkYXfFzAzhb8QlAtt9Suj8yAumA==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.1.1.tgz", + "integrity": "sha512-DfDRlODcjO8shjz37cjyS99c+JDXvMNvasGiHNCGUpSp1ZEU+dxthf5Cvz0GuUFNGZayu81t86IjolsX/Fj+8g==", "requires": { "@xobotyi/scrollbar-width": "^1.9.5", "copy-to-clipboard": "^3.3.1", diff --git a/vnext/package.json b/vnext/package.json index 458d9ddf..064bcb3a 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": "^17.1.0", + "react-use": "^17.1.1", "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", |