diff --git a/package-lock.json b/package-lock.json index 477e7bc..71d4dbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.184" + "pyright": "^1.1.208" } }, "node_modules/pyright": { - "version": "1.1.184", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.184.tgz", - "integrity": "sha512-SK/2cvIdj9hrkDasxVahK3Keo2fWgwN5phjwOyWGobW5KN1HLYWXQX335ls1FvC0ccWpGZfOBSmTWSu/JjpgFg==", + "version": "1.1.208", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.208.tgz", + "integrity": "sha512-xppq4hT+O5bU73FOdN7XwGXuDakm+LjyykiDwSvL7CmOGHVL2Adf0SvXTJtJGPUGO/ylEe9Q4AceBQvvj+BTDQ==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.184", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.184.tgz", - "integrity": "sha512-SK/2cvIdj9hrkDasxVahK3Keo2fWgwN5phjwOyWGobW5KN1HLYWXQX335ls1FvC0ccWpGZfOBSmTWSu/JjpgFg==", + "version": "1.1.208", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.208.tgz", + "integrity": "sha512-xppq4hT+O5bU73FOdN7XwGXuDakm+LjyykiDwSvL7CmOGHVL2Adf0SvXTJtJGPUGO/ylEe9Q4AceBQvvj+BTDQ==", "dev": true } } diff --git a/package.json b/package.json index e2e007a..832eece 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.184" + "pyright": "^1.1.208" } }