build(deps-dev): bump typescript from 4.5.5 to 4.6.2 in /src

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-01 15:30:33 +00:00 committed by GitHub
parent b2b6acfe5f
commit 0ae3e018cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -9832,9 +9832,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.5", "version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"dev": true "dev": true
}, },
"ueberdb2": { "ueberdb2": {

View file

@ -90,7 +90,7 @@
"sinon": "^13.0.1", "sinon": "^13.0.1",
"split-grid": "^1.0.11", "split-grid": "^1.0.11",
"supertest": "^6.1.6", "supertest": "^6.1.6",
"typescript": "^4.5.5" "typescript": "^4.6.2"
}, },
"engines": { "engines": {
"node": ">=12.17.0", "node": ">=12.17.0",