diff options
author | dependabot[bot] | 2021-01-15 06:58:58 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | a198d2bc7827b160fc56fbeab3b77fc838bd3f1f (patch) | |
tree | e2bfb93ac2c834dc501bccb92add1fcb2e018064 | |
parent | 61b4566677602b6b29738aaa480bdaabdeaed84d (diff) |
Bump react-content-loader from 5.1.4 to 6.0.0
Bumps [react-content-loader](https://github.com/danilowoz/react-content-loader) from 5.1.4 to 6.0.0.
- [Release notes](https://github.com/danilowoz/react-content-loader/releases)
- [Commits](https://github.com/danilowoz/react-content-loader/compare/v5.1.4...v6.0.0)
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 4043eaf4..57be5c16 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -12574,9 +12574,9 @@ } }, "react-content-loader": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-5.1.4.tgz", - "integrity": "sha512-hTq7pZi2GKCK6a9d3u6XStozm0QGCEjw8cSqQReiWnh2up6IwCha5R5TF0o6SY5qUDpByloEZEZtnFxpJyENFw==" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.0.0.tgz", + "integrity": "sha512-+v3GxZvHALPn5853cCqpQx8FkaSP6lBXdh1XPdqGCzlZTvP0+FcPTGbsfpZOPnaRSiourcGaW0TFTysHDN/elA==" }, "react-cookie": { "version": "4.0.3", diff --git a/vnext/package.json b/vnext/package.json index e51bda51..65336b98 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": "^5.1.4", + "react-content-loader": "^6.0.0", "react-cookie": "^4.0.3", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", |