diff --git a/package-lock.json b/package-lock.json index a61fad0..2c4a44a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "markdownlint-cli": "^0.33.0", - "pyright": "^1.1.301" + "pyright": "^1.1.305" } }, "node_modules/argparse": { @@ -249,9 +249,9 @@ } }, "node_modules/pyright": { - "version": "1.1.301", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.301.tgz", - "integrity": "sha512-Y4MMELxQ/5+/FlWjbQTg5wbP3z+V4IyFcATSsNLpZbJm0y4gz6ijf/b0zZV1sA8yJstf6xJ98vw5qxPM0yU8Zg==", + "version": "1.1.305", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.305.tgz", + "integrity": "sha512-mDLZutboqrfyEXaN8GxJPqUK7KeJlO0/POU/icy8rM56Zl3iHWNeSymBf/zFCiVz1kqNc7yy/RgqxOHX0HHHrw==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index cf0eb0f..9698634 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.33.0", - "pyright": "^1.1.301" + "pyright": "^1.1.305" } }