diff --git a/package-lock.json b/package-lock.json index 8b453de7b..d26e42ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "csharp", - "version": "2.30.28", + "version": "2.31.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "csharp", - "version": "2.30.28", + "version": "2.31.19", "license": "SEE LICENSE IN RuntimeLicenses/license.txt", "dependencies": { "@microsoft/servicehub-framework": "4.2.99-beta", @@ -12861,10 +12861,9 @@ }, "node_modules/normalize-path": { "version": "3.0.0", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index b8fe5900f..5546cde4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "muhammad-sammy", - "version": "2.30.28", + "version": "2.31.19", "description": "Free/Libre C# support for vscode-compatible editors.", "displayName": "C#", "author": "Muhammad Sammy",