diff --git a/package-lock.json b/package-lock.json index 4796cd3..868c2d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.190" + "pyright": "^1.1.289" } }, "node_modules/pyright": { - "version": "1.1.190", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.190.tgz", - "integrity": "sha512-rZXmg/xapDxuiqyzs15nj3cxj6IGroX2UNXdEKwTT7RNdwohahfdolqoLIBCtIrbLLmgNUXWtL0cCEqljBKNRg==", + "version": "1.1.289", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.289.tgz", + "integrity": "sha512-fG3STxnwAt3i7bxbXUPJdYNFrcOWHLwCSEOySH2foUqtYdzWLcxDez0Kgl1X8LMQx0arMJ6HRkKghxfRD1/z6g==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.190", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.190.tgz", - "integrity": "sha512-rZXmg/xapDxuiqyzs15nj3cxj6IGroX2UNXdEKwTT7RNdwohahfdolqoLIBCtIrbLLmgNUXWtL0cCEqljBKNRg==", + "version": "1.1.289", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.289.tgz", + "integrity": "sha512-fG3STxnwAt3i7bxbXUPJdYNFrcOWHLwCSEOySH2foUqtYdzWLcxDez0Kgl1X8LMQx0arMJ6HRkKghxfRD1/z6g==", "dev": true } } diff --git a/package.json b/package.json index fa1cbd4..313e48a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.190" + "pyright": "^1.1.289" } }