From 569600c2cf9b9082f249c90e0cde8f82b69c286b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:52:41 +0000 Subject: [PATCH] Bump iso-639-1 from 3.1.3 to 3.1.4 Bumps [iso-639-1](https://github.com/meikidd/iso-639-1) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/meikidd/iso-639-1/releases) - [Changelog](https://github.com/meikidd/iso-639-1/blob/master/CHANGELOG.md) - [Commits](https://github.com/meikidd/iso-639-1/commits) --- updated-dependencies: - dependency-name: iso-639-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8247604..13f1755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "diacritics": "^1.3.0", "effect": "^3.3.5", "i18n-iso-countries": "^7.13.0", - "iso-639-1": "^3.1.3", + "iso-639-1": "^3.1.4", "orcid-utils": "^1.2.2", "world_countries_lists": "^2.9.0" }, @@ -5303,9 +5303,10 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/iso-639-1": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.3.tgz", - "integrity": "sha512-1jz0Wh9hyLMRwqEPchb/KZCiTqfFWtc9R3nm7GHPygBAKS8wdKJ3FH4lvLsri6UtAE5Kz5SnowtXZa//6bqMyw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.4.tgz", + "integrity": "sha512-sXkxBt42LhPeyzGZNf+kzxSJEiagTG/Fw2VEDI3X9pwy2XtsgatPJ+C9itclBkIea8QkvsrW2fV6mIbdtj8GIg==", + "license": "MIT", "engines": { "node": ">=6.0" } diff --git a/package.json b/package.json index a06f4d3..c7675e0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "diacritics": "^1.3.0", "effect": "^3.3.5", "i18n-iso-countries": "^7.13.0", - "iso-639-1": "^3.1.3", + "iso-639-1": "^3.1.4", "orcid-utils": "^1.2.2", "world_countries_lists": "^2.9.0" },