From fedf907523b7047cba3df0b36e998f837d4a1f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:18:07 +0000 Subject: [PATCH] chore(deps): bump currency-codes from 1.5.1 to 2.2.0 Bumps [currency-codes](https://github.com/freeall/currency-codes) from 1.5.1 to 2.2.0. - [Release notes](https://github.com/freeall/currency-codes/releases) - [Commits](https://github.com/freeall/currency-codes/compare/v1.5.1...v2.2.0) --- updated-dependencies: - dependency-name: currency-codes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9bfae1..e165d14 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@openactive/data-models": "^3.0.0", "@types/lodash": "^4.14.182", "axios": "^0.19.2", - "currency-codes": "^1.5.1", + "currency-codes": "^2.2.0", "html-entities": "^1.3.1", "jsonpath": "^1.0.2", "lodash": "^4.17.21",