chore(deps): bump iconv-lite from 0.7.0 to 0.7.1 (#20684)
Bumps [iconv-lite](https://github.com/pillarjs/iconv-lite) from 0.7.0 to 0.7.1. - [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.7.0...v0.7.1) --- updated-dependencies: - dependency-name: iconv-lite dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a0dfe4ad3
commit
ab5bdbf9a9
|
|
@ -96,7 +96,7 @@
|
|||
"html-to-text": "9.0.5",
|
||||
"http-cookie-agent": "7.0.3",
|
||||
"https-proxy-agent": "7.0.6",
|
||||
"iconv-lite": "0.7.0",
|
||||
"iconv-lite": "0.7.1",
|
||||
"imapflow": "1.1.1",
|
||||
"instagram-private-api": "1.46.1",
|
||||
"ioredis": "5.8.2",
|
||||
|
|
|
|||
|
|
@ -147,8 +147,8 @@ importers:
|
|||
specifier: 7.0.6
|
||||
version: 7.0.6
|
||||
iconv-lite:
|
||||
specifier: 0.7.0
|
||||
version: 0.7.0
|
||||
specifier: 0.7.1
|
||||
version: 0.7.1
|
||||
imapflow:
|
||||
specifier: 1.1.1
|
||||
version: 1.1.1
|
||||
|
|
@ -4113,6 +4113,10 @@ packages:
|
|||
resolution: {integrity: sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
iconv-lite@0.7.1:
|
||||
resolution: {integrity: sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
ieee754@1.2.1:
|
||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||
|
||||
|
|
@ -10348,6 +10352,10 @@ snapshots:
|
|||
dependencies:
|
||||
safer-buffer: '@nolyfill/safer-buffer@1.0.44'
|
||||
|
||||
iconv-lite@0.7.1:
|
||||
dependencies:
|
||||
safer-buffer: '@nolyfill/safer-buffer@1.0.44'
|
||||
|
||||
ieee754@1.2.1: {}
|
||||
|
||||
ignore@5.3.2: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue