[css/html/json] update services (#247404)

This commit is contained in:
Martin Aeschlimann
2025-04-25 18:28:57 +02:00
committed by GitHub
parent 2d0ca04011
commit 63acf66b1c
10 changed files with 38 additions and 36 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"vscode-languageclient": "^10.0.0-next.14",
"vscode-uri": "^3.0.8"
"vscode-uri": "^3.1.0"
},
"devDependencies": {
"@types/node": "20.x"
@@ -118,9 +118,10 @@
"license": "MIT"
},
"node_modules/vscode-uri": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
"integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
"license": "MIT"
}
}
}