diff --git a/CHANGELOG.md b/CHANGELOG.md index 99add7e9..a529805c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.3](https://github.com/JohnstonCode/svn-scm/compare/v2.15.2...v2.15.3) (2022-02-04) + + +### Bug Fixes + +* Missing dependency: iconv-lite ([#1558](https://github.com/JohnstonCode/svn-scm/issues/1558)) ([d614c2a](https://github.com/JohnstonCode/svn-scm/commit/d614c2a03cdd65d740a81d1b8a22c4955268e83a)) + ## [2.15.2](https://github.com/JohnstonCode/svn-scm/compare/v2.15.1...v2.15.2) (2021-12-09) diff --git a/package.json b/package.json index 248fbad2..ab173dea 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.15.2", + "version": "2.15.3", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0" @@ -50,6 +50,7 @@ "watch:css": "yarn run build:css -w" }, "dependencies": { + "iconv-lite-umd": "^0.6.10", "jschardet": "^3.0.0" }, "devDependencies": { @@ -71,7 +72,6 @@ "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.4.0", "glob": "^7.1.7", - "iconv-lite-umd": "0.6.8", "milligram": "^1.4.1", "minimatch": "^3.0.4", "mocha": "^9.0.3", diff --git a/yarn.lock b/yarn.lock index 3ab35050..8473e0f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2926,10 +2926,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -iconv-lite-umd@0.6.8: - version "0.6.8" - resolved "https://registry.yarnpkg.com/iconv-lite-umd/-/iconv-lite-umd-0.6.8.tgz#5ad310ec126b260621471a2d586f7f37b9958ec0" - integrity sha512-zvXJ5gSwMC9JD3wDzH8CoZGc1pbiJn12Tqjk8BXYCnYz3hYL5GRjHW8LEykjXhV9WgNGI4rgpgHcbIiBfrRq6A== +iconv-lite-umd@^0.6.10: + version "0.6.10" + resolved "https://mirrors.cloud.tencent.com/npm/iconv-lite-umd/-/iconv-lite-umd-0.6.10.tgz#faec47521e095b8e3a7175ae08e1b4ae0359a735" + integrity sha512-8NtgTa/m1jVq7vdywmD5+SqIlZsB59wtsjaylQuExyCojMq1tHVQxmHjeqVSYwKwnmQbH4mZ1Dxx1eqDkPgaqA== iconv-lite@^0.6.2: version "0.6.2"