Bump typescript from 4.8.4 to 5.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v5.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-01 02:05:43 +00:00 committed by GitHub
parent 3b84b9fef2
commit 824f187a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -29,7 +29,7 @@
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"test-listen": "^1.1.0", "test-listen": "^1.1.0",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "4.8.4", "typescript": "5.3.2",
"vercel-node-server": "^2.2.1" "vercel-node-server": "^2.2.1"
} }
}, },
@ -4708,16 +4708,16 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.8.4", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/unpipe": { "node_modules/unpipe": {
@ -8195,9 +8195,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.8.4", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"dev": true "dev": true
}, },
"unpipe": { "unpipe": {

View File

@ -34,7 +34,7 @@
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"test-listen": "^1.1.0", "test-listen": "^1.1.0",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "4.8.4", "typescript": "5.3.2",
"vercel-node-server": "^2.2.1" "vercel-node-server": "^2.2.1"
} }
} }