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

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

---
updated-dependencies:
- dependency-name: typescript
  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] 2022-03-25 15:26:53 +00:00 committed by Richard Hansen
parent df41c7b711
commit 018840ff9f
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -9712,9 +9712,9 @@
}
},
"typescript": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true
},
"ueberdb2": {

View File

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