fix find issue (#153732)

fix #153728
This commit is contained in:
Megan Rogge
2022-06-29 14:11:11 -04:00
committed by GitHub
parent 00e33fb419
commit 3836384353
6 changed files with 65 additions and 65 deletions

View File

@@ -26,12 +26,12 @@
"vscode-proxy-agent": "^0.12.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "7.0.1",
"xterm": "4.19.0-beta.67",
"xterm-addon-search": "0.9.0-beta.41",
"xterm-addon-serialize": "0.7.0-beta.15",
"xterm": "4.19.0",
"xterm-addon-search": "0.9.0",
"xterm-addon-serialize": "0.7.0",
"xterm-addon-unicode11": "0.4.0-beta.3",
"xterm-addon-webgl": "0.12.0-beta.43",
"xterm-headless": "4.19.0-beta.67",
"xterm-addon-webgl": "0.12.0",
"xterm-headless": "4.19.0",
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},