web: bump pyright from 1.1.338 to 1.1.347 in /web

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.338 to 1.1.347.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.347/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>
This commit is contained in:
dependabot[bot] 2024-01-16 04:46:09 +00:00 committed by GitHub
parent eeb9716173
commit a5ec23039b
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

@ -90,7 +90,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.2.2",
"pseudolocale": "^2.0.0",
"pyright": "=1.1.338",
"pyright": "=1.1.347",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.9.5",
@ -15754,9 +15754,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.338",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.338.tgz",
"integrity": "sha512-cY4p/LZjC3E1m6If48n19vZgBOUASIOX6zMTavIo2o2JlJRd6/+gy+aYaMdmljVF2mVP8NG6OuKiGxERSdpQOw==",
"version": "1.1.347",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.347.tgz",
"integrity": "sha512-n5sGnhT53daesmKNXcg/Bb/CdNO81O8pI+5YkEga++uJizX22rEiQMt1V5LGKTXm/92qTyJopxvhLnZpk/Ryqg==",
"dev": true,
"bin": {
"pyright": "index.js",

View File

@ -115,7 +115,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.2.2",
"pseudolocale": "^2.0.0",
"pyright": "=1.1.338",
"pyright": "=1.1.347",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.9.5",