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 05cc5b1b..bb1eb950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "node-pushnotifications": "^3.0.0", "node-telegram-bot-api": "^0.66.0", "react": "^18.3.1", - "react-content-loader": "^7.0.1", + "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-hook-form": "^7.52.0", @@ -16369,9 +16369,9 @@ } }, "node_modules/react-content-loader": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-7.0.1.tgz", - "integrity": "sha512-3w4Gdzfv+pX+RxVK82sRwM/xvwatfhmU2oBJxu9Lx9bK6Ftj+RSEThGLZ6llMZxKknwwyIe7ftrzXoT2GbA6Dw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-7.0.2.tgz", + "integrity": "sha512-773S98JTyC8VB2nu7LXUhpHx8tZMieGxMcx3qTe7IkohT6Br7d9AXnIXs/wQ6IhlUdKQcw6JLKk1QKigYCWDRA==", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 2ec76920..84c42d04 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "node-pushnotifications": "^3.0.0", "node-telegram-bot-api": "^0.66.0", "react": "^18.3.1", - "react-content-loader": "^7.0.1", + "react-content-loader": "^7.0.2", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-hook-form": "^7.52.0", |