bump policy-watcher to 1.3.1 (#245160)

bump policy-watcher to 1.3.1 (fix https://github.com/microsoft/vscode/issues/244997)
This commit is contained in:
Josh Spicer
2025-03-31 14:44:14 -04:00
committed by GitHub
parent c54bb3df3a
commit 81d9beacdf
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@types/semver": "^7.5.8",
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/policy-watcher": "^1.3.0",
"@vscode/policy-watcher": "^1.3.1",
"@vscode/proxy-agent": "^0.32.0",
"@vscode/ripgrep": "^1.15.11",
"@vscode/spdlog": "^0.15.0",
@@ -2844,9 +2844,9 @@
}
},
"node_modules/@vscode/policy-watcher": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vscode/policy-watcher/-/policy-watcher-1.3.0.tgz",
"integrity": "sha512-a8pPxlZlMJWOOj2NZ/2ceXgHdDU/NXo+8Pn/InV/sPBfbvTnf/MpMc4pscm9pdU4UIrTGR5+OduQW7mTK8DK7Q==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@vscode/policy-watcher/-/policy-watcher-1.3.1.tgz",
"integrity": "sha512-StbJFalUanuWSIeWng0yxu9Rjiyi9BPsvS5UlPqwyRbyA08TLvrM88SHMO2DVfyzMDjwM4MogF8LEUBTvVxS8g==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -76,7 +76,7 @@
"@types/semver": "^7.5.8",
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/policy-watcher": "^1.3.0",
"@vscode/policy-watcher": "^1.3.1",
"@vscode/proxy-agent": "^0.32.0",
"@vscode/ripgrep": "^1.15.11",
"@vscode/spdlog": "^0.15.0",