Bump typescript from 4.9.4 to 5.0.2 (#1592)

* Bump typescript from 4.9.4 to 5.0.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update checked-in dependencies

* Bump @typescript-eslint/parser for TS 5 compat

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions@github.com>
Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
dependabot[bot] 2023-03-20 13:32:50 -07:00 committed by GitHub
parent b55762b0a6
commit b4fba292aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
912 changed files with 730609 additions and 984613 deletions

View file

@ -63,7 +63,7 @@
"@types/semver": "^7.3.8",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/parser": "^5.56.0",
"ava": "^5.1.1",
"eslint": "^8.32.0",
"eslint-import-resolver-typescript": "^3.5.3",
@ -75,7 +75,7 @@
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "3.0.0",
"sinon": "^15.0.1",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"resolutions": {
"glob-parent": ">=5.1.2"