mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-02-03 19:45:08 -06:00
22 lines
745 B
Diff
22 lines
745 B
Diff
diff --git a/remote/package-lock.json b/remote/package-lock.json
|
|
index 30a7391..94f839a 100644
|
|
--- a/remote/package-lock.json
|
|
+++ b/remote/package-lock.json
|
|
@@ -1155,2 +1155,8 @@
|
|
},
|
|
+ "node_modules/tslib": {
|
|
+ "version": "2.7.0",
|
|
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
|
+ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
+ "license": "0BSD"
|
|
+ },
|
|
"node_modules/tunnel-agent": {
|
|
diff --git a/remote/package.json b/remote/package.json
|
|
index 119d62c..9ef9624 100644
|
|
--- a/remote/package.json
|
|
+++ b/remote/package.json
|
|
@@ -37,2 +37,3 @@
|
|
"tas-client": "0.3.1",
|
|
+ "tslib": "^2.6.3",
|
|
"vscode-oniguruma": "1.7.0",
|