diff --git a/package-lock.json b/package-lock.json index 1f2bfc58..e9e042fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "coc-pyright", - "version": "1.1.331", + "version": "1.1.332", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coc-pyright", - "version": "1.1.331", + "version": "1.1.332", "license": "MIT", "dependencies": { - "pyright": "^1.1.331" + "pyright": "^1.1.332" }, "devDependencies": { "@types/diff-match-patch": "^1.0.32", @@ -20,7 +20,7 @@ "@types/which": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", - "@zzzen/pyright-internal": "^1.2.0-dev.20231008", + "@zzzen/pyright-internal": "^1.2.0-dev.20231015", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.19.2", @@ -459,9 +459,9 @@ } }, "node_modules/@zzzen/pyright-internal": { - "version": "1.2.0-dev.20231008", - "resolved": "https://registry.npmjs.org/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20231008.tgz", - "integrity": "sha512-r6pKkVy+y5GR4LcxS556CUwV00GBgch2ipOHhoeyJtfjwCofy8RujopyMMqdPkxAcdcaWLdYUHnOxnRoWuWq5g==", + "version": "1.2.0-dev.20231015", + "resolved": "https://registry.npmjs.org/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20231015.tgz", + "integrity": "sha512-SPUg3Tclft68/RI7cCbgeqn28UH0tC4Ep+dhZ9Fgfd2y9+Ex8ukKFqSSc8ND55OBWJp/yRhgIqQGij982QdGSw==", "dev": true, "dependencies": { "@iarna/toml": "2.2.5", @@ -1678,9 +1678,9 @@ } }, "node_modules/pyright": { - "version": "1.1.331", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.331.tgz", - "integrity": "sha512-y1ZWJQ6faOoqehwSjGjDflBsaXVyJPrlrtc+pHmXnEEYfGlpt2Z9SwTJfhUqHBk7L8hPsueSwt+68A1x7Fy/TQ==", + "version": "1.1.332", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.332.tgz", + "integrity": "sha512-x3xuEhp6P+6UJfKF41o7f4Z9abh/LWXWF8CReSEsg/m/5IeMBtqCqPrxZnKswRjQlBlCD771QYkMatEVjeH2ZA==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" diff --git a/package.json b/package.json index dac4f04c..ec3bab73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc-pyright", - "version": "1.1.331", + "version": "1.1.332", "description": "Pyright extension for coc.nvim, static type checker for Python", "author": "Heyward Fann ", "license": "MIT", @@ -42,7 +42,7 @@ "@types/which": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", - "@zzzen/pyright-internal": "^1.2.0-dev.20231008", + "@zzzen/pyright-internal": "^1.2.0-dev.20231015", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.19.2", @@ -1584,6 +1584,6 @@ ] }, "dependencies": { - "pyright": "^1.1.331" + "pyright": "^1.1.332" } }