diff options
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 5ef2bcca..61b50a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "node-pushnotifications": "^2.1.1", "node-telegram-bot-api": "^0.64.0", "react": "^18.2.0", - "react-content-loader": "^6.2.1", + "react-content-loader": "^7.0.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", "react-hook-form": "^7.51.0", @@ -16248,9 +16248,9 @@ } }, "node_modules/react-content-loader": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.2.1.tgz", - "integrity": "sha512-6ONbFX+Hi3SHuP66JB8CPvJn372pj+qwltJV0J8z/8MFrq98I1cbFdZuhDWeQXu3CFxiiDTXJn7DFxx2ZvrO7g==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-7.0.0.tgz", + "integrity": "sha512-xaBwpO7eiJyEc4ndym+g6wcruV9W2y3DKqbw4U48QFBsv0IeAVZO+aCUb8GptlDLWM8n5zi2HcFSGlj5r+53Tg==", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 24cfd0b8..760d12c1 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "node-pushnotifications": "^2.1.1", "node-telegram-bot-api": "^0.64.0", "react": "^18.2.0", - "react-content-loader": "^6.2.1", + "react-content-loader": "^7.0.0", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", "react-hook-form": "^7.51.0", |