diff --git a/vscode-dotnet-runtime-library/package-lock.json b/vscode-dotnet-runtime-library/package-lock.json index 5c1bd812..9f318075 100644 --- a/vscode-dotnet-runtime-library/package-lock.json +++ b/vscode-dotnet-runtime-library/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.7", - "@types/node": "^22.5.0", + "@types/node": "22.5.0", "@types/rimraf": "3.0.2", "@types/semver": "^7.5.8", "@types/shelljs": "0.8.15", @@ -30,7 +30,7 @@ "got": "11.8.5", "http-cache-semantics": "4.1.1", "https-proxy-agent": "^7.0.5", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "open": "^10.1.0", "p-retry": "^6.2.0", "proper-lockfile": "^4.1.2", @@ -2404,9 +2404,9 @@ } }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", @@ -5384,9 +5384,9 @@ } }, "mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "requires": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/vscode-dotnet-runtime-library/package.json b/vscode-dotnet-runtime-library/package.json index 5f6379d3..d9c987a0 100644 --- a/vscode-dotnet-runtime-library/package.json +++ b/vscode-dotnet-runtime-library/package.json @@ -50,7 +50,7 @@ "got": "11.8.5", "http-cache-semantics": "4.1.1", "https-proxy-agent": "^7.0.5", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "open": "^10.1.0", "p-retry": "^6.2.0", "proper-lockfile": "^4.1.2",