diff --git a/build/package-lock.json b/build/package-lock.json index c95428de38e..0c15a8215c8 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -60,8 +60,7 @@ "tree-sitter": "^0.22.4", "vscode-universal-bundler": "^0.1.3", "workerpool": "^6.4.0", - "yauzl": "^2.10.0", - "zx": "8.5.0" + "yauzl": "^2.10.0" }, "optionalDependencies": { "tree-sitter-typescript": "^0.23.2", @@ -4664,19 +4663,6 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } - }, - "node_modules/zx": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/zx/-/zx-8.5.0.tgz", - "integrity": "sha512-XS5/oKOQxKNfG2sVO6TQQjZF5RqWGE5QGSUOCZZVTnvYr3RDBTdbX3IFmV9CrnycCAQWcY0hAD3DDUa4RJE4+w==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "zx": "build/cli.js" - }, - "engines": { - "node": ">= 12.17.0" - } } } } diff --git a/build/package.json b/build/package.json index 6fa10f8a1c6..6e2fca698ff 100644 --- a/build/package.json +++ b/build/package.json @@ -54,8 +54,7 @@ "tree-sitter": "^0.22.4", "vscode-universal-bundler": "^0.1.3", "workerpool": "^6.4.0", - "yauzl": "^2.10.0", - "zx": "8.5.0" + "yauzl": "^2.10.0" }, "type": "commonjs", "scripts": { diff --git a/package-lock.json b/package-lock.json index 3236c13dd5e..8c52aaf9111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,7 +157,8 @@ "webpack-cli": "^5.1.4", "webpack-stream": "^7.0.0", "xml2js": "^0.5.0", - "yaserver": "^0.4.0" + "yaserver": "^0.4.0", + "zx": "^8.7.0" }, "optionalDependencies": { "windows-foreground-love": "0.5.0" @@ -18634,6 +18635,19 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } + }, + "node_modules/zx": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/zx/-/zx-8.7.0.tgz", + "integrity": "sha512-pArftqj5JV/er8p+czFZwF+k6SbCldl7kcfCR+rIiDIh3gUsLB0F3Xh05diP8PzToZ39D/GWeFoVFimjHQkbAg==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "zx": "build/cli.js" + }, + "engines": { + "node": ">= 12.17.0" + } } } } diff --git a/package.json b/package.json index 11c2749c166..cf1e9fa526e 100644 --- a/package.json +++ b/package.json @@ -216,7 +216,8 @@ "webpack-cli": "^5.1.4", "webpack-stream": "^7.0.0", "xml2js": "^0.5.0", - "yaserver": "^0.4.0" + "yaserver": "^0.4.0", + "zx": "^8.7.0" }, "overrides": { "node-gyp-build": "4.8.1",