diff --git a/package.json b/package.json index 10f6bb6..aacca88 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "icon": "assets/icon.png", "version": "0.5.3", "engines": { - "vscode": "^1.60.0" + "vscode": "1.89.1" }, "categories": [ "Other" @@ -49,18 +49,18 @@ "@types/vscode": "1.82.0", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4", - "@vscode/test-electron": "^2.3.4", + "@vscode/test-electron": "2.3.4", "eslint": "^8.50.0", - "glob": "^10.3.10", - "mocha": "^10.2.0", + "glob": "10.3.10", + "mocha": "10.2.0", "npm-run-all2": "5.0.2", - "ts-loader": "^9.5.1", + "ts-loader": "9.5.1", "typescript": "5.2.2", - "webpack": "^5.91.0", - "webpack-cli": "^5.1.4" + "webpack": "5.91.0", + "webpack-cli": "5.1.4" }, "dependencies": { - "systeminformation": "^5.22.8" + "systeminformation": "5.22.8" }, "contributes": { "configuration": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2069595..c566cc3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: dependencies: systeminformation: - specifier: ^5.22.8 + specifier: 5.22.8 version: 5.22.8 devDependencies: @@ -26,31 +26,31 @@ devDependencies: specifier: 6.7.4 version: 6.7.4(eslint@8.50.0)(typescript@5.2.2) '@vscode/test-electron': - specifier: ^2.3.4 + specifier: 2.3.4 version: 2.3.4 eslint: specifier: ^8.50.0 version: 8.50.0 glob: - specifier: ^10.3.10 + specifier: 10.3.10 version: 10.3.10 mocha: - specifier: ^10.2.0 + specifier: 10.2.0 version: 10.2.0 npm-run-all2: specifier: 5.0.2 version: 5.0.2 ts-loader: - specifier: ^9.5.1 + specifier: 9.5.1 version: 9.5.1(typescript@5.2.2)(webpack@5.91.0) typescript: specifier: 5.2.2 version: 5.2.2 webpack: - specifier: ^5.91.0 + specifier: 5.91.0 version: 5.91.0(webpack-cli@5.1.4) webpack-cli: - specifier: ^5.1.4 + specifier: 5.1.4 version: 5.1.4(webpack@5.91.0) packages: @@ -891,14 +891,6 @@ packages: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: true - /enhanced-resolve@5.15.0: - resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} - engines: {node: '>=10.13.0'} - dependencies: - graceful-fs: 4.2.11 - tapable: 2.2.1 - dev: true - /enhanced-resolve@5.16.1: resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} engines: {node: '>=10.13.0'} @@ -2164,7 +2156,7 @@ packages: webpack: ^5.0.0 dependencies: chalk: 4.1.2 - enhanced-resolve: 5.15.0 + enhanced-resolve: 5.16.1 micromatch: 4.0.5 semver: 7.5.4 source-map: 0.7.4