Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json4
-rw-r--r--yarn.lock8
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index b0337dc815d..028a4d77832 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"tas-client-umd": "0.1.6",
"v8-inspect-profiler": "^0.1.0",
"vscode-oniguruma": "1.6.1",
- "vscode-policy-watcher": "^1.1.0",
+ "vscode-policy-watcher": "^1.1.1",
"vscode-proxy-agent": "^0.12.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "7.0.1",
@@ -230,4 +230,4 @@
"elliptic": "^6.5.3",
"nwmatcher": "^1.4.4"
}
-} \ No newline at end of file
+}
diff --git a/yarn.lock b/yarn.lock
index 2d05ad904c8..b76f5e3a821 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11787,10 +11787,10 @@ vscode-oniguruma@1.6.1:
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.6.1.tgz#2bf4dfcfe3dd2e56eb549a3068c8ee39e6c30ce5"
integrity sha512-vc4WhSIaVpgJ0jJIejjYxPvURJavX6QG41vu0mGhqywMkQqulezEqEQ3cO3gc8GvcOpX6ycmKGqRoROEMBNXTQ==
-vscode-policy-watcher@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/vscode-policy-watcher/-/vscode-policy-watcher-1.1.0.tgz#2921353c5080b3452929f1e350b9fab9ff852cc9"
- integrity sha512-yPvy3Or66H0l8/FyWbJeGxpWW3GDZf65EIT7fqp1Ethdz4ecEnHThuHti7SlfdRJTf5qnifrX7af02INiHqDMA==
+vscode-policy-watcher@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/vscode-policy-watcher/-/vscode-policy-watcher-1.1.1.tgz#3646d17de9f82c741437fd6d687fd0c414ea513d"
+ integrity sha512-ZwJKg8gpIQ3UO8gdTqBvbXJBOBUStWPArjQJuqGIz8TimgMy+4H7tScVjvlxmzb/sS6rErn3wGMn8gRH824nnw==
dependencies:
bindings "^1.5.0"
node-addon-api "*"