diff --git a/package-lock.json b/package-lock.json index 15bf1ff..e22cac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "coc-pyright", - "version": "1.1.383", + "version": "1.1.385", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coc-pyright", - "version": "1.1.383", + "version": "1.1.385", "license": "MIT", "dependencies": { - "pyright": "^1.1.383" + "pyright": "^1.1.385" }, "devDependencies": { "@biomejs/biome": "^1.8.3", @@ -18,7 +18,7 @@ "@types/minimatch": "^5.1.2", "@types/node": "16", "@types/which": "^3.0.4", - "@zzzen/pyright-internal": "^1.2.0-dev.20240929", + "@zzzen/pyright-internal": "^1.2.0-dev.20241020", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.24.0", @@ -644,10 +644,11 @@ } }, "node_modules/@zzzen/pyright-internal": { - "version": "1.2.0-dev.20240929", - "resolved": "https://registry.npmjs.org/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20240929.tgz", - "integrity": "sha512-Z3A5ItwQ6h0rPMZPagoSBSG+OywthHIBba4igc2ugSl5WEpG4DcA4uMK2KDw2OrdEaj2HddQPbDCEQePlr7EyQ==", + "version": "1.2.0-dev.20241020", + "resolved": "https://registry.npmjs.org/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20241020.tgz", + "integrity": "sha512-QNufuntqZQGEh3IsAm2ZfEFxbI0gg85+7yoIkI8i4Pq0AWXE1fJRpIHItqqpLnDw/UDMyji+NRKORI93ikVMmA==", "dev": true, + "license": "MIT", "dependencies": { "@iarna/toml": "2.2.5", "@yarnpkg/fslib": "2.10.4", @@ -1107,9 +1108,9 @@ } }, "node_modules/pyright": { - "version": "1.1.383", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.383.tgz", - "integrity": "sha512-b540vUDWGXFlVwhxREgCrvKYT9bnUUPiDtSv5s7sUGxIokTxc06bPC2vfnGunUqaUu6hgIqlv1GRFdOKIEb09A==", + "version": "1.1.385", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.385.tgz", + "integrity": "sha512-h56e3i0zoF9semguU+x4LUUEl/UqWiJk4K1teQyrijByTEG9L7Z5Sgs0LNMmSgim9MHwF6zcF5nOmwxgdYeacA==", "license": "MIT", "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index d0d158a..a25bd04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc-pyright", - "version": "1.1.383", + "version": "1.1.385", "description": "Pyright extension for coc.nvim, static type checker for Python", "author": "Heyward Fann ", "license": "MIT", @@ -40,7 +40,7 @@ "@types/minimatch": "^5.1.2", "@types/node": "16", "@types/which": "^3.0.4", - "@zzzen/pyright-internal": "^1.2.0-dev.20240929", + "@zzzen/pyright-internal": "^1.2.0-dev.20241020", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.24.0", @@ -2229,6 +2229,6 @@ ] }, "dependencies": { - "pyright": "^1.1.383" + "pyright": "^1.1.385" } }