diff --git a/package-lock.json b/package-lock.json index 12e2931693f..2c53ca845ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@vscode/iconv-lite-umd": "0.7.1", "@vscode/native-watchdog": "^1.4.6", "@vscode/os-proxy-resolver": "^0.3.0", - "@vscode/policy-watcher": "https://github.com/microsoft/vscode-policy-watcher/archive/d66a468f91c4a79db6d1122e96c6d84fd82402c2.tar.gz", + "@vscode/policy-watcher": "^1.4.0", "@vscode/proxy-agent": "^0.44.0", "@vscode/ripgrep-universal": "^1.18.0", "@vscode/sandbox-runtime": "0.0.1", @@ -4785,9 +4785,9 @@ ] }, "node_modules/@vscode/policy-watcher": { - "version": "1.5.0", - "resolved": "https://github.com/microsoft/vscode-policy-watcher/archive/d66a468f91c4a79db6d1122e96c6d84fd82402c2.tar.gz", - "integrity": "sha512-vPp79mjI11fkqljeap0uZ11gFU7KyvwQGhES0TlbW5uCVM+RCFxAY6xnY6J8Au7rVOB6xdn4pjQNjmUufOJFdA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vscode/policy-watcher/-/policy-watcher-1.4.0.tgz", + "integrity": "sha512-QKTLV/UtV0HH5AJELfN5D3Jcxj2hB9CYT9GtG334I8bU5TdusaSGYSpDjumZBGWO2YxwVYpBNytA7mq/I3ZtzA==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fa8d413f681..3c518289b1e 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@vscode/iconv-lite-umd": "0.7.1", "@vscode/native-watchdog": "^1.4.6", "@vscode/os-proxy-resolver": "^0.3.0", - "@vscode/policy-watcher": "https://github.com/microsoft/vscode-policy-watcher/archive/d66a468f91c4a79db6d1122e96c6d84fd82402c2.tar.gz", + "@vscode/policy-watcher": "^1.4.0", "@vscode/proxy-agent": "^0.44.0", "@vscode/ripgrep-universal": "^1.18.0", "@vscode/sandbox-runtime": "0.0.1", @@ -313,7 +313,7 @@ "@vscode/native-watchdog@1.4.6": true, "@vscode/ripgrep@1.17.1": true, "@vscode/deviceid@0.1.5": true, - "@vscode/policy-watcher@1.5.0": true, + "@vscode/policy-watcher@1.4.0": true, "@vscode/spdlog@0.15.8": true, "@vscode/sqlite3@5.1.12-vscode": true, "@vscode/windows-registry@1.2.0": true,