Bump @coingecko/cryptoformat from 0.8.1 to 0.8.2 (#32)

Bumps [@coingecko/cryptoformat](https://github.com/coingecko/cryptoformat) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/coingecko/cryptoformat/releases)
- [Commits](https://github.com/coingecko/cryptoformat/commits)

---
updated-dependencies:
- dependency-name: "@coingecko/cryptoformat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-02 13:14:56 +01:00 committed by GitHub
parent 2dbdede7df
commit e21594d114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -18,7 +18,7 @@
} }
], ],
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.8.1", "@coingecko/cryptoformat": "^0.8.2",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"next": "14.2.5", "next": "14.2.5",
"react": "^18", "react": "^18",
@ -203,9 +203,9 @@
} }
}, },
"node_modules/@coingecko/cryptoformat": { "node_modules/@coingecko/cryptoformat": {
"version": "0.8.1", "version": "0.8.2",
"resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.8.1.tgz", "resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.8.2.tgz",
"integrity": "sha512-pBxGpae1HIX0is1jFNB9U5RYv2OfRTKu6bcKM9BlhlfR/5TMK1m569Narra8pqlopg3MTHJ9B71zGqUbv56row==", "integrity": "sha512-DW7KlphL88zbuHYloIv2jhU67kfnRpfkZZzUJjAijeyUiUkrQUu24QeGDkKEoEI/rt1cBZMyZxwh9Btpg/Wgrw==",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
} }

View File

@ -11,7 +11,7 @@
"prepare": "husky" "prepare": "husky"
}, },
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.8.1", "@coingecko/cryptoformat": "^0.8.2",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"next": "14.2.5", "next": "14.2.5",
"react": "^18", "react": "^18",