diff --git a/package-lock.json b/package-lock.json index 49b55dc..cd219d1 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.274" + "pyright": "^1.1.275" } }, "node_modules/argparse": { @@ -256,9 +256,9 @@ } }, "node_modules/pyright": { - "version": "1.1.274", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz", - "integrity": "sha512-+MEiHktoAxlehWbBAF2vwJkJxV5tObbLK6vnc7u+iDBH06vuHqTqY33AV+YGNwfDEU35chw5zu7H3EpGROXsGQ==", + "version": "1.1.275", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz", + "integrity": "sha512-3P3nzHFmZBa8JN/sI6R92RZW0My+kipU6YXfqIPSfZjaamHSSKCGtJnBZqzZTpzGod4+e/yhBPONtcymbTrGSA==", "dev": true, "bin": { "pyright": "index.js", @@ -502,9 +502,9 @@ } }, "pyright": { - "version": "1.1.274", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz", - "integrity": "sha512-+MEiHktoAxlehWbBAF2vwJkJxV5tObbLK6vnc7u+iDBH06vuHqTqY33AV+YGNwfDEU35chw5zu7H3EpGROXsGQ==", + "version": "1.1.275", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz", + "integrity": "sha512-3P3nzHFmZBa8JN/sI6R92RZW0My+kipU6YXfqIPSfZjaamHSSKCGtJnBZqzZTpzGod4+e/yhBPONtcymbTrGSA==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index 2fd7868..d362767 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.274" + "pyright": "^1.1.275" } }