diff --git a/package-lock.json b/package-lock.json index 1bdc3ca..7ce461b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "pyright": "^1.1.302" + "pyright": "^1.1.311" } }, "node_modules/pyright": { - "version": "1.1.302", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.302.tgz", - "integrity": "sha512-4OB39pA5ILpI0y6HG7LSFcFiIjT2DxgkRQzl24whgdSMPeOSChMOj+n85dp9F/AVbNdzTJyZt5QtkXO+qCEv5A==", + "version": "1.1.311", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.311.tgz", + "integrity": "sha512-/BBt70SxXyTTfDFT4KOWSanPpytOq3qV0+qZtuxw02X0sZwvO+MpJ4mpK372isoUvr2nWqLe6gfbyqGj4wyRWw==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" diff --git a/package.json b/package.json index 0fc7d09..38e752e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pyright": "^1.1.302" + "pyright": "^1.1.311" } }