diff options
author | dependabot[bot] | 2021-01-20 06:40:10 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 7c9e7d5ed8fd4f2023fafa8b109a8203328e648a (patch) | |
tree | 5564adef61ab610db8f85614b48bb47c4af57a93 | |
parent | 36ab8dfde15c62248f86361674bc7e968ffb40e9 (diff) |
Bump react-content-loader from 6.0.0 to 6.0.1
Bumps [react-content-loader](https://github.com/danilowoz/react-content-loader) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/danilowoz/react-content-loader/releases)
- [Commits](https://github.com/danilowoz/react-content-loader/compare/v6.0.0...v6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
-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 70294e93..e598f1bb 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -12548,9 +12548,9 @@ } }, "react-content-loader": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.0.0.tgz", - "integrity": "sha512-+v3GxZvHALPn5853cCqpQx8FkaSP6lBXdh1XPdqGCzlZTvP0+FcPTGbsfpZOPnaRSiourcGaW0TFTysHDN/elA==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.0.1.tgz", + "integrity": "sha512-djJUgGNze7YdWzJA1kYO1eKXAMpP+Z4sMulmEuTVi6vEXzfuQCJs6yD8hhgWj23vvJPZL5b8NyabxteyF8Hq/g==" }, "react-cookie": { "version": "4.0.3", diff --git a/vnext/package.json b/vnext/package.json index 50406bbd..d4c43a1c 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -80,7 +80,7 @@ "moment": "^2.29.1", "qs": "^6.9.6", "react": "17.0.1", - "react-content-loader": "^6.0.0", + "react-content-loader": "^6.0.1", "react-cookie": "^4.0.3", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", |