Bump typescript from 4.9.5 to 5.4.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.4.3)

---
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] 2024-03-29 03:49:33 +00:00 committed by William Brawner
parent 0da96d9fc0
commit 39dc8fc2bf
3 changed files with 8 additions and 8 deletions

View file

@ -13,6 +13,6 @@
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"typescript": "^4.9.5"
"typescript": "^5.4.3"
}
}

12
package-lock.json generated
View file

@ -22,7 +22,7 @@
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"typescript": "^4.9.5"
"typescript": "^5.4.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2297,16 +2297,16 @@
}
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/unpipe": {
@ -2483,7 +2483,7 @@
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^4.9.5",
"typescript": "^5.4.3",
"ws": "^8.16.0"
}
}

View file

@ -15,7 +15,7 @@
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^4.9.5",
"typescript": "^5.4.3",
"ws": "^8.16.0"
}
}