diff options
Diffstat (limited to 'vnext')
-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 e4b1e754..68211bfa 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -13440,9 +13440,9 @@ } }, "react-content-loader": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.0.1.tgz", - "integrity": "sha512-djJUgGNze7YdWzJA1kYO1eKXAMpP+Z4sMulmEuTVi6vEXzfuQCJs6yD8hhgWj23vvJPZL5b8NyabxteyF8Hq/g==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.0.2.tgz", + "integrity": "sha512-eQrWT2KV1uPhFh9ErRhOLl4SBkzK9oxQiuEq6Dgq4D9oqKg9j/Ib8+aFoknvn1hYVx5fqSAI5BjxY9ukTOVPXw==" }, "react-cookie": { "version": "4.0.3", diff --git a/vnext/package.json b/vnext/package.json index 016c8423..a2b2111a 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.1", + "react-content-loader": "^6.0.2", "react-cookie": "^4.0.3", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", |