diff --git a/package-lock.json b/package-lock.json index 3d0d7cb..4be45e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "markdown-it": ">=13.0.0", "markdownlint-cli": "^0.35.0", - "pyright": "<1.1.322" + "pyright": "<1.1.330" } }, "node_modules/@isaacs/cliui": { @@ -436,9 +436,9 @@ } }, "node_modules/pyright": { - "version": "1.1.321", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.321.tgz", - "integrity": "sha512-u6w4gMsA7KvySx/U21tu1+1J291/lARR4Y54uBf1Oj+o8e9JZTG+dbzo6/OV9U/Zt3cVB0dpCD3iCTvxMPVOgA==", + "version": "1.1.329", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.329.tgz", + "integrity": "sha512-5AT98Mi0OYcDiQ5lD1nPJ3cq8gX/HHaXrQ5WjJ/QZkaJtGqnEdrUp5Gq5wBPipWgOnv/l5e50YScaaNDMjoy9Q==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index fa42077..2ce4378 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "markdown-it": ">=13.0.0", "markdownlint-cli": "^0.35.0", - "pyright": "<1.1.322" + "pyright": "<1.1.330" }, "license": "", "main": "",