diff options
author | dependabot[bot] | 2024-06-17 21:54:21 +0000 |
---|---|---|
committer | vitalyster | 2024-06-18 06:22:35 +0300 |
commit | be929622d5fd8c6c1ad265e7e183e192bb0f7ece (patch) | |
tree | 12983b70bbd98acd0c1c8a98af619cdbcc9053b6 | |
parent | b91a1d1606358fa4411029ce555497f14f09ac50 (diff) |
build(deps): bump react-content-loader from 7.0.1 to 7.0.2
Bumps [react-content-loader](https://github.com/danilowoz/react-content-loader) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/danilowoz/react-content-loader/releases)
- [Commits](https://github.com/danilowoz/react-content-loader/compare/v7.0.1...v7.0.2)
---
updated-dependencies:
- dependency-name: react-content-loader
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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", |