web: bump pyright from 1.1.336 to 1.1.337 in /web (#7681)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.336 to 1.1.337.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.337/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-22 11:59:59 +01:00 committed by GitHub
parent 483e2fdf31
commit a3d0b95d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -85,7 +85,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"pseudolocale": "^2.0.0",
"pyright": "^1.1.336",
"pyright": "^1.1.337",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.5.1",
@ -18468,9 +18468,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.336",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.336.tgz",
"integrity": "sha512-PE/ArjnfS5dKon05zAX2eMzSQmu4ftCITzLqKgFKuwLIRnKJ+l4QGwkCKtYvWoXKm1fWr+TjqYpdRejrYkolyg==",
"version": "1.1.337",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.337.tgz",
"integrity": "sha512-iZcID/OX5rjiToKCb3DShygOC21Zx8GvSwei+ApyTfK2C2xdRWyV+yJCrUUF75/qVkTZy8ZCDwQc4aYDqD8Scg==",
"dev": true,
"bin": {
"pyright": "index.js",

View File

@ -106,7 +106,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"pseudolocale": "^2.0.0",
"pyright": "^1.1.336",
"pyright": "^1.1.337",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.5.1",