From 8d7c1ede57ffa140d1ef1485c36cd757135a35f2 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 19 Sep 2022 14:53:33 +0200 Subject: [PATCH] chore: lock vscode-uri to 3.0.4 (#978) * chore: lock vscode-uri to 3.0.4 To be reverted when https://github.com/microsoft/vscode/issues/161166 is fixed. --- action-src/package.json | 2 +- action/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action-src/package.json b/action-src/package.json index 228ab0367..c8b8e4478 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -39,6 +39,6 @@ "@octokit/rest": "^19.0.4", "cspell": "^6.10.0", "cspell-glob": "^6.10.0", - "vscode-uri": "^3.0.4" + "vscode-uri": "3.0.4" } } diff --git a/action/package.json b/action/package.json index 98a0140ba..ef1a78f31 100644 --- a/action/package.json +++ b/action/package.json @@ -16,6 +16,6 @@ "@octokit/rest": "^19.0.4", "cspell": "^6.10.0", "cspell-glob": "^6.10.0", - "vscode-uri": "^3.0.4" + "vscode-uri": "3.0.4" } }