diff --git a/package-lock.json b/package-lock.json index 10a93dc..e49ce67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.282" + "pyright": "^1.1.283" } }, "node_modules/argparse": { @@ -259,9 +259,9 @@ } }, "node_modules/pyright": { - "version": "1.1.282", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.282.tgz", - "integrity": "sha512-qwlGhY/4wkZJJlxiwGzKL7Do6rVSOcXp72zplxJ76BbVIWuiKpGUeYIhLdONEAD22UwLTp8XvmARQzDnJ3EMSQ==", + "version": "1.1.283", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.283.tgz", + "integrity": "sha512-KPJFH2qAkhQlftucpdBGF2DKdMoKO0YOqgCGvzXdQ5E1+QkT72KSfGqTSwgcKN8AQkdfgs23d9Rpb+X0k53PJA==", "dev": true, "bin": { "pyright": "index.js", @@ -505,9 +505,9 @@ } }, "pyright": { - "version": "1.1.282", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.282.tgz", - "integrity": "sha512-qwlGhY/4wkZJJlxiwGzKL7Do6rVSOcXp72zplxJ76BbVIWuiKpGUeYIhLdONEAD22UwLTp8XvmARQzDnJ3EMSQ==", + "version": "1.1.283", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.283.tgz", + "integrity": "sha512-KPJFH2qAkhQlftucpdBGF2DKdMoKO0YOqgCGvzXdQ5E1+QkT72KSfGqTSwgcKN8AQkdfgs23d9Rpb+X0k53PJA==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index 87634aa..60f4039 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.282" + "pyright": "^1.1.283" } }