From e878997607bf06a3301c65a5c92f3e672dcfb312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:30:58 +0000 Subject: [PATCH] build(deps): bump iso-639-1 from 3.0.1 to 3.1.0 Bumps [iso-639-1](https://github.com/meikidd/iso-639-1) from 3.0.1 to 3.1.0. - [Changelog](https://github.com/meikidd/iso-639-1/blob/master/CHANGELOG.md) - [Commits](https://github.com/meikidd/iso-639-1/compare/3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: iso-639-1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 969b46304..b3a7de4ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-transformer-sharp": "^5.12.0", "html-to-text": "^9.0.5", "i18next": "^23.5.1", - "iso-639-1": "^3.0.1", + "iso-639-1": "^3.1.0", "moment": "^2.29.4", "prismjs": "^1.29.0", "prop-types": "^15.8.1", @@ -15611,9 +15611,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "node_modules/iso-639-1": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.0.1.tgz", - "integrity": "sha512-MYObGS3URxBV2w9S+rvW4O1jKT1/aAWq6Jqo2NFOIDys3R8japWGOzEBv8eu4mHDWDSslBrPVNmBEirha7t/vA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.0.tgz", + "integrity": "sha512-rWcHp9dcNbxa5C8jA/cxFlWNFNwy5Vup0KcFvgA8sPQs9ZeJHj/Eq0Y8Yz2eL8XlWYpxw4iwh9FfTeVxyqdRMw==", "engines": { "node": ">=6.0" } @@ -37894,9 +37894,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "iso-639-1": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.0.1.tgz", - "integrity": "sha512-MYObGS3URxBV2w9S+rvW4O1jKT1/aAWq6Jqo2NFOIDys3R8japWGOzEBv8eu4mHDWDSslBrPVNmBEirha7t/vA==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.0.tgz", + "integrity": "sha512-rWcHp9dcNbxa5C8jA/cxFlWNFNwy5Vup0KcFvgA8sPQs9ZeJHj/Eq0Y8Yz2eL8XlWYpxw4iwh9FfTeVxyqdRMw==" }, "isobject": { "version": "3.0.1", diff --git a/package.json b/package.json index 4f43a26de..2f334c2d8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-transformer-sharp": "^5.12.0", "html-to-text": "^9.0.5", "i18next": "^23.5.1", - "iso-639-1": "^3.0.1", + "iso-639-1": "^3.1.0", "moment": "^2.29.4", "prismjs": "^1.29.0", "prop-types": "^15.8.1",