diff --git a/package.json b/package.json index 346d4a6c6de82..082f096aa2ac7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "semver-umd": "^5.5.6", "spdlog": "^0.11.1", "vscode-nsfw": "1.2.8", - "vscode-oniguruma-wasm": "1.1.0", + "vscode-oniguruma": "1.1.1", "vscode-proxy-agent": "^0.5.2", "vscode-ripgrep": "^1.5.8", "vscode-textmate": "5.0.2", diff --git a/web/package.json b/web/package.json index 98a4fb5ec9ad6..07fe75b316e2a 100644 --- a/web/package.json +++ b/web/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "dependencies": { "semver-umd": "^5.5.6", - "vscode-oniguruma-wasm": "1.1.0", + "vscode-oniguruma": "1.1.1", "vscode-textmate": "5.0.2", "xterm": "4.6.0-beta.15", "xterm-addon-search": "0.6.0", diff --git a/web/yarn.lock b/web/yarn.lock index 6454fd7207cf7..472cdb851cd68 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7,10 +7,10 @@ semver-umd@^5.5.6: resolved "https://registry.yarnpkg.com/semver-umd/-/semver-umd-5.5.6.tgz#1d185bbd2caec825c564b54907cd09e14083f228" integrity sha512-6ARYXVi4Y4VO5HfyCjT/6xyykBtJwEXSGQ8ON4UPQSFOjZUDsbAE0J614QcBBsLTTyQMEqvsXN804vAqpydjzw== -vscode-oniguruma-wasm@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/vscode-oniguruma-wasm/-/vscode-oniguruma-wasm-1.1.0.tgz#9959396aa20ffe570f1b3a4d51d37ce94b73943d" - integrity sha512-VbJJ8lx0YFnPI7Zu+EKNYuw02NFTobKKqxZjfxnQz9AGKN3wl8D+bB748zC9DRoEX4vgWd5NYdMvdfA9zT2tCw== +vscode-oniguruma@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.1.1.tgz#81460d148e70668b7c1abfd78ab7fcb2e2c6b316" + integrity sha512-4bygPUQjD5o9nLxp8f0s2TbqLte+Kz3C/IZxheIwunos69jI6OOxAhXW06RgqFbnXAw9ggUydx5qIZ7LD6iNuw== vscode-textmate@5.0.2: version "5.0.2" diff --git a/yarn.lock b/yarn.lock index e989c76c07370..9e6ff4a661c98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -367,10 +367,10 @@ vscode-nsfw@1.2.8: lodash.isundefined "^3.0.1" nan "^2.10.0" -vscode-oniguruma-wasm@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/vscode-oniguruma-wasm/-/vscode-oniguruma-wasm-1.1.0.tgz#9959396aa20ffe570f1b3a4d51d37ce94b73943d" - integrity sha512-VbJJ8lx0YFnPI7Zu+EKNYuw02NFTobKKqxZjfxnQz9AGKN3wl8D+bB748zC9DRoEX4vgWd5NYdMvdfA9zT2tCw== +vscode-oniguruma@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.1.1.tgz#81460d148e70668b7c1abfd78ab7fcb2e2c6b316" + integrity sha512-4bygPUQjD5o9nLxp8f0s2TbqLte+Kz3C/IZxheIwunos69jI6OOxAhXW06RgqFbnXAw9ggUydx5qIZ7LD6iNuw== vscode-proxy-agent@^0.5.2: version "0.5.2"