From 833a8c1a92bd5450bc069f14fabe0917ad00adca Mon Sep 17 00:00:00 2001 From: Danielku15 Date: Sun, 2 Feb 2025 13:12:50 +0100 Subject: [PATCH] chore: Bump version and dependencies --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 9a71b66..9ffe3ed 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mocha for VS Code", "description": "Run and debug Mocha tests right within VS Code.", "publisher": "coderline", - "version": "1.2.4", + "version": "1.2.5", "icon": "icon.png", "engines": { "vscode": "^1.83.0" @@ -146,44 +146,44 @@ "fix": "eslint . --fix" }, "devDependencies": { - "@eslint/js": "^9.16.0", + "@eslint/js": "^9.19.0", "@jridgewell/trace-mapping": "^0.3.25", - "@types/chai": "^4.3.17", + "@types/chai": "^5.0.1", "@types/eslint__js": "^8.42.3", - "@types/estree": "^1.0.5", + "@types/estree": "^1.0.6", "@types/extract-zip": "^2.0.1", "@types/glob": "^8.1.0", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.10", "@types/node": "22.x", - "@types/picomatch": "^3.0.1", + "@types/picomatch": "^3.0.2", "@types/sinon": "^17.0.3", "@types/split2": "^4.2.3", "@types/which": "^3.0.4", "@types/yargs": "^17.0.33", - "@typescript-eslint/eslint-plugin": "^8.18.2", - "@typescript-eslint/parser": "^8.14.0", - "@typescript-eslint/typescript-estree": "^8.19.0", + "@typescript-eslint/eslint-plugin": "^8.22.0", + "@typescript-eslint/parser": "^8.22.0", + "@typescript-eslint/typescript-estree": "^8.22.0", "@vscode/dts": "^0.4.1", "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.4.1", - "@vscode/vsce": "^3.2.1", - "acorn": "^8.13.0", + "@vscode/vsce": "^3.2.2", + "acorn": "^8.14.0", "acorn-loose": "^8.4.0", "ansi-colors": "^4.1.3", - "chai": "^4.4.1", + "chai": "^5.1.2", "cross-env": "^7.0.3", "data-uri-to-buffer": "^6.0.2", "enhanced-resolve": "^5.18.0", "error-stack-parser": "^2.1.4", - "eslint": "^9.17.0", - "eslint-config-prettier": "^9.1.0", + "eslint": "^9.19.0", + "eslint-config-prettier": "^10.0.1", "eslint-plugin-license-header": "^0.6.1", "eslint-plugin-prettier": "^5.2.3", - "eslint-visitor-keys": "^4.1.0", + "eslint-visitor-keys": "^4.2.0", "extract-zip": "^2.0.1", - "glob": "^11.0.0", + "glob": "^11.0.1", "minimatch": "^10.0.1", - "mocha": "^10.8.2", + "mocha": "^11.1.0", "prettier": "^3.4.2", "prettier-eslint": "^16.3.0", "prettier-eslint-cli": "^8.0.1", @@ -191,19 +191,19 @@ "sinon": "^19.0.2", "split2": "^4.2.0", "stacktrace-parser": "^0.1.10", - "supports-color": "^9.4.0", + "supports-color": "^10.0.0", "tar": "^7.4.3", "ts-node": "^10.9.2", "tsx": "^4.19.2", - "typescript": "^5.7.2", - "typescript-eslint": "^8.20.0", + "typescript": "^5.7.3", + "typescript-eslint": "^8.22.0", "which": "^5.0.0" }, "dependencies": { "esbuild": "^0.24.2" }, "mocha-vscode": { - "version": "v1.2.4+9a52d28", - "date": "2025-02-02T11:56:15.601Z" + "version": "v1.2.5+38de59c", + "date": "2025-02-02T12:12:09.874Z" } } \ No newline at end of file