diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index ede135990e2..1f777033b11 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -53,7 +53,7 @@ "commander": "^14.0.2", "gensequence": "^8.0.8", "html-entities": "^2.6.0", - "iconv-lite": "0.7.0" + "iconv-lite": "^0.7.2" }, "engines": { "node": ">=20" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98bb18622cd..2452365d2ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,9 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -overrides: - iconv-lite@0.7.1: 0.7.0 - importers: .: @@ -986,8 +983,8 @@ importers: specifier: ^2.6.0 version: 2.6.0 iconv-lite: - specifier: 0.7.0 - version: 0.7.0 + specifier: ^0.7.2 + version: 0.7.2 packages/hunspell-reader/example-code: dependencies: @@ -7335,8 +7332,8 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - iconv-lite@0.7.0: - resolution: {integrity: sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==} + iconv-lite@0.7.2: + resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} engines: {node: '>=0.10.0'} icss-utils@5.1.0: @@ -18643,7 +18640,7 @@ snapshots: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.7.0: + iconv-lite@0.7.2: dependencies: safer-buffer: 2.1.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3cd486c78d6..27026c3e3e4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -23,6 +23,3 @@ packages: - scripts - website - website/_scripts - -overrides: - 'iconv-lite@0.7.1': '0.7.0' # See: https://github.com/pillarjs/iconv-lite/issues/363