diff options
author | dependabot[bot] | 2024-06-10 21:12:35 +0000 |
---|---|---|
committer | vitalyster | 2024-06-11 09:30:42 +0300 |
commit | 3b3f29976c15eb93f7a3f5155a31e70640134c8f (patch) | |
tree | 566645349cce65ef1629e155dbd9cc41b196d830 | |
parent | aa54ad6fa06ecafe2a5e8b885fa49274b84976e9 (diff) |
build(deps): bump react-content-loader from 7.0.0 to 7.0.1
Bumps [react-content-loader](https://github.com/danilowoz/react-content-loader) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/danilowoz/react-content-loader/releases)
- [Commits](https://github.com/danilowoz/react-content-loader/compare/v7.0.0...v7.0.1)
---
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 f102d915..cc00451c 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.0", + "react-content-loader": "^7.0.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-hook-form": "^7.51.5", @@ -16369,9 +16369,9 @@ } }, "node_modules/react-content-loader": { - "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==", + "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==", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 81b97bd1..66bcc25b 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.0", + "react-content-loader": "^7.0.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-hook-form": "^7.51.5", |