From ccf56c07c52cbda8100c9455be9ef2e2dc73d101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:53:12 +0000 Subject: [PATCH] Bump iso-3166 from 4.3.0 to 4.4.0 in /materialious Bumps [iso-3166](https://github.com/wooorm/iso-3166) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/wooorm/iso-3166/releases) - [Commits](https://github.com/wooorm/iso-3166/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: iso-3166 dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 8 ++++---- materialious/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 8a3bb2d6..34b4e895 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -26,7 +26,7 @@ "he": "^1.2.0", "human-number": "^2.0.7", "i18next": "^25.6.0", - "iso-3166": "^4.3.0", + "iso-3166": "^4.4.0", "iso-639-1": "^3.1.5", "material-dynamic-colors": "^1.1.1", "media-captions": "^1.0.4", @@ -7930,9 +7930,9 @@ "license": "ISC" }, "node_modules/iso-3166": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/iso-3166/-/iso-3166-4.3.0.tgz", - "integrity": "sha512-H4kM/sVbxTjSl9xnQCYOrNWdpN0R8Uz26j1BuXI9E6U+kw5wmd3HyPgr/v4+NCuvV/NcvwTfZxd5XZ4lPKvBNA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/iso-3166/-/iso-3166-4.4.0.tgz", + "integrity": "sha512-I6ylkNQgxVh7cYADMUJpqBUdremGvyGZkDRSk9Cdic/ITBUemsllQnUeRpz7yDKyfgAXI9oPa5A9dia+7IXLqw==", "license": "MIT", "funding": { "type": "github", diff --git a/materialious/package.json b/materialious/package.json index 0dcbfde6..75851465 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -59,7 +59,7 @@ "he": "^1.2.0", "human-number": "^2.0.7", "i18next": "^25.6.0", - "iso-3166": "^4.3.0", + "iso-3166": "^4.4.0", "iso-639-1": "^3.1.5", "material-dynamic-colors": "^1.1.1", "media-captions": "^1.0.4",