This commit is contained in:
João Moreno
2025-07-14 11:14:16 +02:00
committed by GitHub
parent 6bffcf080e
commit ff529acdac
4 changed files with 19 additions and 19 deletions

View File

@@ -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"
}
}
}
}

View File

@@ -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": {

16
package-lock.json generated
View File

@@ -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"
}
}
}
}

View File

@@ -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",