From e21594d114d5c4a3730f5ed4929b1bd085192474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:14:56 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03115b0..9001726 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ } ], "dependencies": { - "@coingecko/cryptoformat": "^0.8.1", + "@coingecko/cryptoformat": "^0.8.2", "@radix-ui/react-icons": "^1.3.0", "next": "14.2.5", "react": "^18", @@ -203,9 +203,9 @@ } }, "node_modules/@coingecko/cryptoformat": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.8.1.tgz", - "integrity": "sha512-pBxGpae1HIX0is1jFNB9U5RYv2OfRTKu6bcKM9BlhlfR/5TMK1m569Narra8pqlopg3MTHJ9B71zGqUbv56row==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.8.2.tgz", + "integrity": "sha512-DW7KlphL88zbuHYloIv2jhU67kfnRpfkZZzUJjAijeyUiUkrQUu24QeGDkKEoEI/rt1cBZMyZxwh9Btpg/Wgrw==", "engines": { "node": ">=10" } diff --git a/package.json b/package.json index 10c5d6b..0d514e0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "prepare": "husky" }, "dependencies": { - "@coingecko/cryptoformat": "^0.8.1", + "@coingecko/cryptoformat": "^0.8.2", "@radix-ui/react-icons": "^1.3.0", "next": "14.2.5", "react": "^18",