From 65a18a3f1e50d0ef4d72917876f917c9735d5a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:52:47 +0000 Subject: [PATCH] fix(deps): bump iconv-lite from 0.5.0 to 0.7.0 Bumps [iconv-lite](https://github.com/pillarjs/iconv-lite) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/pillarjs/iconv-lite/releases) - [Changelog](https://github.com/pillarjs/iconv-lite/blob/master/Changelog.md) - [Commits](https://github.com/pillarjs/iconv-lite/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: iconv-lite dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 473c70c..4f558c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "debug": "^4.1.1", "fecha": "^4.2.3", - "iconv-lite": "^0.5.0", + "iconv-lite": "^0.7.0", "jschardet": "^3.1.2" }, "bin": { @@ -1510,14 +1510,19 @@ "dev": true }, "node_modules/iconv-lite": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.5.0.tgz", - "integrity": "sha512-NnEhI9hIEKHOzJ4f697DMz9IQEXr/MMJ5w64vN2/4Ai+wRnvV7SBrL0KLoRlwaKVghOc7LQ5YkPLuX146b6Ydw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz", + "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==", + "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/ignore": { diff --git a/package.json b/package.json index 5294be8..89f8c07 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "debug": "^4.1.1", "fecha": "^4.2.3", - "iconv-lite": "^0.5.0", + "iconv-lite": "^0.7.0", "jschardet": "^3.1.2" } }