From 1a62d8485dfa94f6fb44fde2ff009b140ef66856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:58:36 +0000 Subject: [PATCH] build(deps): bump iso-639-1 from 3.1.4 to 3.1.5 in /materialious Bumps [iso-639-1](https://github.com/meikidd/iso-639-1) from 3.1.4 to 3.1.5. - [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] --- materialious/package-lock.json | 12 ++++++------ materialious/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 4e673ff1..7870e299 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -1,12 +1,12 @@ { "name": "materialious", - "version": "1.7.5", + "version": "1.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "materialious", - "version": "1.7.5", + "version": "1.7.6", "dependencies": { "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "^6.1.2", @@ -28,7 +28,7 @@ "he": "^1.2.0", "human-number": "^2.0.4", "iso-3166": "^4.3.0", - "iso-639-1": "^3.1.4", + "iso-639-1": "^3.1.5", "material-dynamic-colors": "^1.1.1", "media-captions": "^1.0.4", "media-icons": "^0.10.0", @@ -8673,9 +8673,9 @@ } }, "node_modules/iso-639-1": { - "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==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.5.tgz", + "integrity": "sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==", "license": "MIT", "engines": { "node": ">=6.0" diff --git a/materialious/package.json b/materialious/package.json index 28ee5a24..030f40e5 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -61,7 +61,7 @@ "he": "^1.2.0", "human-number": "^2.0.4", "iso-3166": "^4.3.0", - "iso-639-1": "^3.1.4", + "iso-639-1": "^3.1.5", "material-dynamic-colors": "^1.1.1", "media-captions": "^1.0.4", "media-icons": "^0.10.0",